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

Igor Veresov iveresov at openjdk.java.net
Wed Jun 23 18:26:29 UTC 2021


On Tue, 22 Jun 2021 12:16:10 GMT, Christoph Göttschkes <cgo at openjdk.org> wrote:

> 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.

test/hotspot/jtreg/compiler/c2/TestShiftRightAndAccumulate.java line 38:

> 36:  * @summary AArch64: Wrong code generated for shifting right and accumulating four unsigned short integers.
> 37:  * @requires vm.compiler2.enabled
> 38:  *

Why does this one have a duplicate header?

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

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


More information about the hotspot-compiler-dev mailing list