8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be ignored but run
authorredestad
Thu, 04 Jul 2019 15:00:03 +0200
changeset 55588 761fb4ec7ccf
parent 55587 4644b3155fce
child 55589 852dcb52bace
8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be ignored but run Reviewed-by: alanb
test/jdk/java/util/Locale/SoftKeys.java
--- a/test/jdk/java/util/Locale/SoftKeys.java	Thu Jul 04 14:28:31 2019 +0200
+++ b/test/jdk/java/util/Locale/SoftKeys.java	Thu Jul 04 15:00:03 2019 +0200
@@ -24,10 +24,10 @@
  * @test
  * @bug 8196869
  * @summary Make sure we deal with internal Key data being cleared properly
- * @run main/othervm -Xms16m -Xmx16m -esa SoftKeys
  * @ignore This test aims to provoke NPEs, but due to the need to constrain
  *         memory usage it fails intermittently with OOME on various systems
  *         with no way to ignore such failures.
+ * @run main/othervm -Xms16m -Xmx16m -esa SoftKeys
  */
 import java.util.*;