[jdk17] RFR: 8268594: runtime/handshake tests don't need WhiteBox after AOT removal
Igor Ignatyev
iignatyev at openjdk.java.net
Fri Jun 18 10:03:35 UTC 2021
On Fri, 11 Jun 2021 08:45:46 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:
> Hi all,
>
> could you please review this small test-only patch?
> from JBS:
>> `runtime/handshake/HandshakeTransitionTest.java` and `HandshakeTimeoutTest.java` use WhiteBox to check the value of `UseJVMCICompiler` as a workaround for AOT not supporting local handshakes (see [JDK-8191437](https://bugs.openjdk.java.net/browse/JDK-8191437)).
>>
>> this isn't needed anymore and can be removed.
>
> testing: `runtime/handshake` tests on `{linux,windows,macosx}-x64`
>
> Thanks,
> -- Igor
Misha and David, thanks!
-------------
PR: https://git.openjdk.java.net/jdk17/pull/19
More information about the hotspot-runtime-dev
mailing list