-
-
Save strax/5665806 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiled from "BenchmarkTestSuite.java" | |
public class org.nx.pkg4.BenchmarkTestSuite implements java.lang.Runnable { | |
static {}; | |
Code: | |
0: ldc #1 // class org/nx/pkg4/BenchmarkTestSuite | |
2: invokevirtual #14 // Method java/lang/Class.getName:()Ljava/lang/String; | |
5: invokestatic #20 // Method java/util/logging/Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger; | |
8: putstatic #26 // Field LOGGER:Ljava/util/logging/Logger; | |
11: return | |
public org.nx.pkg4.BenchmarkTestSuite(); | |
Code: | |
0: aload_0 | |
1: invokespecial #31 // Method java/lang/Object."<init>":()V | |
4: return | |
public static void main(java.lang.String[]); | |
Code: | |
0: new #1 // class org/nx/pkg4/BenchmarkTestSuite | |
3: dup | |
4: invokespecial #37 // Method "<init>":()V | |
7: astore_1 | |
8: aload_1 | |
9: invokevirtual #38 // Method run:()V | |
12: return | |
public void run(); | |
Code: | |
0: getstatic #26 // Field LOGGER:Ljava/util/logging/Logger; | |
3: ldc #44 // String Running NX test suite | |
5: invokevirtual #46 // Method java/util/logging/Logger.info:(Ljava/lang/String;)V | |
8: aload_0 | |
9: ldc #50 // String Ld | |
11: sipush 1000 | |
14: new #52 // class org/nx/pkg4/BenchmarkTestSuite$LdTest | |
17: dup | |
18: aload_0 | |
19: aconst_null | |
20: invokespecial #54 // Method org/nx/pkg4/BenchmarkTestSuite$LdTest."<init>":(Lorg/nx/pkg4/BenchmarkTestSuite;Lorg/nx/pkg4/BenchmarkTestSuite$LdTest;)V | |
23: invokespecial #57 // Method test:(Ljava/lang/String;ILjava/lang/Runnable;)V | |
26: aload_0 | |
27: ldc #60 // String SS | |
29: sipush 1000 | |
32: new #62 // class org/nx/pkg4/BenchmarkTestSuite$SSTest | |
35: dup | |
36: aload_0 | |
37: aconst_null | |
38: invokespecial #64 // Method org/nx/pkg4/BenchmarkTestSuite$SSTest."<init>":(Lorg/nx/pkg4/BenchmarkTestSuite;Lorg/nx/pkg4/BenchmarkTestSuite$SSTest;)V | |
41: invokespecial #57 // Method test:(Ljava/lang/String;ILjava/lang/Runnable;)V | |
44: aload_0 | |
45: ldc #67 // String PR | |
47: iconst_2 | |
48: new #69 // class org/nx/pkg4/BenchmarkTestSuite$PRTest | |
51: dup | |
52: aload_0 | |
53: aconst_null | |
54: invokespecial #71 // Method org/nx/pkg4/BenchmarkTestSuite$PRTest."<init>":(Lorg/nx/pkg4/BenchmarkTestSuite;Lorg/nx/pkg4/BenchmarkTestSuite$PRTest;)V | |
57: invokespecial #57 // Method test:(Ljava/lang/String;ILjava/lang/Runnable;)V | |
60: aload_0 | |
61: ldc #74 // String Re | |
63: iconst_2 | |
64: new #76 // class org/nx/pkg4/BenchmarkTestSuite$ReTest | |
67: dup | |
68: aload_0 | |
69: aconst_null | |
70: invokespecial #78 // Method org/nx/pkg4/BenchmarkTestSuite$ReTest."<init>":(Lorg/nx/pkg4/BenchmarkTestSuite;Lorg/nx/pkg4/BenchmarkTestSuite$ReTest;)V | |
73: invokespecial #57 // Method test:(Ljava/lang/String;ILjava/lang/Runnable;)V | |
76: goto 92 | |
79: astore_1 | |
80: getstatic #26 // Field LOGGER:Ljava/util/logging/Logger; | |
83: getstatic #81 // Field java/util/logging/Level.SEVERE:Ljava/util/logging/Level; | |
86: ldc #87 // String Uncaught exeption | |
88: aload_1 | |
89: invokevirtual #89 // Method java/util/logging/Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V | |
92: return | |
Exception table: | |
from to target type | |
8 76 79 Class java/lang/Throwable | |
static org.nx.pkg4.NxParser access$0(org.nx.pkg4.BenchmarkTestSuite); | |
Code: | |
0: aload_0 | |
1: invokespecial #210 // Method parser:()Lorg/nx/pkg4/NxParser; | |
4: areturn | |
static void access$1(org.nx.pkg4.BenchmarkTestSuite, org.nx.pkg4.NxParser); | |
Code: | |
0: aload_0 | |
1: aload_1 | |
2: putfield #214 // Field parser:Lorg/nx/pkg4/NxParser; | |
5: return | |
static java.util.logging.Logger access$2(); | |
Code: | |
0: getstatic #26 // Field LOGGER:Ljava/util/logging/Logger; | |
3: areturn | |
static org.nx.pkg4.NxParser access$3(org.nx.pkg4.BenchmarkTestSuite); | |
Code: | |
0: aload_0 | |
1: getfield #214 // Field parser:Lorg/nx/pkg4/NxParser; | |
4: areturn | |
static void access$4(org.nx.pkg4.BenchmarkTestSuite, org.nx.pkg4.node.NxNode); | |
Code: | |
0: aload_0 | |
1: aload_1 | |
2: invokespecial #199 // Method recurse:(Lorg/nx/pkg4/node/NxNode;)V | |
5: return | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiled from "BenchmarkTestSuite.java" | |
class org.nx.pkg4.BenchmarkTestSuite$SSTest implements java.lang.Runnable { | |
final org.nx.pkg4.BenchmarkTestSuite this$0; | |
public void run(); | |
Code: | |
0: aload_0 | |
1: getfield #12 // Field this$0:Lorg/nx/pkg4/BenchmarkTestSuite; | |
4: invokestatic #22 // Method org/nx/pkg4/BenchmarkTestSuite.access$3:(Lorg/nx/pkg4/BenchmarkTestSuite;)Lorg/nx/pkg4/NxParser; | |
7: invokevirtual #28 // Method org/nx/pkg4/NxParser.getRootNode:()Lorg/nx/pkg4/node/NxNode; | |
10: ldc #34 // String Map | |
12: invokevirtual #36 // Method org/nx/pkg4/node/NxNode.getChild:(Ljava/lang/String;)Lorg/nx/pkg4/node/NxNode; | |
15: ldc #34 // String Map | |
17: invokevirtual #36 // Method org/nx/pkg4/node/NxNode.getChild:(Ljava/lang/String;)Lorg/nx/pkg4/node/NxNode; | |
20: ldc #42 // String Map1 | |
22: invokevirtual #36 // Method org/nx/pkg4/node/NxNode.getChild:(Ljava/lang/String;)Lorg/nx/pkg4/node/NxNode; | |
25: ldc #44 // String 105060000.img | |
27: invokevirtual #36 // Method org/nx/pkg4/node/NxNode.getChild:(Ljava/lang/String;)Lorg/nx/pkg4/node/NxNode; | |
30: ldc #46 // String 1 | |
32: invokevirtual #36 // Method org/nx/pkg4/node/NxNode.getChild:(Ljava/lang/String;)Lorg/nx/pkg4/node/NxNode; | |
35: ldc #48 // String tile | |
37: invokevirtual #36 // Method org/nx/pkg4/node/NxNode.getChild:(Ljava/lang/String;)Lorg/nx/pkg4/node/NxNode; | |
40: astore_1 | |
41: aload_1 | |
42: invokevirtual #50 // Method org/nx/pkg4/node/NxNode.getChildren:()Ljava/util/Collection; | |
45: invokeinterface #54, 1 // InterfaceMethod java/util/Collection.iterator:()Ljava/util/Iterator; | |
50: astore_3 | |
51: goto 86 | |
54: aload_3 | |
55: invokeinterface #60, 1 // InterfaceMethod java/util/Iterator.next:()Ljava/lang/Object; | |
60: checkcast #37 // class org/nx/pkg4/node/NxNode | |
63: astore_2 | |
64: aload_1 | |
65: aload_2 | |
66: invokevirtual #66 // Method org/nx/pkg4/node/NxNode.getName:()Ljava/lang/String; | |
69: invokevirtual #36 // Method org/nx/pkg4/node/NxNode.getChild:(Ljava/lang/String;)Lorg/nx/pkg4/node/NxNode; | |
72: aload_2 | |
73: if_acmpeq 86 | |
76: new #70 // class java/lang/IllegalStateException | |
79: dup | |
80: ldc #72 // String Indexed subnode does not equal iterated subnode | |
82: invokespecial #74 // Method java/lang/IllegalStateException."<init>":(Ljava/lang/String;)V | |
85: athrow | |
86: aload_3 | |
87: invokeinterface #77, 1 // InterfaceMethod java/util/Iterator.hasNext:()Z | |
92: ifne 54 | |
95: return | |
org.nx.pkg4.BenchmarkTestSuite$SSTest(org.nx.pkg4.BenchmarkTestSuite, org.nx.pkg4.BenchmarkTestSuite$SSTest); | |
Code: | |
0: aload_0 | |
1: aload_1 | |
2: invokespecial #86 // Method "<init>":(Lorg/nx/pkg4/BenchmarkTestSuite;)V | |
5: return | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment