8201766: Mark TimSortStackSize2.java as intermittently failing
Reviewed-by: dholmes
--- a/test/jdk/TEST.groups Wed Apr 18 19:00:32 2018 +0200
+++ b/test/jdk/TEST.groups Wed Apr 18 10:03:49 2018 -0700
@@ -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 @@
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 = \
--- a/test/jdk/java/util/Arrays/TimSortStackSize2.java Wed Apr 18 19:00:32 2018 +0200
+++ b/test/jdk/java/util/Arrays/TimSortStackSize2.java Wed Apr 18 10:03:49 2018 -0700
@@ -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;