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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp1305 address high_mark = (address) interpreter_frame_monitor_begin(); local
1309 guarantee((high_mark - current) % monitor_size == 0 , "Misaligned top of BasicObjectLock*");
1310 guarantee( high_mark > current , "Current BasicObjectLock* higher than high_mark");

Completed in 301 milliseconds