Skip to content

Instantly share code, notes, and snippets.

@purplefox
Created November 22, 2012 12:03
Show Gist options
  • Save purplefox/4130809 to your computer and use it in GitHub Desktop.
Save purplefox/4130809 to your computer and use it in GitHub Desktop.
tim $ java -cp ./classes:. kilim.examples.Chain 10
Exception in thread "main" java.lang.VerifyError: Expecting a stackmap frame at branch target 68 in method kilim.Task.invoke(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;Lkilim/Fiber;)Ljava/lang/Object; at offset 16
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2442)
at java.lang.Class.getMethod0(Class.java:2685)
at java.lang.Class.getMethod(Class.java:1620)
at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:484)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:476)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment