-
Bug
-
Resolution: Fixed
-
P2
-
6u25, 7
-
b84
-
x86
-
windows
64bit fastdebug jvm fails with the following assertion on windows-amd64:
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (C:\BUILD_AREA\jdk7\hotspot\src\share\vm\runtime\jniHandles.hpp:190), pid=84740, tid=885
32
# Error: assert(result != deleted_handle(),"Used a deleted global handle.")
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b05-fastdebug mixed mode windows-amd64 )
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (C:\BUILD_AREA\jdk7\hotspot\src\share\vm\runtime\jniHandles.hpp:190), pid=84740, tid=885
32
# Error: assert(result != deleted_handle(),"Used a deleted global handle.")
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b05-fastdebug mixed mode windows-amd64 )
- relates to
-
JDK-6749729 vm crashes due to bad jni handle passed from backend when monitor events are enabled.
- Closed