< prev index next >

test/jdk/java/util/Arrays/TimSortStackSize2.java

Print this page
rev 54102 : 8220613: java/util/Arrays/TimSortStackSize2.java times out with fastdebug build
Reviewed-by: tbd

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -26,10 +26,11 @@
  * @bug 8072909
  * @summary Test TimSort stack size on big arrays
  * @library /test/lib
  * @modules java.management
  *          java.base/jdk.internal
+ * @requires (vm.debug == false)
  * @build TimSortStackSize2
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
  *     -XX:+WhiteBoxAPI TimSortStackSize2
< prev index next >