8370079: Re-enable vmTestbase/gc/vector/CircularListLow and LinearListLow with SerialGC

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2025-10-20 15:21:41 +00:00
parent dc6858f336
commit 257bb2b279
2 changed files with 0 additions and 2 deletions

View File

@ -31,6 +31,5 @@
*
* @library /vmTestbase
* /test/lib
* @requires vm.gc != "Serial"
* @run main/othervm/timeout=480 gc.vector.SimpleGC.SimpleGC -ms low -gp circularList(low)
*/

View File

@ -31,6 +31,5 @@
*
* @library /vmTestbase
* /test/lib
* @requires vm.gc != "Serial"
* @run main/othervm gc.vector.SimpleGC.SimpleGC -ms low -gp linearList(low)
*/