File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/jdk/java/lang/management/MemoryMXBean Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2004, 2022 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2004, 2024 , 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
3636 * @bug 4982128
3737 * @summary Test low memory detection of non-heap memory pool
3838 *
39- * @run main/othervm/timeout=600 -noclassgc -XX:MaxMetaspaceSize=32m
39+ * @run main/othervm/timeout=600 -Xnoclassgc -XX:MaxMetaspaceSize=32m
4040 * LowMemoryTest2
4141 */
4242
4545 * @bug 4982128
4646 * @summary Test low memory detection of non-heap memory pool
4747 *
48- * @run main/othervm/timeout=600 -noclassgc -XX:MaxMetaspaceSize=16m
48+ * @run main/othervm/timeout=600 -Xnoclassgc -XX:MaxMetaspaceSize=16m
4949 * -XX:CompressedClassSpaceSize=4m LowMemoryTest2
5050 */
5151
You can’t perform that action at this time.
0 commit comments