Skip to content

Commit 9405b0c

Browse files
committedNov 1, 2023
8318528: Rename TestUnstructuredLocking test
Backport-of: 3f446c51564e0358d74d4929dc2fa1b9263ac3b2
1 parent 502d30b commit 9405b0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎test/hotspot/jtreg/runtime/locking/TestUnstructuredLocking.jasm ‎test/hotspot/jtreg/runtime/locking/TestOutOfOrderUnlocking.jasm

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
/*
2626
* @test id=int
2727
* @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
3030
*/
3131
/*
3232
* @test id=comp
3333
* @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
3636
*/
3737

38-
super public class TestUnstructuredLocking version 64:0 {
38+
super public class TestOutOfOrderUnlocking version 64:0 {
3939

4040
public static Method main:"([Ljava/lang/String;)V" stack 2 locals 4 {
4141
new class java/lang/Object;

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Nov 1, 2023

@openjdk-notifier[bot]
Please sign in to comment.