[jdk21u] RFR: 8321067: Unlock experimental options in EATests.java
Roman Kennke
rkennke at openjdk.org
Thu Nov 30 14:18:09 UTC 2023
On Thu, 30 Nov 2023 08:26:48 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
> The backport for [JDK-8319926](https://bugs.openjdk.org/browse/JDK-8319926) was missing to unlock experimental options, because the LockingMode option only became non-experimental in JDK22. This change adds -XX:+UnlockExperimentalVMOptions to EATests.java run configurations. The fix is JDK21-specific.
>
> Testing:
> - [x] com/sun/jdi/EATests.java
Thanks!
-------------
PR Comment: https://git.openjdk.org/jdk21u/pull/414#issuecomment-1833858076
More information about the jdk-updates-dev
mailing list