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

src/hotspot/share/oops/klass.hpp

Print this page
rev 49528 : [mq]: module_path

*** 148,158 **** // vtable length int _vtable_len; private: ! // This is an index into FileMapHeader::_classpath_entry_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; --- 148,158 ---- // vtable length int _vtable_len; private: ! // 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