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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp209 // All changes to the GrowableCache occur at a safepoint using VM_ChangeBreakpoints.
223 // These should only be used by VM_ChangeBreakpoints
226 friend class VM_ChangeBreakpoints;
303 // class VM_ChangeBreakpoints
308 // VM_ChangeBreakpoints implements a VM_Operation for ALL modifications to the JvmtiBreakpoints class.
311 class VM_ChangeBreakpoints : public VM_Operation { class in inherits:VM_Operation
320 VM_ChangeBreakpoints(int operation, JvmtiBreakpoint *bp) { function in class:VM_ChangeBreakpoints

Completed in 23 milliseconds