JDK-8129628 : x86: branch to unbound labels
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • CPU: x86
  • Submitted: 2015-06-23
  • Updated: 2018-07-11
  • Resolved: 2018-07-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.
JDK 12
12Resolved
Related Reports
Duplicate :  
Relates :  
Description
Certain flag combinations, such as -XX:+TieredCompilation -XX:-UseOnStackReplacement can result in branches to unbound labels (see LAbel backedge_counter_overflow in TemplateTable::branch()), which seems like a bad idea, though apparently not fatal on x86.  Debug builds should detect these cases so we can fix them.
Comments
Yes, I meant to close it as a duplicate. Trying again...
11-07-2018

Only bugs with changesets associated with them should be closed as "Fixed". Did you perhaps mean to close this one as a duplicate of another?
11-07-2018

ILW HLL = P4 I: High, Potential issue L: Low, We've not seen this, not a fatal error on x86 W: Low, Don't run tiered with -XX:-UseOnStackReplacement
25-06-2015