mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
Merge
This commit is contained in:
commit
e61cbf8d69
34 changed files with 2186 additions and 1042 deletions
|
@ -716,11 +716,17 @@ typedef BinaryTreeDictionary<Metablock, FreeList> MetablockTreeDictionary;
|
|||
nonstatic_field(PlaceholderEntry, _loader_data, ClassLoaderData*) \
|
||||
\
|
||||
/**************************/ \
|
||||
/* ProctectionDomainEntry */ \
|
||||
/* ProtectionDomainEntry */ \
|
||||
/**************************/ \
|
||||
\
|
||||
nonstatic_field(ProtectionDomainEntry, _next, ProtectionDomainEntry*) \
|
||||
nonstatic_field(ProtectionDomainEntry, _protection_domain, oop) \
|
||||
nonstatic_field(ProtectionDomainEntry, _pd_cache, ProtectionDomainCacheEntry*) \
|
||||
\
|
||||
/*******************************/ \
|
||||
/* ProtectionDomainCacheEntry */ \
|
||||
/*******************************/ \
|
||||
\
|
||||
nonstatic_field(ProtectionDomainCacheEntry, _literal, oop) \
|
||||
\
|
||||
/*************************/ \
|
||||
/* LoaderConstraintEntry */ \
|
||||
|
@ -1563,6 +1569,7 @@ typedef BinaryTreeDictionary<Metablock, FreeList> MetablockTreeDictionary;
|
|||
declare_toplevel_type(SystemDictionary) \
|
||||
declare_toplevel_type(vmSymbols) \
|
||||
declare_toplevel_type(ProtectionDomainEntry) \
|
||||
declare_toplevel_type(ProtectionDomainCacheEntry) \
|
||||
\
|
||||
declare_toplevel_type(GenericGrowableArray) \
|
||||
declare_toplevel_type(GrowableArray<int>) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue