hotspot/src/share/vm/prims/jvmti.xml
changeset 7896 08aadd7aa3ee
parent 7724 a92d706dbdd5
child 9431 e3bea7d56a98
equal deleted inserted replaced
7895:e71bad345f3a 7896:08aadd7aa3ee
 13046   </event>
 13046   </event>
 13047 
 13047 
 13048   <event label="Garbage Collection Start"
 13048   <event label="Garbage Collection Start"
 13049 	 id="GarbageCollectionStart" const="JVMTI_EVENT_GARBAGE_COLLECTION_START" num="81">
 13049 	 id="GarbageCollectionStart" const="JVMTI_EVENT_GARBAGE_COLLECTION_START" num="81">
 13050     <description>
 13050     <description>
 13051       A Garbage Collection Start event is sent when a full cycle
 13051       A Garbage Collection Start event is sent when a 
 13052       garbage collection begins.
 13052       garbage collection pause begins.
 13053       Only stop-the-world collections are reported--that is, collections during
 13053       Only stop-the-world collections are reported--that is, collections during
 13054       which all threads cease to modify the state of the Java virtual machine.
 13054       which all threads cease to modify the state of the Java virtual machine.
 13055       This means that some collectors will never generate these events.
 13055       This means that some collectors will never generate these events.
 13056       This event is sent while the VM is still stopped, thus
 13056       This event is sent while the VM is still stopped, thus
 13057       the event handler must not use JNI functions and
 13057       the event handler must not use JNI functions and
 13073   </event>
 13073   </event>
 13074 
 13074 
 13075   <event label="Garbage Collection Finish"
 13075   <event label="Garbage Collection Finish"
 13076 	 id="GarbageCollectionFinish" const="JVMTI_EVENT_GARBAGE_COLLECTION_FINISH" num="82">
 13076 	 id="GarbageCollectionFinish" const="JVMTI_EVENT_GARBAGE_COLLECTION_FINISH" num="82">
 13077     <description>
 13077     <description>
 13078       A Garbage Collection Finish event is sent when a full 
 13078       A Garbage Collection Finish event is sent when a
 13079       garbage collection cycle ends.
 13079       garbage collection pause ends.
 13080       This event is sent while the VM is still stopped, thus
 13080       This event is sent while the VM is still stopped, thus
 13081       the event handler must not use JNI functions and
 13081       the event handler must not use JNI functions and
 13082       must not use <jvmti/> functions except those which
 13082       must not use <jvmti/> functions except those which
 13083       specifically allow such use (see the raw monitor, memory management,
 13083       specifically allow such use (see the raw monitor, memory management,
 13084       and environment local storage functions).
 13084       and environment local storage functions).