Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8245912

openjdk-15-ea+22 | Start any command java line tool after jlink, VM crashes

XMLWordPrintable

    • 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


        1. hs_err_pid12624.log
          11 kB
          Praveen Narayanaswamy

            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: