src/share/vm/runtime/vmStructs.cpp

Print this page
rev 5310 : imported patch ioi_original_patch

*** 716,726 **** /**************************/ \ /* ProctectionDomainEntry */ \ /**************************/ \ \ nonstatic_field(ProtectionDomainEntry, _next, ProtectionDomainEntry*) \ ! nonstatic_field(ProtectionDomainEntry, _protection_domain, oop) \ \ /*************************/ \ /* LoaderConstraintEntry */ \ /*************************/ \ \ --- 716,732 ---- /**************************/ \ /* ProctectionDomainEntry */ \ /**************************/ \ \ nonstatic_field(ProtectionDomainEntry, _next, ProtectionDomainEntry*) \ ! nonstatic_field(ProtectionDomainEntry, _pd_cache, ProtectionDomainCacheEntry*) \ ! \ ! /*******************************/ \ ! /* ProctectionDomainCacheEntry */ \ ! /*******************************/ \ ! \ ! nonstatic_field(ProtectionDomainCacheEntry, _literal, oop) \ \ /*************************/ \ /* LoaderConstraintEntry */ \ /*************************/ \ \
*** 1558,1567 **** --- 1564,1574 ---- declare_type(LoaderConstraintEntry, KlassHashtableEntry) \ declare_toplevel_type(HashtableBucket<mtInternal>) \ 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>) \ declare_toplevel_type(Arena) \ declare_type(ResourceArea, Arena) \