File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Performance and the fly likes JIT Compiler Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "JIT Compiler" Watch "JIT Compiler" New topic
Author

JIT Compiler

Sapana R Patel
Greenhorn

Joined: Nov 18, 2010
Posts: 4
I read JIT compiler can improve performance. But I have never used it. Do people really use JIT Compiler?
Lester Burnham
Rancher

Joined: Oct 14, 2008
Posts: 1337
The JIT compiler is part of the JVM. Unless you take specific steps to turn it off (in which case execution speed will be MUCH slower) you're always using it.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JIT Compiler
 
Similar Threads
JIT Compiler
JIT compiler
About JIT compiler
ClasscastException when passing an object between 2 EAR's
eliminating method call makes loop slower