git: openjdk/leyden: hermetic-java-runtime: 2 new changesets
duke
duke at openjdk.org
Tue Nov 28 00:03:05 UTC 2023
Changeset: 06541384
Author: Jiangli Zhou <jianglizhou at google.com>
Date: 2023-10-20 12:06:29 +0000
URL: https://git.openjdk.org/leyden/commit/065413840fede0d0f669c93cbc7906c132ff0842
Change libjdwp and libawt natives to use `JVM_IsStaticJDK` instead of `JLI_IsStaticJDK` to check for static JDK at runtime.
! src/hotspot/share/runtime/java.hpp
! src/java.desktop/unix/native/libawt/awt/awt_LoadLibrary.c
! src/jdk.jdwp.agent/unix/native/libjdwp/linker_md.c
Changeset: 2122c03b
Author: Jiangli Zhou <jianglizhou at google.com>
Date: 2023-10-23 17:36:51 +0000
URL: https://git.openjdk.org/leyden/commit/2122c03b55f9a27161d47a4c95719ab23b7510fe
Don't report any error and bail out too early in lookup_JVM_OnLoad_entry_point if it does not succeed, since we want to try lookup_Agent_OnLoad_entry_point for Agent_OnLoad as well. With static linking support for built-in library, if we cannot find the JVM_OnLoad_<libName> symbol and determine that the library is built-in, we also try loading the shared library. However, we don't want to report error if the requested shared library cannot be loaded. Instead we let lookup_Agent_OnLoad_entry_point to report any error if there is any failure.
! src/hotspot/share/prims/jvmtiAgent.cpp
More information about the leyden-dev
mailing list