[JCS] Could please anyone with access to bugs.openjdk.java.net help me documenting a bug fix?

2023-11-04 Thread Thomas Vandahl
Hi folks,

In JCS I just fixed a bug that was caused by a changed JDK behaviour when 
handling remote exported methods. 

The change reportedly was a fix for 
https://bugs.openjdk.java.net/browse/JDK-8230967 

This ticket, unfortunately, is not publicly available. I would like to document 
the JDK versions when this change was introduced. It looks like JDK 8u241 and 
JDK 11.0.6 are possible candidates but I don't know for sure. 

Could please someone with access to the ticket help me dig up the missing 
information?

TIA
Bye, Thomas 
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[CRYPTO] JNI Debug Config

2023-11-04 Thread Alex Remily
Does anyone have a working debug config for the commons-crypto project?  I
had one for Eclipse a few years ago but I blew it away and now recreating
it is getting to be a time sink.  I'm looking to be able to step from the
Java code to the native code.  I use Eclipse, but I'm also comfortable with
VSCode if you have a good JNI debug configuration for it.  I use GDB.

Alex