File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
test/hotspot/jtreg/gc/arguments Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2013, 2022 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2013, 2023 , 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
2727 * @test TestHeapFreeRatio
2828 * @bug 8025661
2929 * @summary Test parsing of -Xminf and -Xmaxf
30+ * @requires vm.opt.x.Xminf == null & vm.opt.x.Xmaxf == null & vm.opt.MinHeapFreeRatio == null & vm.opt.MaxHeapFreeRatio == null
3031 * @library /test/lib
3132 * @library /
3233 * @modules java.base/jdk.internal.misc
@@ -47,7 +48,7 @@ enum Validation {
4748 }
4849
4950 private static void testMinMaxFreeRatio (String min , String max , Validation type ) throws Exception {
50- ProcessBuilder pb = GCArguments .createJavaProcessBuilder (
51+ ProcessBuilder pb = GCArguments .createTestJvm (
5152 "-Xminf" + min ,
5253 "-Xmaxf" + max ,
5354 "-version" );
You can’t perform that action at this time.
0 commit comments