RFR: 8281741: [testbug] PrintIdealPhaseTest fails with -Xcomp

Nils Eliasson neliasso at openjdk.java.net
Mon Feb 14 19:09:34 UTC 2022


Hi,

The PrintIdealPhaseTest fails with Xcomp - the test method is inlined, and not compiled. Adding a DontInline command to fix this. 

Also excluding this test from Xcomp - the flag it's propagated to the sub tests which spends a lot of time wasting energy compiling nothing of interest.

Please review,
Nils Eliasson

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

Commit messages:
 - 8281741: PrintIdealPhaseTest fails with -Xcomp

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

PR: https://git.openjdk.java.net/jdk/pull/7465


More information about the hotspot-compiler-dev mailing list