File: javap_class_expected_diff

package info (click to toggle)
diffoscope 297
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,304 kB
  • sloc: python: 17,166; sh: 114; makefile: 97; xml: 36; javascript: 2
file content (16 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@@ -34,13 +34,13 @@
         line 1: 0
 
   public static int main(java.lang.String[]);
     descriptor: ([Ljava/lang/String;)I
     flags: (0x0009) 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"