diff -r f41793b5b83f -r 1a7b57d02107 src/hotspot/share/oops/instanceKlass.hpp --- a/src/hotspot/share/oops/instanceKlass.hpp Thu Feb 21 17:50:27 2019 -0800 +++ b/src/hotspot/share/oops/instanceKlass.hpp Thu Feb 21 17:07:35 2019 -0800 @@ -847,14 +847,6 @@ JvmtiCachedClassFieldMap* jvmti_cached_class_field_map() const { return _jvmti_cached_class_field_map; } - -#if INCLUDE_CDS - void set_archived_class_data(JvmtiCachedClassFileData* data) { - _cached_class_file = data; - } - - JvmtiCachedClassFileData * get_archived_class_data(); -#endif // INCLUDE_CDS #else // INCLUDE_JVMTI static void purge_previous_versions(InstanceKlass* ik) { return; };