equal
deleted
inserted
replaced
837 ik->purge_previous_version_list(); |
837 ik->purge_previous_version_list(); |
838 } |
838 } |
839 } |
839 } |
840 |
840 |
841 static bool has_previous_versions_and_reset(); |
841 static bool has_previous_versions_and_reset(); |
|
842 static bool has_previous_versions() { return _has_previous_versions; } |
842 |
843 |
843 // JVMTI: Support for caching a class file before it is modified by an agent that can do retransformation |
844 // JVMTI: Support for caching a class file before it is modified by an agent that can do retransformation |
844 void set_cached_class_file(JvmtiCachedClassFileData *data) { |
845 void set_cached_class_file(JvmtiCachedClassFileData *data) { |
845 _cached_class_file = data; |
846 _cached_class_file = data; |
846 } |
847 } |