8199647: java/util/Locale/SoftKeys.java fails with OutOfMemoryError again
authorredestad
Thu, 15 Mar 2018 10:41:57 +0100
changeset 49247 95e00d2708fb
parent 49246 be5eab692a2f
child 49248 15a0e60c8b97
8199647: java/util/Locale/SoftKeys.java fails with OutOfMemoryError again Reviewed-by: psandoz
test/jdk/java/util/Locale/SoftKeys.java
--- a/test/jdk/java/util/Locale/SoftKeys.java	Thu Mar 15 02:08:29 2018 +0100
+++ b/test/jdk/java/util/Locale/SoftKeys.java	Thu Mar 15 10:41:57 2018 +0100
@@ -27,6 +27,9 @@
  * @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.
  */
 import java.util.*;