oleg-zinovev commented on issue #1446: DRILL-6349: Drill JDBC driver fails on 
Java 1.9+ with NoClassDefFoundError: sun/misc/VM
URL: https://github.com/apache/drill/pull/1446#issuecomment-434231490
 
 
   @vvysotskyi 
   
   > Also, recently was released ASM 7.0, which supports JDK 11 features, so we 
can update it and revert changes connected with specifying the target and 
source versions in JDKClassCompiler.
   
   There is an issue with java 11 JDK compiler and Drill code generation even 
after asm version update. JDK compiler requires you yo correctly specify the 
kind of "nest" for inner classes. This can be done by overriding 
SimpleJavaFileObject#getNestingKind, but it will break java 11- compatibility. 
So source and target version should be specified for JDK compiler
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to