1.class public LB121245951;
2
3.super Ljava/lang/Object;
4
5.method public static run(ZLjava/lang/Object;)V
6  .registers 3
7
8  # Create an unequal lock stack.
9
10  if-eqz v1, :LfalseBranch
11
12:LtrueBranch
13  monitor-enter v2
14  monitor-enter v2
15  goto :Ljoin
16
17:LfalseBranch
18  monitor-enter v2
19  goto :Ljoin
20
21:Ljoin
22  monitor-exit v2
23
24  # Should throw here.
25  return-void
26.end method
27