blob: 2c31fdaa852d7a205f0e765e534911464113e954 [file] [log] [blame]
.class public LNotStructuredUnderUnlock;
.super Ljava/lang/Object;
.method public static run(Ljava/lang/Object;)V
.registers 3
invoke-static {}, LMain;->assertCallerIsInterpreted()V
# Lock thrice, but only unlock twice.
monitor-enter v2 # 1
monitor-enter v2 # 2
monitor-enter v2 # 3
monitor-exit v2 # 1
monitor-exit v2 # 2
return-void
.end method