test/jdk/jdk/jfr/jcmd/jcmd-testsettings.jfc
author phh
Sat, 30 Nov 2019 14:33:05 -0800
changeset 59330 5b96c12f909d
parent 50113 caf115bb98ad
permissions -rw-r--r--
8234541: C1 emits an empty message when it inlines successfully Summary: Use "inline" as the message when successfull Reviewed-by: thartmann, mdoerr Contributed-by: navy.xliu@gmail.com

<?xml version="1.0" encoding="UTF-8"?>
<configuration version="2.0" label="TestSettings" description="Configuration for testing JCMD" provider="Oracle">

   <event name="jdk.ThreadSleep">
     <setting name="enabled">true</setting>
     <setting name="stackTrace">true</setting>
     <setting name="threshold">1 ms</setting>
   </event>

</configuration>