Searched refs:curr_comp_id (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp543 uint curr_comp_id = nm->compile_id(); local
548 (!nm->is_native_method()) && ((curr_comp_id < flush_target))) {
562 if (curr_comp_id > _highest_marked) {
563 _highest_marked = curr_comp_id;

Completed in 29 milliseconds