[lworld] RFR: 8252109: [lworld] C2 compilation fails with assert(\!has_phi_inputs(region)) failed: already cloned with phis

Tobias Hartmann thartmann at openjdk.java.net
Thu Aug 20 14:37:39 UTC 2020


Assert is too strong because during a PhiNode::Ideal transformation, some inputs of an InlineTypeNode might already be
PhiNodes  of the same region.

-------------

Commit messages:
 - 8252109: [lworld] C2 compilation fails with assert(\!has_phi_inputs(region)) failed: already cloned with phis

Changes: https://git.openjdk.java.net/valhalla/pull/161/files
 Webrev: https://webrevs.openjdk.java.net/valhalla/161/webrev.00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8252109
  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.java.net/valhalla/pull/161.diff
  Fetch: git fetch https://git.openjdk.java.net/valhalla pull/161/head:pull/161

PR: https://git.openjdk.java.net/valhalla/pull/161



More information about the valhalla-dev mailing list