-XX:CodeCacheInfoPrintRatio (Option for specifying the usage rate of the code cache area)
Format
-XX:CodeCacheInfoPrintRatio=integer-value
Description
Specify the usage rate of the code cache area that will trigger the output of a message informing the user that the usage of the code cache area has reached the threshold value.
The threshold value is calculated using the following formula based on the usage rate specified in this option:
maximum-size-of-code-cache-area value-of--XX:CodeCacheInfoPrintRatio-option / 100
For details on the code cache area, see 7.1.2 Memory space configuration used with JavaVM and the JavaVM options in the uCosminexus Application Server System Design Guide.
Argument