< prev index next >

src/hotspot/share/oops/instanceKlass.hpp

Print this page

        

*** 837,846 **** --- 837,847 ---- ik->purge_previous_version_list(); } } static bool has_previous_versions_and_reset(); + static bool has_previous_versions() { return _has_previous_versions; } // JVMTI: Support for caching a class file before it is modified by an agent that can do retransformation void set_cached_class_file(JvmtiCachedClassFileData *data) { _cached_class_file = data; }
< prev index next >