File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
2424package 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
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}
You can’t perform that action at this time.
0 commit comments