JDK-6957825 : "CodeCache is full. Compiler has been disabled" after 23 hours
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs19
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • OS: generic
  • CPU: generic
  • Submitted: 2010-06-02
  • Updated: 2014-05-08
  • Resolved: 2011-04-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8-poolResolved
Related Reports
Relates :  
Relates :  
Relates :  
Description
Long running application with JDK 7 b95 observes 

Java HotSpot(TM) 64-Bit Server VM warning: CodeCache is full. Compiler has been disabled

int it's logs after ~22 hours. This is fastdebug build with options -server -XX:-UseCompressedOops -XX:+UseSerialGC -XX:+AggressiveOpts -XX:CompileThreshold=100.

Comments
EVALUATION The code cache filling up is not itself a bug.
05-04-2011