blob: cbb8bcc48867516d90325332db2ffbeb297102e2 [file] [log] [blame]
Andreas Gampea727e372015-08-25 09:22:37 -07001.class public LUnbalancedStraight;
2
3.super Ljava/lang/Object;
4
5.method public static run(Ljava/lang/Object;Ljava/lang/Object;)V
6 .registers 3
7
Andreas Gampe0dfc9bc2015-09-30 17:13:59 -07008 invoke-static {}, LMain;->assertIsInterpreted()V
Andreas Gampea727e372015-08-25 09:22:37 -07009
10 monitor-enter v1 # 1
11 monitor-enter v2 # 2
12
13 monitor-exit v1 # 1 Unbalanced unlock.
14 monitor-exit v2 # 2
15
16 return-void
17
18.end method