Integrated: 8336663: [JVMCI] VM Crash on ZGC due to incompatible handle returned by HotSpotJVMCIRuntime#getJObjectValue
Tomáš Zezula
duke at openjdk.org
Fri Jul 26 14:45:36 UTC 2024
On Wed, 17 Jul 2024 17:09:46 GMT, Tomáš Zezula <duke at openjdk.org> wrote:
> The `HotSpotJVMCIRuntime#getJObjectValue` method returns a real JNI local handle instead of a JVMCI handle to prevent random crashes on ZGC.
This pull request has now been integrated.
Changeset: 3abe8a6e
Author: Tomas Zezula <tzezula at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3abe8a6e5e459fb764b8cef2425be50fe1a83fab
Stats: 41 lines in 3 files changed: 28 ins; 4 del; 9 mod
8336663: [JVMCI] VM Crash on ZGC due to incompatible handle returned by HotSpotJVMCIRuntime#getJObjectValue
Reviewed-by: dnsimon, never
-------------
PR: https://git.openjdk.org/jdk/pull/20219
More information about the hotspot-compiler-dev
mailing list