-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 [Figure] 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.

Default value
  • -XX:CodeCacheInfoPrintRatio=80
Prerequisite option
  • -XX:+PrintCodeCacheInfo

Argument

Integer-value
Specify an integer from 0 to 100 (unit: %). If the specified value is outside the range, 80 is specified.