File tree 1 file changed +5
-5
lines changed
test/hotspot/jtreg/runtime/locking
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
/*
26
26
* @test id=int
27
27
* @summary Check that monitorenter A; monitorenter B; monitorexit A; monitorexit B; works
28
- * @compile TestUnstructuredLocking .jasm
29
- * @run main/othervm -Xint TestUnstructuredLocking
28
+ * @compile TestOutOfOrderUnlocking .jasm
29
+ * @run main/othervm -Xint TestOutOfOrderUnlocking
30
30
*/
31
31
/*
32
32
* @test id=comp
33
33
* @summary Check that monitorenter A; monitorenter B; monitorexit A; monitorexit B; works, with -Xcomp
34
- * @compile TestUnstructuredLocking .jasm
35
- * @run main/othervm -Xcomp TestUnstructuredLocking
34
+ * @compile TestOutOfOrderUnlocking .jasm
35
+ * @run main/othervm -Xcomp TestOutOfOrderUnlocking
36
36
*/
37
37
38
- super public class TestUnstructuredLocking version 64:0 {
38
+ super public class TestOutOfOrderUnlocking version 64:0 {
39
39
40
40
public static Method main:"([Ljava/lang/String;)V" stack 2 locals 4 {
41
41
new class java/lang/Object;
You can’t perform that action at this time.
1 commit comments
openjdk-notifier[bot] commentedon Nov 1, 2023
Review
Issues