public final class org.apache.lucene.index.TwoPhaseCommitTool
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.index.TwoPhaseCommitTool
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/TwoPhaseCommitTool;
private static void rollback(org.apache.lucene.index.TwoPhaseCommit[]);
descriptor: ([Lorg/apache/lucene/index/TwoPhaseCommit;)V
flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
Code:
stack=2, locals=5, args_size=1
start local 0 0: aload 0
dup
astore 4
arraylength
istore 3
iconst_0
istore 2
goto 7
StackMap locals: org.apache.lucene.index.TwoPhaseCommit[] top int int org.apache.lucene.index.TwoPhaseCommit[]
StackMap stack:
1: aload 4
iload 2
aaload
astore 1
start local 1 2: aload 1
ifnull 6
3: aload 1
invokeinterface org.apache.lucene.index.TwoPhaseCommit.rollback:()V
4: goto 6
StackMap locals: org.apache.lucene.index.TwoPhaseCommit[] org.apache.lucene.index.TwoPhaseCommit int int org.apache.lucene.index.TwoPhaseCommit[]
StackMap stack: java.lang.Throwable
5: pop
end local 1 6: StackMap locals: org.apache.lucene.index.TwoPhaseCommit[] top int int org.apache.lucene.index.TwoPhaseCommit[]
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
7: iload 2
iload 3
if_icmplt 1
8: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 objects [Lorg/apache/lucene/index/TwoPhaseCommit;
2 6 1 tpc Lorg/apache/lucene/index/TwoPhaseCommit;
Exception table:
from to target type
3 4 5 Class java.lang.Throwable
MethodParameters:
Name Flags
objects
public static void execute(org.apache.lucene.index.TwoPhaseCommit[]);
descriptor: ([Lorg/apache/lucene/index/TwoPhaseCommit;)V
flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
Code:
stack=4, locals=3, args_size=1
start local 0 0: aconst_null
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 7
3: StackMap locals: org.apache.lucene.index.TwoPhaseCommit int
StackMap stack:
aload 0
iload 2
aaload
astore 1
4: aload 1
ifnull 6
5: aload 1
invokeinterface org.apache.lucene.index.TwoPhaseCommit.prepareCommit:()J
pop2
6: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
7: iload 2
aload 0
arraylength
if_icmplt 3
end local 2 8: goto 12
StackMap locals: org.apache.lucene.index.TwoPhaseCommit[] org.apache.lucene.index.TwoPhaseCommit
StackMap stack: java.lang.Throwable
9: astore 2
start local 2 10: aload 0
invokestatic org.apache.lucene.index.TwoPhaseCommitTool.rollback:([Lorg/apache/lucene/index/TwoPhaseCommit;)V
11: new org.apache.lucene.index.TwoPhaseCommitTool$PrepareCommitFailException
dup
aload 2
aload 1
invokespecial org.apache.lucene.index.TwoPhaseCommitTool$PrepareCommitFailException.<init>:(Ljava/lang/Throwable;Lorg/apache/lucene/index/TwoPhaseCommit;)V
athrow
end local 2 12: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 13: goto 18
14: StackMap locals: int
StackMap stack:
aload 0
iload 2
aaload
astore 1
15: aload 1
ifnull 17
16: aload 1
invokeinterface org.apache.lucene.index.TwoPhaseCommit.commit:()J
pop2
17: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
18: iload 2
aload 0
arraylength
if_icmplt 14
end local 2 19: goto 23
StackMap locals: org.apache.lucene.index.TwoPhaseCommit[] org.apache.lucene.index.TwoPhaseCommit
StackMap stack: java.lang.Throwable
20: astore 2
start local 2 21: aload 0
invokestatic org.apache.lucene.index.TwoPhaseCommitTool.rollback:([Lorg/apache/lucene/index/TwoPhaseCommit;)V
22: new org.apache.lucene.index.TwoPhaseCommitTool$CommitFailException
dup
aload 2
aload 1
invokespecial org.apache.lucene.index.TwoPhaseCommitTool$CommitFailException.<init>:(Ljava/lang/Throwable;Lorg/apache/lucene/index/TwoPhaseCommit;)V
athrow
end local 2 23: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 objects [Lorg/apache/lucene/index/TwoPhaseCommit;
1 24 1 tpc Lorg/apache/lucene/index/TwoPhaseCommit;
2 8 2 i I
10 12 2 t Ljava/lang/Throwable;
13 19 2 i I
21 23 2 t Ljava/lang/Throwable;
Exception table:
from to target type
1 8 9 Class java.lang.Throwable
12 19 20 Class java.lang.Throwable
Exceptions:
throws org.apache.lucene.index.TwoPhaseCommitTool$PrepareCommitFailException, org.apache.lucene.index.TwoPhaseCommitTool$CommitFailException
MethodParameters:
Name Flags
objects
}
SourceFile: "TwoPhaseCommitTool.java"
NestMembers:
org.apache.lucene.index.TwoPhaseCommitTool$CommitFailException org.apache.lucene.index.TwoPhaseCommitTool$PrepareCommitFailException
InnerClasses:
public CommitFailException = org.apache.lucene.index.TwoPhaseCommitTool$CommitFailException of org.apache.lucene.index.TwoPhaseCommitTool
public PrepareCommitFailException = org.apache.lucene.index.TwoPhaseCommitTool$PrepareCommitFailException of org.apache.lucene.index.TwoPhaseCommitTool