oleg-zinovev 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_r213608768
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -733,6 +734,11 @@
               -Djava.net.preferIPv4Stack=true
               -Djava.awt.headless=true
               -XX:+CMSClassUnloadingEnabled -ea
+              -XX:+IgnoreUnrecognizedVMOptions
+              "--add-modules java.se"
+              -Djdk.attach.allowAttachSelf=true
+              -Duser.language=en
 
 Review comment:
   http://openjdk.java.net/jeps/261 - java.se module available by default  for 
unnamed modules, so `-XX:+IgnoreUnrecognizedVMOptions "--add-modules java.se" ` 
can be removed

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to