RFR: JDK-8270468: TestRangeCheckEliminated fails because methods are not compiled

Christoph Göttschkes cgo at openjdk.java.net
Wed Jul 14 13:29:22 UTC 2021


Hi,

please review this small change to the TestRangeCheckEliminated test case, which ensures that the required methods are compiled on every platform, by setting the CompileThreshold explicitly.

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

Commit messages:
 - JDK-8270468: TestRangeCheckEliminated fails because methods are not compiled

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

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


More information about the hotspot-compiler-dev mailing list