Message10283

Author alexgobbo
Recipients alexgobbo
Date 2015-09-23.15:07:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443020839.6.0.208398851701.issue2403@psf.upfronthosting.co.za>
In-reply-to
Content
Systematically an exception pops up when declaring a Python class implementing a Java interface containing default methods, even if all methods are overriden:
-  java.lang.VerifyError... Illegal use of nonvirtual function call in listener.py at line number ...

Workaround: start JVM with option Xverify:none
History
Date User Action Args
2015-09-23 15:07:19alexgobbosetrecipients: + alexgobbo
2015-09-23 15:07:19alexgobbosetmessageid: <1443020839.6.0.208398851701.issue2403@psf.upfronthosting.co.za>
2015-09-23 15:07:19alexgobbolinkissue2403 messages
2015-09-23 15:07:19alexgobbocreate