< prev index next > src/hotspot/share/oops/cpCache.hpp
Print this page
void dump_cache();
#endif // INCLUDE_JVMTI
#if INCLUDE_CDS
void remove_resolved_field_entries_if_non_deterministic();
+ void remove_resolved_indy_entries_if_non_deterministic();
void remove_resolved_method_entries_if_non_deterministic();
- bool can_archive_resolved_method(ResolvedMethodEntry* method_entry);
+ bool can_archive_resolved_method(ConstantPool* src_cp, ResolvedMethodEntry* method_entry);
+ bool can_archive_invokehandle(ResolvedMethodEntry* rme);
#endif
// RedefineClasses support
DEBUG_ONLY(bool on_stack() { return false; })
void deallocate_contents(ClassLoaderData* data);
< prev index next >