RFR: 8307804: Reorganize ArrayJuggle test cases [v3]

Leo Korinth lkorinth at openjdk.org
Fri May 19 14:39:52 UTC 2023


On Wed, 17 May 2023 15:06:05 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
>
> Leo Korinth has updated the pull request incrementally with one additional commit since the last revision:
> 
>   remove comments, add descriptive ids, remove bad README

Thanks David and Leonid! I will integrate after the weekend.

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

PR Comment: https://git.openjdk.org/jdk/pull/13929#issuecomment-1554689942


More information about the hotspot-dev mailing list