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

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp99 ciInstance* _NullPointerException_instance; member in class:ciEnv
346 assert(_NullPointerException_instance != NULL, "initialization problem");
347 return _NullPointerException_instance;

Completed in 39 milliseconds