Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8293891: gc/g1/mixedgc/TestOldGenCollectionUsage.java (still) assumes…
… that GCs take 1ms minimum

Backport-of: d77c464c3804362b80fecca9df05fbef90bed14a
  • Loading branch information
GoeLin committed Oct 25, 2022
1 parent 2f99fbb commit bd2fac8
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -118,9 +118,6 @@ public void run() {
if (collectionCount <= 0) {
throw new RuntimeException("Collection count <= 0");
}
if (collectionTime <= 0) {
throw new RuntimeException("Collector has not run");
}

MixedGCProvoker.provokeMixedGC(liveOldObjects);

Expand Down

1 comment on commit bd2fac8

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.