Hitachi

uCosminexus Application Server Definition Reference Guide


jvm.userprf.LineNumber

Organization of this page

Format

jvm.userprf.LineNumber={true|false}

Description

Specifies whether to output the line number of the line executed at the end of the method to the trace information, when a method terminates normally.

Default value

jvm.userprf.LineNumber=false

Prerequisite property

jvm.userprf.Enable=true

Argument

true

This argument outputs the line number of the line executed at the end of the method, to the operation information (OPR) in the trace information.

false

This argument does not output the line number of the line executed at the end of the method to the trace information.

If a value other than true or false is specified, the default value is used.

Precautions

When the debug information of the line number is not generated using the -g option of the Javac command, the line number is not output even when you specify true in this property.

Examples of specification

The following is an example of specifying the property:

add.jvm.arg= -Djvm.userprf.LineNumber=true