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_r226622539
##########
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:
@oleg-zinovev, since this is another bug, please log a Jira and remove
changes connected with locale from this PR.
----------------------------------------------------------------
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