JDK-8248432 : StackWalker/LocalsAndOperands.java crashes with -Xcomp in loom repo
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: repo-loom
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2020-06-27
  • Updated: 2024-02-21
  • Resolved: 2020-08-02
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.

To download the current JDK release, click here.
Other
repo-loomResolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
This test SEGVs during GC in the loom repo with a linux-x64 release build. Doesn't duplicate for me with a fastdebug build or on other platforms. We seem to have picked up this issue at jdk-16+2 (no sightings when loom was at jdk-16+1).
Comments
The loom repo is now sync'ed up to jdk-16+8 so we've picked up the change for JDK-8249192. I've run the test with --repeat 50 on all platforms and no sighting so I think we can close this issue. Thanks Dean, you were right.
02-08-2020

If the problem goes away after JDK-8249192 is fixed, then it's probably the same bug.
22-07-2020

Thanks for the links. I did find those but they both seem to be with Graal so I assumed would be a different issue. The test seems to failing consistent on linux-x64 and intermittently on macOS in the CI right now, only the loom repo since jdk-16+1 so might be that the changes in loom are enough to reproduce it a bit more frequently (but only release builds, I haven't seen a failure with a debug build).
28-06-2020

This might not be related to loom. See also JDK-8248013 and JDK-8239387, which have crashes with the same test and -Xcomp. It happens about 1% of the time, so that could explain why you haven't seen it before.
27-06-2020