File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -860,8 +860,6 @@ jdk/classfile/AccessFlagsTest.java 8366270 generic-all
860
860
861
861
java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessValue.java 8367346 generic-all
862
862
863
- jdk/jfr/event/runtime/TestSyncOnValueBasedClassEvent.java 8328777 generic-all
864
-
865
863
jdk/jfr/event/runtime/TestClassLoaderStatsEvent.java 8366820 generic-all
866
864
867
865
com/sun/jdi/valhalla/FieldWatchpointsTest.java 8366806 generic-all
Original file line number Diff line number Diff line change 37
37
* @bug 8242263
38
38
* @requires vm.hasJFR
39
39
* @requires vm.flagless
40
+ * @enablePreview false
40
41
* @library /test/lib
41
42
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:DiagnoseSyncOnValueBasedClasses=2 jdk.jfr.event.runtime.TestSyncOnValueBasedClassEvent
42
- * @run main/othervm --enable-preview -XX:+UnlockDiagnosticVMOptions -XX:DiagnoseSyncOnValueBasedClasses=2 jdk.jfr.event.runtime.TestSyncOnValueBasedClassEvent
43
43
*/
44
44
public class TestSyncOnValueBasedClassEvent {
45
45
static final String EVENT_NAME = EventNames .SyncOnValueBasedClass ;
You can’t perform that action at this time.
0 commit comments