Integrated: 8307804: Reorganize ArrayJuggle test cases
Leo Korinth
lkorinth at openjdk.org
Mon May 22 08:21:04 UTC 2023
On Thu, 11 May 2023 11:44:14 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: b5887979
Author: Leo Korinth <lkorinth at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b58879790083b704da94ea1476fcadb0e65b0805
Stats: 2660 lines in 81 files changed: 157 ins; 2493 del; 10 mod
8307804: Reorganize ArrayJuggle test cases
Reviewed-by: dholmes, lmesnik
-------------
PR: https://git.openjdk.org/jdk/pull/13929
More information about the hotspot-dev
mailing list