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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp566 static ResolutionErrorTable* _resolution_errors; member in class:SystemDictionary
587 static ResolutionErrorTable* resolution_errors() { return _resolution_errors; }
H A DsystemDictionary.cpp68 ResolutionErrorTable* SystemDictionary::_resolution_errors = NULL; member in class:SystemDictionary
1795 _resolution_errors = new ResolutionErrorTable(_resolution_error_size);

Completed in 40 milliseconds