File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
24
24
package gc .g1 ;
25
25
26
26
/**
27
- * @test TestShrinkAuxiliaryData30
27
+ * @test TestShrinkAuxiliaryData27
28
28
* @key randomness
29
29
* @bug 8038423 8061715 8078405
30
30
* @summary Checks that decommitment occurs for JVM with different
36
36
* java.management
37
37
* @build sun.hotspot.WhiteBox
38
38
* @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
40
40
*/
41
- public class TestShrinkAuxiliaryData30 {
41
+ public class TestShrinkAuxiliaryData27 {
42
42
43
43
public static void main (String [] args ) throws Exception {
44
- new TestShrinkAuxiliaryData (30 ).test ();
44
+ new TestShrinkAuxiliaryData (27 ).test ();
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments