Andreas Gampe | a727e37 | 2015-08-25 09:22:37 -0700 | [diff] [blame] | 1 | .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 Gampe | 0dfc9bc | 2015-09-30 17:13:59 -0700 | [diff] [blame] | 8 | invoke-static {}, LMain;->assertIsInterpreted()V |
Andreas Gampe | a727e37 | 2015-08-25 09:22:37 -0700 | [diff] [blame] | 9 | |
| 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 |