[jdk17] Integrated: 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
This pull request has now been integrated.
Changeset: 58eddc81
Author: Igor Ignatyev <iignatyev at openjdk.org>
URL: https://git.openjdk.java.net/jdk17/commit/58eddc81102c233061de67a1deaa8d8fee8d5857
Stats: 26 lines in 2 files changed: 0 ins; 24 del; 2 mod
8268594: runtime/handshake tests don't need WhiteBox after AOT removal
Reviewed-by: dholmes, mseledtsov
-------------
PR: https://git.openjdk.java.net/jdk17/pull/19
More information about the hotspot-runtime-dev
mailing list