-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: repo-leyden
-
Component/s: hotspot
Out testing show next failure when AOT tests run with -Xcomp in "assembly" phase:
# Internal Error (/leyden/open/src/hotspot/share/asm/codeBuffer.cpp:1294), pid=955152, tid=955167
# assert(_ref_cnt > 0) failed: precond
To reproduce on linux-x86:
leyden$ make test TEST=open/test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/TestSetupAOTTest.java CONF=fastdebug TEST_OPTS_JAVA_OPTIONS="-Xcomp -XX:TieredStopAtLevel=1"
# Internal Error (/leyden/open/src/hotspot/share/asm/codeBuffer.cpp:1294), pid=955152, tid=955167
# assert(_ref_cnt > 0) failed: precond
To reproduce on linux-x86:
leyden$ make test TEST=open/test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/TestSetupAOTTest.java CONF=fastdebug TEST_OPTS_JAVA_OPTIONS="-Xcomp -XX:TieredStopAtLevel=1"