Move all ArrayJuggle test cases to the same directory:
test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle
Rename Juggle01 to Juggle3 (so it will not be confused with Juggle1)
Remove all directories and files used to launch the tests, instead use multiple @test id=xx "annotations" in the four kept test files.
Create a new test file Juggle3Quick.java that will act as a quick group of tests. Unfortunately `#id` selectors can not be used in test groups so this is a workaround. See: https://bugs.openjdk.org/browse/CODETOOLS-7903467
test/hotspot/jtreg/vmTestbase/gc/ArrayJuggle
Rename Juggle01 to Juggle3 (so it will not be confused with Juggle1)
Remove all directories and files used to launch the tests, instead use multiple @test id=xx "annotations" in the four kept test files.
Create a new test file Juggle3Quick.java that will act as a quick group of tests. Unfortunately `#id` selectors can not be used in test groups so this is a workaround. See: https://bugs.openjdk.org/browse/CODETOOLS-7903467