From 7c1983d153a81ba43858a1bb5f0b59c5708bbfcf Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Thu, 11 Dec 2014 18:08:57 +0100 Subject: Cleanup asm-to-string debug helpers Introduces methods for textifying classes, methods, InsnLists and individual AbstractInsnNodes. --- test/files/run/icode-reader-dead-code.check | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/files/run/icode-reader-dead-code.check') diff --git a/test/files/run/icode-reader-dead-code.check b/test/files/run/icode-reader-dead-code.check index d1739fed3b..c9de93283e 100644 --- a/test/files/run/icode-reader-dead-code.check +++ b/test/files/run/icode-reader-dead-code.check @@ -1,4 +1,7 @@ Bytecode for method f + + // access flags 0x11 + public final f()I L0 LINENUMBER 4 L0 ICONST_1 @@ -7,7 +10,11 @@ Bytecode for method f LOCALVARIABLE this Lp/A; L0 L1 0 MAXSTACK = 1 MAXLOCALS = 1 + Bytecode for method f + + // access flags 0x11 + public final f()I L0 LINENUMBER 4 L0 ICONST_1 @@ -17,3 +24,4 @@ Bytecode for method f LOCALVARIABLE this Lp/A; L0 L1 0 MAXSTACK = 1 MAXLOCALS = 1 + -- cgit v1.2.3