hotspot/src/share/vm/oops/instanceKlass.hpp
changeset 8676 9098d4e927e1
parent 8675 e9fef2a9bef7
child 8725 8c1e3dd5fe1b
equal deleted inserted replaced
8675:e9fef2a9bef7 8676:9098d4e927e1
   191   objArrayOop     _signers;
   191   objArrayOop     _signers;
   192   // inner_classes attribute.
   192   // inner_classes attribute.
   193   typeArrayOop    _inner_classes;
   193   typeArrayOop    _inner_classes;
   194   // Implementors of this interface (not valid if it overflows)
   194   // Implementors of this interface (not valid if it overflows)
   195   klassOop        _implementors[implementors_limit];
   195   klassOop        _implementors[implementors_limit];
   196   // invokedynamic bootstrap method (a java.dyn.MethodHandle)
   196   // invokedynamic bootstrap method (a java.lang.invoke.MethodHandle)
   197   oop             _bootstrap_method;  // AllowTransitionalJSR292 ONLY
   197   oop             _bootstrap_method;  // AllowTransitionalJSR292 ONLY
   198   // Annotations for this class, or null if none.
   198   // Annotations for this class, or null if none.
   199   typeArrayOop    _class_annotations;
   199   typeArrayOop    _class_annotations;
   200   // Annotation objects (byte arrays) for fields, or null if no annotations.
   200   // Annotation objects (byte arrays) for fields, or null if no annotations.
   201   // Indices correspond to entries (not indices) in fields array.
   201   // Indices correspond to entries (not indices) in fields array.