1 <?xml version="1.0" encoding="UTF-8"?>
   2 <!--
   3   * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
   4   * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
   5 -->
   6 <configuration version="2.0" label="TestSettings" description="Configuration for testing GarbageCollection event" provider="Oracle">
   7 
   8     <event name="com.oracle.jdk.GarbageCollection">
   9       <setting name="enabled" control="gc-enabled-normal">true</setting>
  10       <setting name="threshold">0 ms</setting>
  11     </event>
  12 </configuration>