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
coleenp [Thu, 04 Jun 2015 08:05:47 -0400] rev 31234
8081219: hs_err improvement: Add event logging for class redefinition to the hs_err file
Summary: Use the Events::log function to save redefined classes for output to the hs_err file.
Reviewed-by: sspitsyn, jiangli, lfoltan