8201766: Mark TimSortStackSize2.java as intermittently failing

Reviewed-by: dholmes
This commit is contained in:
Joe Darcy 2018-04-18 10:03:49 -07:00
parent 2006105114
commit 4ffd5d45c1
2 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2013, 2018, 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
@ -34,12 +34,14 @@ tier1 = \
java/nio/Buffer \
com/sun/crypto/provider/Cipher \
:jdk_math \
tools/pack200
tools/pack200 \
-java/util/Arrays/TimSortStackSize2.java
tier2 = \
:tier2_part1 \
:tier2_part2 \
:tier2_part3
:tier2_part3 \
java/util/Arrays/TimSortStackSize2.java
# com/sun/crypto/provider/Cipher is in tier1 because of JDK-8132855
tier2_part1 = \

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2018, 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
@ -34,6 +34,7 @@
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
* -XX:+WhiteBoxAPI TimSortStackSize2
* @summary Test TimSort stack size on big arrays
* @key intermittent
*/
import java.util.ArrayList;
import java.util.Arrays;