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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp304 relocInfo* infoCheck = _current; local
317 infoCheck = _current + index->reloc_offset;
334 if (backup == infoCheck) {
335 assert(backup_addr == addrCheck, "must match"); addrCheck = NULL; infoCheck = NULL;
343 assert(infoCheck == NULL || infoCheck == backup, "must have matched infoCheck");

Completed in 31 milliseconds