RFR: 8269129: Multiple tier1 tests in hotspot/jtreg/compiler are failing for client VMs

Christoph Göttschkes cgo at openjdk.java.net
Tue Jun 22 12:21:48 UTC 2021


Please review these small adjustments to some test cases which fail for client VMs due to unrecognized Options. I decided to either disabled the test completely, split it up and disable a part of it, or use IgnoreUnrecognizedVMOptions, dependent on whether the test makes sense to be executed for client VMs.

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

Commit messages:
 - Update copyright year.
 - Fix test cases for client VMs.

Changes: https://git.openjdk.java.net/jdk/pull/4556/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4556&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8269129
  Stats: 22 lines in 6 files changed: 18 ins; 0 del; 4 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4556.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4556/head:pull/4556

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


More information about the hotspot-compiler-dev mailing list