src/hotspot/share/oops/instanceKlass.hpp
changeset 51338 aa3bfacc912c
parent 51329 9c68699bebe5
child 51379 802f7e5e7e6b
equal deleted inserted replaced
51337:0bcb90968b3c 51338:aa3bfacc912c
   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   }