changeset 57212:761fb4ec7ccf

8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be ignored but run Reviewed-by: alanb
author redestad
date Thu, 04 Jul 2019 15:00:03 +0200
parents 4644b3155fce
children 852dcb52bace
files test/jdk/java/util/Locale/SoftKeys.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.*;