src/hotspot/share/oops/klass.hpp
changeset 49739 00805b129186
parent 49592 77fb0be7d19f
child 49746 b17256b5c047
--- a/src/hotspot/share/oops/klass.hpp	Tue Apr 10 10:06:42 2018 -0400
+++ b/src/hotspot/share/oops/klass.hpp	Tue Apr 10 11:43:40 2018 -0700
@@ -150,7 +150,7 @@
   int _vtable_len;
 
 private:
-  // This is an index into FileMapHeader::_classpath_entry_table[], to
+  // This is an index into FileMapHeader::_shared_path_table[], to
   // associate this class with the JAR file where it's loaded from during
   // dump time. If a class is not loaded from the shared archive, this field is
   // -1.