RFR: 8271891: mark hotspot runtime/Safepoint tests which ignore external VM flags

Coleen Phillimore coleenp at openjdk.java.net
Wed Aug 4 19:40:29 UTC 2021


On Wed, 4 Aug 2021 18:32:56 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

> Hi all,
> 
> please review this small patch that `@requires vm.flagless` to `runtime/Safepoint` tests.
> 
> Thanks,
> -- Igor

Ok, plus trivial.

test/hotspot/jtreg/runtime/Safepoint/TestAbortOnVMOperationTimeout.java line 31:

> 29:  * @bug 8181143 8269523
> 30:  * @summary Check abort on VM timeout is working
> 31:  * @requires vm.flagless

So it's essentially the driver tests - ie tests that call process builder to run the test that need this?

-------------

Marked as reviewed by coleenp (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5000


More information about the hotspot-runtime-dev mailing list