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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp450 static bool has_checkPackageAccess() { return _has_checkPackageAccess; }
678 static bool _has_checkPackageAccess; member in class:SystemDictionary
H A DsystemDictionary.cpp87 bool SystemDictionary::_has_checkPackageAccess = false; member in class:SystemDictionary
1910 _has_checkPackageAccess = (method != NULL);

Completed in 45 milliseconds