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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp211 // Because _bps is only modified at safepoints, its possible to always use the
212 // cached byte code pointers from _bps without doing any synchronization (see JvmtiCurrentBreakpoints).
221 JvmtiBreakpointCache _bps; member in class:JvmtiBreakpoints

Completed in 401 milliseconds