RFR: 8295424: adjust timeout for another JLI GetObjectSizeIntrinsicsTest.java subtest
Daniel D. Daugherty
dcubed at openjdk.org
Wed Nov 30 22:10:50 UTC 2022
On Mon, 21 Nov 2022 22:55:40 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
> Misc stress testing related fixes:
>
> [JDK-8295424](https://bugs.openjdk.org/browse/JDK-8295424) adjust timeout for another JLI GetObjectSizeIntrinsicsTest.java subtest
> [JDK-8297367](https://bugs.openjdk.org/browse/JDK-8297367) disable TestRedirectLinks.java in slowdebug mode
> [JDK-8297369](https://bugs.openjdk.org/browse/JDK-8297369) disable Fuzz.java in slowdebug mode
I also checked for the name `vm.slowdebug` with this:
`@requires (vm.slowdebug == false)`
and that always evaluated to `false` so the test didn't run at all...
-------------
PR: https://git.openjdk.org/jdk/pull/11278
More information about the serviceability-dev
mailing list