--- old/src/hotspot/share/oops/instanceKlass.cpp 2018-08-06 14:14:00.638702040 -0400 +++ new/src/hotspot/share/oops/instanceKlass.cpp 2018-08-06 14:14:00.410702048 -0400 @@ -3656,7 +3656,7 @@ // unloading only. Also resets the flag to false. purge_previous_version // will set the flag to true if there are any left, i.e., if there's any // work to do for next time. This is to avoid the expensive code cache -// walk in CLDG::do_unloading(). +// walk in CLDG::clean_deallocate_lists(). bool InstanceKlass::has_previous_versions_and_reset() { bool ret = _has_previous_versions; log_trace(redefine, class, iklass, purge)("Class unloading: has_previous_versions = %s",