Skip to content

Commit d77c464

Browse files
author
Thomas Schatzl
committed
8293891: gc/g1/mixedgc/TestOldGenCollectionUsage.java (still) assumes that GCs take 1ms minimum
Reviewed-by: ayang, kbarrett
1 parent d7c1a76 commit d77c464

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/hotspot/jtreg/gc/g1/mixedgc/TestOldGenCollectionUsage.java

-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ public void run() {
118118
if (collectionCount <= 0) {
119119
throw new RuntimeException("Collection count <= 0");
120120
}
121-
if (collectionTime <= 0) {
122-
throw new RuntimeException("Collector has not run");
123-
}
124121

125122
MixedGCProvoker.provokeMixedGC(liveOldObjects);
126123

0 commit comments

Comments
 (0)