mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8318528: Rename TestUnstructuredLocking test
Reviewed-by: phh, dholmes
This commit is contained in:
parent
0baa9ecd76
commit
3f446c5156
@ -25,17 +25,17 @@
|
||||
/*
|
||||
* @test id=int
|
||||
* @summary Check that monitorenter A; monitorenter B; monitorexit A; monitorexit B; works
|
||||
* @compile TestUnstructuredLocking.jasm
|
||||
* @run main/othervm -Xint TestUnstructuredLocking
|
||||
* @compile TestOutOfOrderUnlocking.jasm
|
||||
* @run main/othervm -Xint TestOutOfOrderUnlocking
|
||||
*/
|
||||
/*
|
||||
* @test id=comp
|
||||
* @summary Check that monitorenter A; monitorenter B; monitorexit A; monitorexit B; works, with -Xcomp
|
||||
* @compile TestUnstructuredLocking.jasm
|
||||
* @run main/othervm -Xcomp TestUnstructuredLocking
|
||||
* @compile TestOutOfOrderUnlocking.jasm
|
||||
* @run main/othervm -Xcomp TestOutOfOrderUnlocking
|
||||
*/
|
||||
|
||||
super public class TestUnstructuredLocking version 64:0 {
|
||||
super public class TestOutOfOrderUnlocking version 64:0 {
|
||||
|
||||
public static Method main:"([Ljava/lang/String;)V" stack 2 locals 4 {
|
||||
new class java/lang/Object;
|
||||
Loading…
x
Reference in New Issue
Block a user