jvm.userprf.Limit
Format
Description
Specifies the maximum number of target methods of the user-extended performance analysis trace.
Argument
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 |