When is the JVM's JIT CodeCache reclaimed? Does anyone know?

599 views Asked by At

I recently encountered a JIT error: Java HotSpot(TM) 64-Bit Server VM warning: CodeCache is full. Compiler has been disabled.This caused my application to run slowly. My JDK version is Oracle JDK1.7.0_79. The default CodeCache size is 48m and I modified the size with -XX:ReservedCodeCacheSize=256M. But I don't know when CodeCache was recycled. Does anyone know?

0

There are 0 answers