RFR (XS): 8078673: Update TEST.groups for recent GC tests
Kim Barrett
kim.barrett at oracle.com
Wed Apr 29 17:27:50 UTC 2015
On Apr 29, 2015, at 12:58 PM, Derek White <derek.white at oracle.com> wrote:
>
> Hi Dima,
>
> Thanks for the info. I looked briefly at using @requires but couldn't quite make sense of it. I definitely prefer have all of the info in the test, rather than modifying some random file elsewhere.
>
> So I understand @requires vm.gc=="null" means require all collectors to be implemented.
>
> What does @requires vm.gc == "G1" | vm.gc == null" mean?
>
> Is this documented somewhere?
http://openjdk.java.net/jtreg/
http://openjdk.java.net/jtreg/tag-spec.html
http://openjdk.java.net/jtreg/tag-spec.html#requires_names
More information about the hotspot-gc-dev
mailing list