JDK-8210256 : [AOT] crash happens when some of vm/jdwp test cases are executed
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:9,10,11,12
Priority:P3
Status:Closed
Resolution:Duplicate
Submitted:2018-08-31
Updated:2023-07-21
Resolved:2023-07-21
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
please check comments section for steps to reproduce
Comments
RULE "vm/jdwp/ClassType/NewInstance/newinst001/newinst001" Crash any
RULE "vm/jdwp/VirtualMachine/RedefineClasses/redefinecls001/redefinecls001" Crash any
These two failures are because of JDK-8210686, and this one:
RULE "vm/jdwp/Method/IsObsolete/isobsolete002/isobsolete002" Crash any
is because of JDK-8210220.
13-09-2018
[~dlong] You can reproduce it with latest jdk/jdk11. I reproduced it for JDK-8210220 by just building fastdebug jdk11 myself.
11-09-2018
Thanks Ramesh.
11-09-2018
Hi Dean,
Attached files hs_err_pid130039.log and hs_err_pid719.log, please check.
Best Regards,
Ramesh BG
11-09-2018
[~rgangadhar] Ramesh, do you have the hs_err files for the newinst001 and redefinecls001 crashes?
11-09-2018
ILW = Crash in compiled code, some jdwp tests with AOT, don't use AOT = HLM = P3