8079539: java/util/prefs/CodePointZeroPrefsTest.java fails with "java.util.prefs.BackingStoreException: Couldn't get file lock."
authorbpb
Thu, 18 Jun 2015 17:20:42 -0700
changeset 31243 625c884323dc
parent 31216 43d0179ee9de
child 31244 9b9fc5990778
child 31255 fd254d4eabdc
8079539: java/util/prefs/CodePointZeroPrefsTest.java fails with "java.util.prefs.BackingStoreException: Couldn't get file lock." Summary: Add @run tag with property -Djava.util.prefs.userRoot=. Reviewed-by: alanb
jdk/test/java/util/prefs/CodePointZeroPrefsTest.java
--- a/jdk/test/java/util/prefs/CodePointZeroPrefsTest.java	Wed Jul 05 20:38:50 2017 +0200
+++ b/jdk/test/java/util/prefs/CodePointZeroPrefsTest.java	Thu Jun 18 17:20:42 2015 -0700
@@ -28,6 +28,7 @@
  * @test
  * @bug 8068373 8075110 8075156
  * @summary Ensure a code point U+0000 null control character is detected.
+ * @run main/othervm -Djava.util.prefs.userRoot=. CodePointZeroPrefsTest
  */
 public class CodePointZeroPrefsTest
 {