jvm.userprf.Limit

Format

jvm.userprf.Limit=integer-value

Description

Specifies the maximum number of target methods of the user-extended performance analysis trace.

Default value
2147483647
Prerequisite property
jvm.userprf.Enable=true

Argument

integer-value
Specify an integer between 0 and 2147483647. If a value out of range is specified, the default value is set.

Precautions

Among the methods specified in the user-extended performance analysis trace setup file, trace is collected for the number of methods specified in this property. When the specified method first exceeds the value specified in this property, a log message is output to the JavaVM log file.

Examples of specification

The following is an example of specifying the property:

add.jvm.arg= -Djvm.userprf.Limit=100