summaryrefslogtreecommitdiff
path: root/test/files/run/icode-reader-dead-code.check
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2014-12-11 18:08:57 +0100
committerLukas Rytz <lukas.rytz@gmail.com>2015-01-16 23:18:12 +0100
commit7c1983d153a81ba43858a1bb5f0b59c5708bbfcf (patch)
tree1a3d4c7ddedb1be38ecf0f2e5f62545ddbd7955e /test/files/run/icode-reader-dead-code.check
parentff9512812c6619d6ab5a1dde99c9569a3b27c813 (diff)
downloadscala-7c1983d153a81ba43858a1bb5f0b59c5708bbfcf.tar.gz
scala-7c1983d153a81ba43858a1bb5f0b59c5708bbfcf.tar.bz2
scala-7c1983d153a81ba43858a1bb5f0b59c5708bbfcf.zip
Cleanup asm-to-string debug helpers
Introduces methods for textifying classes, methods, InsnLists and individual AbstractInsnNodes.
Diffstat (limited to 'test/files/run/icode-reader-dead-code.check')
-rw-r--r--test/files/run/icode-reader-dead-code.check8
1 files changed, 8 insertions, 0 deletions
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
+