RFR: 8266988: compiler/jvmci/compilerToVM/IsMatureTest.java fails with Unexpected isMature state for multiple times invoked method: expected false to equal true

Igor Veresov iveresov at openjdk.java.net
Fri Jul 23 20:47:11 UTC 2021


The test doesn't expect to be run with -XX:TieredStopAtLevel=2. While we're going to create an MDO for the test method at level 2, we're not going to profile it. Therefore it may not become "mature".

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

Commit messages:
 - Method may not be mature is the test is run with -XX:TieredStopAtLevel=2

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

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


More information about the hotspot-compiler-dev mailing list