[jdk21u-dev] Integrated: 8342765: [21u] RTM tests assume UnlockExperimentalVMOptions is disabled by default
Todd V. Jonker
duke at openjdk.org
Wed Oct 30 16:28:14 UTC 2024
On Mon, 21 Oct 2024 22:30:27 GMT, Todd V. Jonker <duke at openjdk.org> wrote:
> Distros with Graal integration will have `UnlockExperimentalVMOptions` enabled, causing several tests in this directory to fail:
>
> * compiler/rtm/cli/TestRTMAbortThresholdOption.java
> * compiler/rtm/cli/TestRTMLockingCalculationDelayOption.java
> * compiler/rtm/cli/TestRTMLockingThresholdOption.java
> * compiler/rtm/cli/TestRTMSpinLoopCountOption.java
> * compiler/rtm/cli/TestUseRTMForStackLocksOptionOnUnsupportedConfig.java
> * compiler/rtm/cli/TestUseRTMXendForLockBusyOption.java
>
> This modified the tests to explicitly use `-XX:-UnlockExperimentalVMOptions` when they expecting that context.
>
> Note that this directory of tests was removed by https://bugs.openjdk.org/browse/JDK-8329141 as part of JDK24.
>
> Tested using a locally-built JDK+Graal distro, where these tests fails before the change and passes when its applied.
This pull request has now been integrated.
Changeset: c3cb940f
Author: Todd V. Jonker <jonker at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk21u-dev/commit/c3cb940f4f7125e8c8695d360a343da10f1ffde4
Stats: 5 lines in 2 files changed: 4 ins; 0 del; 1 mod
8342765: [21u] RTM tests assume UnlockExperimentalVMOptions is disabled by default
Reviewed-by: phh
-------------
PR: https://git.openjdk.org/jdk21u-dev/pull/1073
More information about the jdk-updates-dev
mailing list