Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Why is JIT compiled bytecode not cached?

843811Jul 9 2001 — edited Jul 11 2001
I wonder why JIT compiled bytecode is not cached. The CLR with .NET apparently cached MSIL code so successive executions doesn't have to do the JIT compilation all over again. Why is this approach not used by the JVM? I would think it would give a considerable performance burst, but maybe that is not the case?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2001
Added on Jul 9 2001
9 comments
171 views