– Command: java -Xcomp -jar hwbotprime-0.8.3.jar
Rationale: excerpt on -Xcomp from Oracle manuals at http://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html
"Forces compilation of methods on first invocation. By default, the Client VM (-client) performs 1,000 interpreted method invocations and the Server VM (-server) performs 10,000 interpreted method invocations to gather information for efficient compilation. Specifying the -Xcomp option disables interpreted method invocations t...
Comments
Log in or register to comment