mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
7092278: "jmap -finalizerinfo" throws "sun.jvm.hotspot.utilities.AssertionFailure: invalid cp index 0 137"
Reviewed-by: kvn
This commit is contained in:
parent
47e357e16f
commit
f103a0e31f
5 changed files with 132 additions and 32 deletions
|
@ -703,6 +703,12 @@ static inline uint64_t cast_uint64_t(size_t x)
|
|||
static_field(SystemDictionary, _box_klasses[0], klassOop) \
|
||||
static_field(SystemDictionary, _java_system_loader, oop) \
|
||||
\
|
||||
/*************/ \
|
||||
/* vmSymbols */ \
|
||||
/*************/ \
|
||||
\
|
||||
static_field(vmSymbols, _symbols[0], Symbol*) \
|
||||
\
|
||||
/*******************/ \
|
||||
/* HashtableBucket */ \
|
||||
/*******************/ \
|
||||
|
@ -1548,6 +1554,7 @@ static inline uint64_t cast_uint64_t(size_t x)
|
|||
declare_type(LoaderConstraintEntry, HashtableEntry<klassOop>) \
|
||||
declare_toplevel_type(HashtableBucket) \
|
||||
declare_toplevel_type(SystemDictionary) \
|
||||
declare_toplevel_type(vmSymbols) \
|
||||
declare_toplevel_type(ProtectionDomainEntry) \
|
||||
\
|
||||
declare_toplevel_type(GenericGrowableArray) \
|
||||
|
@ -2530,6 +2537,13 @@ static inline uint64_t cast_uint64_t(size_t x)
|
|||
X86_ONLY(declare_constant(frame::entry_frame_call_wrapper_offset)) \
|
||||
declare_constant(frame::pc_return_offset) \
|
||||
\
|
||||
/*************/ \
|
||||
/* vmSymbols */ \
|
||||
/*************/ \
|
||||
\
|
||||
declare_constant(vmSymbols::FIRST_SID) \
|
||||
declare_constant(vmSymbols::SID_LIMIT) \
|
||||
\
|
||||
/********************************/ \
|
||||
/* Calling convention constants */ \
|
||||
/********************************/ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue