[lworld] RFR: 8261633: [lworld] TestLWorld::test10 fails IR verification

Tobias Hartmann thartmann at openjdk.java.net
Fri Feb 12 09:16:08 UTC 2021


IR verification fails because there is an unexpected inline type allocation in the code. This is a test bug. The root cause is a missing `@ForceInline` annotation that makes sure the `test10_helper` method is always inlined such that the allocation can be avoided.

Best regards,
Tobias

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

Commit messages:
 - 8261633: [lworld] TestLWorld::test10 fails IR verification

Changes: https://git.openjdk.java.net/valhalla/pull/332/files
 Webrev: https://webrevs.openjdk.java.net/?repo=valhalla&pr=332&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8261633
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/valhalla/pull/332.diff
  Fetch: git fetch https://git.openjdk.java.net/valhalla pull/332/head:pull/332

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


More information about the valhalla-dev mailing list