File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,6 @@ vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemor
83
83
# to make progress when all other threads are currently suspended.
84
84
vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java 8338713 generic-all
85
85
86
- ###
87
- # Fails on Windows because of additional memory allocation.
88
-
89
- gc/g1/TestMixedGCLiveThreshold.java#25percent 8334759 windows-x64
90
-
91
86
##########
92
87
## Tests incompatible with with virtual test thread factory.
93
88
## There is no goal to run all test with virtual test thread factory.
Original file line number Diff line number Diff line change 28
28
* @summary Test G1MixedGCLiveThresholdPercent=0. Fill up a region to at least 33 percent,
29
29
* the region should not be selected for mixed GC cycle.
30
30
* @requires vm.gc.G1
31
+ * @requires test.thread.factory != "Virtual"
31
32
* @library /test/lib
32
33
* @build jdk.test.whitebox.WhiteBox
33
34
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
39
40
* @summary Test G1MixedGCLiveThresholdPercent=25. Fill up a region to at least 33 percent,
40
41
* the region should not be selected for mixed GC cycle.
41
42
* @requires vm.gc.G1
43
+ * @requires test.thread.factory != "Virtual"
42
44
* @library /test/lib
43
45
* @build jdk.test.whitebox.WhiteBox
44
46
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
50
52
* @summary Test G1MixedGCLiveThresholdPercent=100. Fill up a region to at least 33 percent,
51
53
* the region should be selected for mixed GC cycle.
52
54
* @requires vm.gc.G1
55
+ * @requires test.thread.factory != "Virtual"
53
56
* @library /test/lib
54
57
* @build jdk.test.whitebox.WhiteBox
55
58
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
You can’t perform that action at this time.
0 commit comments