src/hotspot/share/oops/klass.hpp
changeset 54839 e9db10a375d9
parent 54780 f8d182aedc92
child 57777 90ead0febf56
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/oops/klass.hpp	Tue May 14 12:00:49 2019 +0200
+++ b/src/hotspot/share/oops/klass.hpp	Tue May 14 12:07:24 2019 +0200
@@ -333,6 +333,7 @@
   static ByteSize secondary_super_cache_offset() { return in_ByteSize(offset_of(Klass, _secondary_super_cache)); }
   static ByteSize secondary_supers_offset()      { return in_ByteSize(offset_of(Klass, _secondary_supers)); }
   static ByteSize java_mirror_offset()           { return in_ByteSize(offset_of(Klass, _java_mirror)); }
+  static ByteSize class_loader_data_offset()     { return in_ByteSize(offset_of(Klass, _class_loader_data)); }
   static ByteSize modifier_flags_offset()        { return in_ByteSize(offset_of(Klass, _modifier_flags)); }
   static ByteSize layout_helper_offset()         { return in_ByteSize(offset_of(Klass, _layout_helper)); }
   static ByteSize access_flags_offset()          { return in_ByteSize(offset_of(Klass, _access_flags)); }