-
Bug
-
Resolution: External
-
P3
-
15
-
x86_64
-
windows_10
ADDITIONAL SYSTEM INFORMATION :
Windows 10 pro version 1909
A DESCRIPTION OF THE PROBLEM :
I have a closed-source command line tool.
Full module dependedcies: MODULES="java.base java.net.http jdk.crypto.ec
The tools works perfectly with jdk.
Starting from openjdk-15-ea+22_windows-x64_bin.zip
After using jlink:
%JAVA_HOME%\bin\jlink --output TradeExe --compress 2 --no-header-files --no-man-pages -v ^
--module-path target\ ^ --add-modules trade
The VM crashed at start with
EXCEPTION_ACCESS_VIOLATION (0xc0000005)
full hs_err_pid12624.log here:
https://gist.github.com/kirillp/7a43d470fdcf1d7d64df3b56d4ce6de2
REGRESSION : Last worked in version 15
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
start any command java line tool after jlink
FREQUENCY : always
Windows 10 pro version 1909
A DESCRIPTION OF THE PROBLEM :
I have a closed-source command line tool.
Full module dependedcies: MODULES="java.base java.net.http jdk.crypto.ec
The tools works perfectly with jdk.
Starting from openjdk-15-ea+22_windows-x64_bin.zip
After using jlink:
%JAVA_HOME%\bin\jlink --output TradeExe --compress 2 --no-header-files --no-man-pages -v ^
--module-path target\ ^ --add-modules trade
The VM crashed at start with
EXCEPTION_ACCESS_VIOLATION (0xc0000005)
full hs_err_pid12624.log here:
https://gist.github.com/kirillp/7a43d470fdcf1d7d64df3b56d4ce6de2
REGRESSION : Last worked in version 15
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
start any command java line tool after jlink
FREQUENCY : always
- duplicates
-
JDK-8244495 Some jlink tests crash on Windows after JDK-8237750
-
- Resolved
-
-
JDK-8251883 openjdk-15-ea+35 | Start any command java line tool after jlink, VM crashes
-
- Closed
-
- relates to
-
JDK-8244495 Some jlink tests crash on Windows after JDK-8237750
-
- Resolved
-