Skip to content

Commit 590eb86

Browse files
committedJan 17, 2022
8280016: gc/g1/TestShrinkAuxiliaryData30 test fails on large machines
Reviewed-by: tschatzl, ayang
1 parent c619666 commit 590eb86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData30.java ‎test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData27.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -24,7 +24,7 @@
2424
package gc.g1;
2525

2626
/**
27-
* @test TestShrinkAuxiliaryData30
27+
* @test TestShrinkAuxiliaryData27
2828
* @key randomness
2929
* @bug 8038423 8061715 8078405
3030
* @summary Checks that decommitment occurs for JVM with different
@@ -36,11 +36,11 @@
3636
* java.management
3737
* @build sun.hotspot.WhiteBox
3838
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
39-
* @run main/timeout=720 gc.g1.TestShrinkAuxiliaryData30
39+
* @run main/timeout=720 gc.g1.TestShrinkAuxiliaryData27
4040
*/
41-
public class TestShrinkAuxiliaryData30 {
41+
public class TestShrinkAuxiliaryData27 {
4242

4343
public static void main(String[] args) throws Exception {
44-
new TestShrinkAuxiliaryData(30).test();
44+
new TestShrinkAuxiliaryData(27).test();
4545
}
4646
}

0 commit comments

Comments
 (0)
Please sign in to comment.