File: class_expected_diff

package info (click to toggle)
diffoscope 78%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,520 kB
  • sloc: python: 7,903; makefile: 58; sh: 58
file content (16 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@@ -31,13 +31,13 @@
         line 1: 0
 
   public static int main(java.lang.String[]);
     descriptor: ([Ljava/lang/String;)I
     flags: ACC_PUBLIC, ACC_STATIC
     Code:
       stack=1, locals=1, args_size=1
-         0: bipush        42
-         2: ireturn
+         0: iconst_m1
+         1: ireturn
       LineNumberTable:
         line 3: 0
 }
 SourceFile: "Test.java"