vvysotskyi commented on a change in pull request #1446: DRILL-6349: Drill JDBC 
driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM
URL: https://github.com/apache/drill/pull/1446#discussion_r229258681
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/compile/bytecode/ReplacingInterpreter.java
 ##########
 @@ -40,6 +40,7 @@
   private final List<ReplacingBasicValue> valueList;
 
   public ReplacingInterpreter(final String className, final 
List<ReplacingBasicValue> valueList) {
+    super(ASM5);
 
 Review comment:
   Please replace `ASM5` with `CompilationConfig.ASM_API_VERSION`

----------------------------------------------------------------
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