src/hotspot/share/oops/klass.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/oops/klass.hpp	Sun Apr  8 23:15:28 2018
--- new/src/hotspot/share/oops/klass.hpp	Sun Apr  8 23:15:27 2018

*** 148,158 **** --- 148,158 ---- // vtable length 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. jshort _shared_class_path_index;

src/hotspot/share/oops/klass.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File