I have heard that the JIT compiler and inline functions are some implementations to reduce the running time of Java applications.
Are there any other ways to use the JVM to reduce the running time of Java applications?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The JIT has many ways to optimize your code. There is a page about it on the Oracle website. There are plently of other articles about Java optimizations, just search the web.
There is also a list of JVM options you can change to tweak the performance of the JVM here