-
Bug
-
Resolution: Fixed
-
P3
-
15
-
b23
-
windows
The following tests started crashing on Windows after JDK-8237750:
tools/jlink/JLinkTest.java
tools/jlink/basic/BasicTest.java
The hs_err files are not very informative:
-----
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000000000, pid=42608, tid=35184
-----
No useful stack trace:
Current thread (0x000001f7e3f11800): JavaThread "Unknown thread" [_thread_in_vm, id=35184, stack(0x0000007531500000,0x0000007531600000)]
Stack: [0x0000007531500000,0x0000007531600000], sp=0x00000075315fec38, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), data execution prevention violation at address 0x0000000000000000
-----
Events (2 events):
Event: 0.021 Loaded shared library T:\testoutput\test-support\jtreg_open_test_jdk_tier2_part2\scratch\1\mysmallimage\bin\java.dll
Event: 0.050 loading class java/lang/Object
tools/jlink/JLinkTest.java
tools/jlink/basic/BasicTest.java
The hs_err files are not very informative:
-----
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000000000, pid=42608, tid=35184
-----
No useful stack trace:
Current thread (0x000001f7e3f11800): JavaThread "Unknown thread" [_thread_in_vm, id=35184, stack(0x0000007531500000,0x0000007531600000)]
Stack: [0x0000007531500000,0x0000007531600000], sp=0x00000075315fec38, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), data execution prevention violation at address 0x0000000000000000
-----
Events (2 events):
Event: 0.021 Loaded shared library T:\testoutput\test-support\jtreg_open_test_jdk_tier2_part2\scratch\1\mysmallimage\bin\java.dll
Event: 0.050 loading class java/lang/Object
- duplicates
-
JDK-8245912 openjdk-15-ea+22 | Start any command java line tool after jlink, VM crashes
- Closed
- relates to
-
JDK-8244549 [BACKOUT]8237750 patch
- Closed
-
JDK-8254920 Application launched with jpackage produced .exe crashes JVM
- Resolved
-
JDK-8278753 Runtime crashes with access violation during JNI_CreateJavaVM call
- Resolved
-
JDK-8245912 openjdk-15-ea+22 | Start any command java line tool after jlink, VM crashes
- Closed
-
JDK-8237750 Load libzip.so only if necessary
- Resolved
(1 relates to)