hotspot/src/share/vm/oops/instanceKlass.hpp
changeset 8676 9098d4e927e1
parent 8675 e9fef2a9bef7
child 8725 8c1e3dd5fe1b
--- a/hotspot/src/share/vm/oops/instanceKlass.hpp	Fri Mar 11 22:33:47 2011 -0800
+++ b/hotspot/src/share/vm/oops/instanceKlass.hpp	Fri Mar 11 22:34:57 2011 -0800
@@ -193,7 +193,7 @@
   typeArrayOop    _inner_classes;
   // Implementors of this interface (not valid if it overflows)
   klassOop        _implementors[implementors_limit];
-  // invokedynamic bootstrap method (a java.dyn.MethodHandle)
+  // invokedynamic bootstrap method (a java.lang.invoke.MethodHandle)
   oop             _bootstrap_method;  // AllowTransitionalJSR292 ONLY
   // Annotations for this class, or null if none.
   typeArrayOop    _class_annotations;