JDK-8174164 : SafePointNode::_replaced_nodes breaks with irreducible loops
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 8,9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-02-08
  • Updated: 2022-10-03
  • Resolved: 2017-02-16
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 10 JDK 8 JDK 9 Other
10Fixed 8u141Fixed 9 b159Fixed openjdk7uFixed
Related Reports
Relates :  
Description
Handling of SafePointNode::_replaced_nodes is incompatible with irreducible loops: replaced nodes can be propagated and applied before all predecessor blocks are processed which can lead to a broken graph. This was observed by one of our customers (crash in the compiler). The compilation in that case is an OSR compilation: OSR compilations can cause irreducible loops to appear even if the methods to be compiled have no irreducible loop.
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/35db0413819a User: lana Date: 2017-03-01 20:18:00 +0000
01-03-2017

URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/35db0413819a User: kvn Date: 2017-02-16 02:24:05 +0000
16-02-2017