hg: jdk-updates/jdk13u-dev: 8229236: CriticalJNINatives: dll handling should be done in native thread state

yan at azul.com yan at azul.com
Fri May 22 07:31:54 UTC 2020


Changeset: 9b2f7be139a7
Author:    mdoerr
Date:      2019-08-12 10:02 +0200
URL:       https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/9b2f7be139a7

8229236: CriticalJNINatives: dll handling should be done in native thread state
Summary: Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes

! src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
! src/hotspot/cpu/arm/sharedRuntime_arm.cpp
! src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp
! src/hotspot/cpu/s390/sharedRuntime_s390.cpp
! src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp
! src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp
! src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
! src/hotspot/cpu/zero/sharedRuntime_zero.cpp
! src/hotspot/share/oops/method.cpp
! src/hotspot/share/oops/method.hpp
! src/hotspot/share/prims/nativeLookup.cpp
! src/hotspot/share/runtime/sharedRuntime.cpp
! src/hotspot/share/runtime/sharedRuntime.hpp



More information about the jdk-updates-changes mailing list