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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp1187 relocInfo* newscan = _current+1; local
1188 if (!has_current()) newscan -= 1; // nothing to scan here!
1189 while (scan < newscan) {

Completed in 32 milliseconds