RFR: 8349178: runtime/jni/atExit/TestAtExit.java should be supported on static JDK

Jiangli Zhou jiangli at openjdk.org
Wed Feb 5 04:02:13 UTC 2025


On Wed, 5 Feb 2025 01:12:49 GMT, David Holmes <dholmes at openjdk.org> wrote:

> > Also to point it out if it's not clear already, libjvm.so is implementation detail. One cannot safely that exists at runtime. The static JDK case is a good example.
> 
> Is there any other example? Presuming the existence of dynamic linked libraries is pretty standard.

Other possible examples could be running the test on different JVM implementation (e.g. non-hotspot) that does not have libjvm.so.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/23431#issuecomment-2635649103


More information about the build-dev mailing list