Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

No *.jfr file generated

meandmycodeMay 8 2018 — edited May 8 2018

Hi,

I am starting a testng test on my java application.

When I start application I use "Run configuration " --> Testng

Then I add the following;

-DjvmArgs="-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:StartFlightRecording=name=default,settings=default -XX:FlightRecorderOptions=defaultrecording=true,dumponexit=true,dumponexitpath=/home/my_user/tmp/dumponexit.jfr"

But I cannot see any jfr file.

//mikael

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2018
Added on May 8 2018
1 comment
306 views