Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


7.12.4 -XX:ExplicitMemoryNotExcludeClassListFile

-XX:ExplicitMemoryNotExcludeClassListFile specifies the file path for the configuration file that disables exclusions from the explicit memory management functionality.

Description

-XX:ExplicitMemoryNotExcludeClassListFile specifies the file path for the configuration file that disables exclusions from the explicit memory management functionality. This file is used by the functionality that excludes classes from the explicit memory management functionality. The functionality that excludes classes from the explicit memory management functionality is not applied to the classes specified in this file, even if those classes are also specified in the explicit memory management functionality exclusion configuration file.

When Java VM starts, the file whose path is specified for this option is loaded as the configuration file that disables exclusions from the explicit memory management functionality. If you omit this option or specify a null character for this option, the file in the default file path is loaded as the configuration file that disables exclusions from the explicit memory management functionality.

Prerequisite options
  • -XX:+HitachiUseExplicitMemory

  • -XX:+ExplicitMemoryUseExcludeClass

Related options
  • -XX:ExplicitMemoryFullGCPolicy

  • -XX:HitachiAutoExplicitMemory

  • -XX:ExplicitMemoryExcludeClassListFile

Syntax

-XX:ExplicitMemoryNotExcludeClassListFile:character_string

Specifiable values

character_string

Type: String

Specify a relative path from the current directory for the Java VM process or an absolute path. You can specify a path that includes directory names.

Note that you can specify only one file as the configuration file that disables exclusions from the explicit memory management functionality. In addition, use ASCII code as the character encoding for the file.

Default value

If the definition item is omitted:

-XX:ExplicitMemoryNotExcludeClassListFile:<null character>

The path of the file to be loaded when <null character> is specified is as follows:

installation_directory_for_JDK/usrconf/exmemnotexcludeclass.cfg

Notes