From eddf2cf9208765d1b72d0f1bf5a276aac3610b09 Mon Sep 17 00:00:00 2001 From: Claes Redestad Date: Thu, 4 Jul 2019 15:00:03 +0200 Subject: [PATCH] 8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be ignored but run Reviewed-by: alanb --- test/jdk/java/util/Locale/SoftKeys.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/java/util/Locale/SoftKeys.java b/test/jdk/java/util/Locale/SoftKeys.java index a3e7166a3ea..8e57ed8bb57 100644 --- a/test/jdk/java/util/Locale/SoftKeys.java +++ b/test/jdk/java/util/Locale/SoftKeys.java @@ -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.*;