hotspot/src/share/vm/oops/methodOop.hpp
changeset 13195 be27e1b6a4b9
parent 12960 2989536b61ef
child 13286 b8b0898d5f3a
child 13295 34d3b7128667
equal deleted inserted replaced
13099:64752e56d721 13195:be27e1b6a4b9
   799 // There is presently no provision for concurrent access
   799 // There is presently no provision for concurrent access
   800 // to breakpoint lists, which is only OK for JVMTI because
   800 // to breakpoint lists, which is only OK for JVMTI because
   801 // breakpoints are written only at safepoints, and are read
   801 // breakpoints are written only at safepoints, and are read
   802 // concurrently only outside of safepoints.
   802 // concurrently only outside of safepoints.
   803 
   803 
   804 class BreakpointInfo : public CHeapObj {
   804 class BreakpointInfo : public CHeapObj<mtClass> {
   805   friend class VMStructs;
   805   friend class VMStructs;
   806  private:
   806  private:
   807   Bytecodes::Code  _orig_bytecode;
   807   Bytecodes::Code  _orig_bytecode;
   808   int              _bci;
   808   int              _bci;
   809   u2               _name_index;       // of method
   809   u2               _name_index;       // of method