Skip to content

Instantly share code, notes, and snippets.

@osak
Created January 24, 2013 16:55
Show Gist options
  • Save osak/4625042 to your computer and use it in GitHub Desktop.
Save osak/4625042 to your computer and use it in GitHub Desktop.
Compiled from "A.java"
public class A {
public A();
Code:
0: aload_0
1: invokespecial #1 // Method java/lang/Object."<init>":()V
4: return
public static void main(java.lang.String[]);
Code:
0: aconst_null
1: invokestatic #2 // Method java/lang/String.valueOf:([C)Ljava/lang/String;
4: pop
5: return
}
public class A {
public static void main(String[] args) {
String.valueOf(null);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment