RFR: 8307804: Reorganize ArrayJuggle test cases [v2]

Leo Korinth lkorinth at openjdk.org
Mon May 15 09:27:05 UTC 2023


> 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

Leo Korinth has updated the pull request incrementally with one additional commit since the last revision:

  rerun tests

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13929/files
  - new: https://git.openjdk.org/jdk/pull/13929/files/fc847613..7bda00db

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13929&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13929&range=00-01

  Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/13929.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13929/head:pull/13929

PR: https://git.openjdk.org/jdk/pull/13929


More information about the hotspot-gc-dev mailing list