mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8220613: java/util/Arrays/TimSortStackSize2.java times out with fastdebug build
Reviewed-by: lancea, alanb
This commit is contained in:
parent
5ee0711360
commit
b77b4b254c
3 changed files with 6 additions and 4 deletions
|
@ -840,8 +840,6 @@ com/sun/jdi/NashornPopFrameTest.java 8187143 generic-
|
||||||
|
|
||||||
# jdk_util
|
# jdk_util
|
||||||
|
|
||||||
java/util/Arrays/TimSortStackSize2.java 8220613 generic-all
|
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
# jdk_instrument
|
# jdk_instrument
|
||||||
|
|
|
@ -22,7 +22,9 @@ com/apple/laf com/sun/java/accessibility com/sun/java/swing sanity/client demo/j
|
||||||
javax/management sun/awt sun/java2d javax/xml/jaxp/testng/validation java/lang/ProcessHandle
|
javax/management sun/awt sun/java2d javax/xml/jaxp/testng/validation java/lang/ProcessHandle
|
||||||
|
|
||||||
# Tests that cannot run concurrently
|
# Tests that cannot run concurrently
|
||||||
exclusiveAccess.dirs=java/rmi/Naming java/util/prefs sun/management/jmxremote sun/tools/jstatd sun/security/mscapi java/util/stream java/util/Arrays/largeMemory java/util/BitSet/stream javax/rmi
|
exclusiveAccess.dirs=java/rmi/Naming java/util/prefs sun/management/jmxremote sun/tools/jstatd \
|
||||||
|
sun/security/mscapi java/util/stream java/util/Arrays/largeMemory java/util/BitSet/stream javax/rmi
|
||||||
|
|
||||||
# Group definitions
|
# Group definitions
|
||||||
groups=TEST.groups
|
groups=TEST.groups
|
||||||
|
|
||||||
|
@ -42,6 +44,7 @@ requires.properties= \
|
||||||
vm.compiler1.enabled \
|
vm.compiler1.enabled \
|
||||||
vm.compiler2.enabled \
|
vm.compiler2.enabled \
|
||||||
vm.cds \
|
vm.cds \
|
||||||
|
vm.debug \
|
||||||
vm.hasSA \
|
vm.hasSA \
|
||||||
vm.hasSAandCanAttach \
|
vm.hasSAandCanAttach \
|
||||||
vm.hasJFR \
|
vm.hasJFR \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* 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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -28,6 +28,7 @@
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @modules java.management
|
* @modules java.management
|
||||||
* java.base/jdk.internal
|
* java.base/jdk.internal
|
||||||
|
* @requires (vm.debug == false)
|
||||||
* @build TimSortStackSize2
|
* @build TimSortStackSize2
|
||||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue