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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp1304 address low_mark = (address) interpreter_frame_monitor_end(); local
1312 guarantee((current - low_mark) % monitor_size == 0 , "Misaligned bottom of BasicObjectLock*");
1313 guarantee( current >= low_mark , "Current BasicObjectLock* below than low_mark");

Completed in 36 milliseconds