mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8232887
: Remove SystemDictionary::has_checkPackageAccess
Reviewed-by: coleenp, lfoltan
This commit is contained in:
parent
3ab90ac5be
commit
86329fc198
3 changed files with 0 additions and 15 deletions
|
@ -430,9 +430,6 @@ protected:
|
|||
}
|
||||
|
||||
public:
|
||||
// Tells whether ClassLoader.checkPackageAccess is present
|
||||
static bool has_checkPackageAccess() { return _has_checkPackageAccess; }
|
||||
|
||||
static bool Parameter_klass_loaded() { return WK_KLASS(reflect_Parameter_klass) != NULL; }
|
||||
static bool Class_klass_loaded() { return WK_KLASS(Class_klass) != NULL; }
|
||||
static bool Cloneable_klass_loaded() { return WK_KLASS(Cloneable_klass) != NULL; }
|
||||
|
@ -667,8 +664,6 @@ private:
|
|||
static oop _java_system_loader;
|
||||
static oop _java_platform_loader;
|
||||
|
||||
static bool _has_checkPackageAccess;
|
||||
|
||||
public:
|
||||
static TableStatistics placeholders_statistics();
|
||||
static TableStatistics loader_constraints_statistics();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue