Skip to content

Instantly share code, notes, and snippets.

@timo
Created December 3, 2013 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timo/cbdfdeab27c3af40c0a0 to your computer and use it in GitHub Desktop.
Save timo/cbdfdeab27c3af40c0a0 to your computer and use it in GitHub Desktop.
jvm bootinterop arity candidate detection thingie.
method getClass doesn't need a dispatcher.
method getInterop doesn't need a dispatcher.
method equals doesn't need a dispatcher.
method typeForName doesn't need a dispatcher.
method implementClass doesn't need a dispatcher.
method javaObjectToSixmodel doesn't need a dispatcher.
method hashCode doesn't need a dispatcher.
method currentTC doesn't need a dispatcher.
(would be) going to generate a dispatcher for wait
for arity 0 there is only one candidate: ()V
for arity 1 there is only one candidate: (J)V
for arity 2 there is only one candidate: (JI)V
method getSTableForClass doesn't need a dispatcher.
method currentGC doesn't need a dispatcher.
method typeForNameFromJAR doesn't need a dispatcher.
method notify doesn't need a dispatcher.
method proxy doesn't need a dispatcher.
method sixmodelToJavaObject doesn't need a dispatcher.
method toString doesn't need a dispatcher.
method getInteropForClass doesn't need a dispatcher.
method notifyAll doesn't need a dispatcher.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment