comparison src/share/vm/oops/instanceKlass.hpp @ 2357:8033953d67ff

7012648: move JSR 292 to package java.lang.invoke and adjust names Summary: package and class renaming only; delete unused methods and classes Reviewed-by: twisti
author jrose
date Fri, 11 Mar 2011 22:34:57 -0800
parents 72dee110246f
children c7f3d0b4570f
comparison
equal deleted inserted replaced
2356:72dee110246f 2357:8033953d67ff
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.