|
Use the -XXjra command in combination with an option listed in Table 3-1, for example, -XXjra:recordingtime to specify the duration of the recording.
| Note: | Setting methodtraces to false can still result in some stack traces being captured. These stack traces are captured as part of JRockit's dynamic optimizations and will have a depth of 3. If optimizations are turned off
(-Xnoopt) these traces will not be captured. |
The startup options that you have used are shown in the VM Arguments tab on the General tab. See View VM Arguments.
Listing 3-1 shows an example of how you can setup a JRA recording.
-XXjra:delay=10,recordingtime=100,filename=jrarecording2.xml
would result in a recording that:
|