hotspot/src/share/vm/classfile/classLoaderData.cpp
changeset 40909 0bb3d95b9577
parent 40894 7d17619c0140
child 40927 59f3c8a69541
--- a/hotspot/src/share/vm/classfile/classLoaderData.cpp	Thu Sep 01 18:15:49 2016 +0300
+++ b/hotspot/src/share/vm/classfile/classLoaderData.cpp	Thu Sep 01 18:02:13 2016 -0400
@@ -962,7 +962,7 @@
 
   // Mark metadata seen on the stack only so we can delete unneeded entries.
   // Only walk all metadata, including the expensive code cache walk, for Full GC
-  // and only if class redefinition occurred and if there are previous versions of
+  // and only if class redefinition and if there's previous versions of
   // Klasses to delete.
   bool walk_all_metadata = clean_previous_versions &&
                            JvmtiExport::has_redefined_a_class() &&