Skip to content

Commit

Permalink
8280016: gc/g1/TestShrinkAuxiliaryData30 test fails on large machines
Browse files Browse the repository at this point in the history
Backport-of: 590eb86033d5445018cd0e961e8721a20de4bb0c
  • Loading branch information
shipilev committed Nov 22, 2022
1 parent 24ac347 commit 14eb228
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -24,7 +24,7 @@
package gc.g1;

/**
* @test TestShrinkAuxiliaryData30
* @test TestShrinkAuxiliaryData27
* @key randomness
* @bug 8038423 8061715 8078405
* @summary Checks that decommitment occurs for JVM with different
Expand All @@ -36,11 +36,11 @@
* java.management
* @build sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @run main/timeout=720 gc.g1.TestShrinkAuxiliaryData30
* @run main/timeout=720 gc.g1.TestShrinkAuxiliaryData27
*/
public class TestShrinkAuxiliaryData30 {
public class TestShrinkAuxiliaryData27 {

public static void main(String[] args) throws Exception {
new TestShrinkAuxiliaryData(30).test();
new TestShrinkAuxiliaryData(27).test();
}
}

1 comment on commit 14eb228

@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.