RFR: 8295424: adjust timeout for another JLI GetObjectSizeIntrinsicsTest.java subtest
David Holmes
dholmes at openjdk.org
Wed Nov 23 02:19:56 UTC 2022
On Tue, 22 Nov 2022 23:30:57 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
> I could not find an @requires incantation for saying do-not-use-slowdebug-bits nor one for saying do-not-use-macosx-aarch64.
Something like:
`@requires vm.debug != slowdebug`
`@requires !(os.arch == "aarch64" && os.family == "mac")`
-------------
PR: https://git.openjdk.org/jdk/pull/11278
More information about the serviceability-dev
mailing list