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

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp537 static int _nof_relocations; member in class:ResolveOopMapConflicts
H A DgenerateOopMap.cpp2537 int ResolveOopMapConflicts::_nof_relocations = 0; member in class:ResolveOopMapConflicts
2549 if (did_relocation()) _nof_relocations++;
2555 _nof_relocations, (_nof_relocations * 100) / _nof_invocations);

Completed in 50 milliseconds