Skip to content

Commit c9a536c

Browse files
author
Thomas Schatzl
committedOct 15, 2024
8337339: gc/arguments/Test*SizeFlags.java timing out with Xcomp
Reviewed-by: shade, iwalulya
1 parent f4dccfd commit c9a536c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
 

‎test/hotspot/jtreg/gc/arguments/TestG1HeapSizeFlags.java

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* @summary Tests argument processing for initial and maximum heap size for the G1 collector
3030
* @key flag-sensitive
3131
* @requires vm.gc.G1 & vm.opt.MinHeapSize == null & vm.opt.MaxHeapSize == null & vm.opt.InitialHeapSize == null
32+
* @requires vm.compMode != "Xcomp"
3233
* @library /test/lib
3334
* @library /
3435
* @modules java.base/jdk.internal.misc

‎test/hotspot/jtreg/gc/arguments/TestParallelHeapSizeFlags.java

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* parallel collectors.
3131
* @key flag-sensitive
3232
* @requires vm.gc.Parallel & vm.opt.MinHeapSize == null & vm.opt.MaxHeapSize == null & vm.opt.InitialHeapSize == null
33+
* @requires vm.compMode != "Xcomp"
3334
* @library /test/lib
3435
* @library /
3536
* @modules java.base/jdk.internal.misc

‎test/hotspot/jtreg/gc/arguments/TestSerialHeapSizeFlags.java

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* @summary Tests argument processing for initial and maximum heap size for the Serial collector
3030
* @key flag-sensitive
3131
* @requires vm.gc.Serial & vm.opt.MinHeapSize == null & vm.opt.MaxHeapSize == null & vm.opt.InitialHeapSize == null
32+
* @requires vm.compMode != "Xcomp"
3233
* @library /test/lib
3334
* @library /
3435
* @modules java.base/jdk.internal.misc

0 commit comments

Comments
 (0)
Please sign in to comment.