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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp209 ExceptionCache *_exception_cache; member in class:nmethod
496 ExceptionCache* exception_cache() const { return _exception_cache; }
497 void set_exception_cache(ExceptionCache *ec) { _exception_cache = ec; }

Completed in 2689 milliseconds