Searched refs:JvmtiVMObjectAllocEventMark (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp684 class JvmtiVMObjectAllocEventMark : public JvmtiClassEventMark { class in inherits:JvmtiClassEventMark
689 JvmtiVMObjectAllocEventMark(JavaThread *thread, oop obj) : JvmtiClassEventMark(thread, oop_to_klassOop(obj)) { function in class:JvmtiVMObjectAllocEventMark
2117 JvmtiVMObjectAllocEventMark jem(thread, h());

Completed in 3405 milliseconds