Searched defs:JvmtiExport (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/prims/
H A DJvmtiExport.java33 public class JvmtiExport { class
43 Type type = db.lookupType("JvmtiExport");
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.hpp59 class JvmtiExport : public AllStatic { class in inherits:AllStatic
370 // A JvmtiDynamicCodeEventCollector is a helper class for the JvmtiExport
382 // JvmtiExport::post_dynamic_code_generated_while_holding_locks(...)
391 friend class JvmtiExport;
420 friend class JvmtiExport;
447 // JvmtiExport::vm_object_alloc_event_collector(obj);
484 if (JvmtiExport::should_post_single_step()) {
485 _single_step_hidden = JvmtiExport::hide_single_stepping(_thread);
491 JvmtiExport::expose_single_stepping(_thread);

Completed in 50 milliseconds