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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1255 removable_attr = 0x0010, // buffer [i...] allows for undoing the trap enumerator in enum:breakpoint_Relocation::__anon213
1312 bool removable() const { return (bits() & removable_attr) != 0; }

Completed in 37 milliseconds