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_r213387093
 
 

 ##########
 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:
   -Djdk.attach.allowAttachSelf=true - for jmockit (more info: 
https://bugs.java.com/view_bug.do?bug_id=8180425)
   -Duser.language=en - format tests fails on non-english system locale
   -XX:+IgnoreUnrecognizedVMOptions  "--add-modules java.se" - revalidate it 
tomorrow

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