JDK-8255454 : [lworld] Re-enable assert once JDK-8255120 is fixed
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-valhalla
  • Priority: P3
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2020-10-27
  • Updated: 2021-02-11
  • Resolved: 2021-02-11
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-valhallaResolved
Related Reports
Relates :  
Description
Since we were hitting JDK-8255120 a lot in the Valhalla CI, I've temporarily disabled the assert:
https://github.com/openjdk/valhalla/blob/fd02c47763c40d8a7c37e3ad58824d591a3a83fb/src/hotspot/share/opto/loopnode.cpp#L1859
Comments
The assert has already been re-enabled by the recent merge with mainline.
11-02-2021