Hitachi

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


8.1 List of definition files used in Java VM

The following table describes the definition files used to set up the explicit memory management functionality and performance-based trace analysis.

Definition files used in Java VM

Definition file

Overview

Details

8.2 exmemexcludeclass.cfg

File for specifying classes of objects that you do not want to move to the Explicit heap (the explicit memory management functionality exclusion configuration file)

Specifies the classes of objects that are not to be moved to the Explicit heap. Even if GC occurs, objects of the classes specified in this configuration file are not moved to the Explicit heap. The objects are moved to the Tenured area at the time of promotion.

8.3 exmemnotexcludeclass.cfg

File for specifying classes for which you want to disable the exclusion setting for the classes specified in the file for specifying exclusions from the explicit memory management functionality (the configuration file that disables exclusions from the explicit memory management functionality)

Specifies the classes that are specified in the explicit memory management functionality exclusion configuration file but for which exclusion is to be disabled. When GC occurs, objects of the classes specified in this file are moved to the Explicit heap.

8.4 userprf.cfg

File for specifying the settings for performance-based trace analysis (the performance-based trace analysis configuration file)

Specifies information about the trace target methods of the performance-based trace analysis.