Tests for failing to find java call sites
Use JSTATIC-RAW instead of JSTATIC to more easily catch in JVM debugger. For the java.lang.Short.reverseBytes(short) following the failure in a JVM debugger (Netbeans) shows that the parameter is not being matched in Java.isApplicableMethod() as we declare our argument to an java.lang.Integer by the time the match occurs. c.f. <https://mailman.common-lisp.net/pipermail/armedbear-devel/2019-November/004017.html>.
Showing
t/java-call-sites.lisp
0 → 100644
Please register or sign in to comment