hotspot/src/share/vm/oops/instanceKlass.hpp
changeset 8883 5569135acca3
parent 8725 8c1e3dd5fe1b
child 9179 6db9c9dffe1f
child 9116 9bc44be338d6
--- a/hotspot/src/share/vm/oops/instanceKlass.hpp	Thu Mar 31 00:27:08 2011 -0700
+++ b/hotspot/src/share/vm/oops/instanceKlass.hpp	Thu Mar 31 02:31:57 2011 -0700
@@ -182,7 +182,7 @@
   // Protection domain.
   oop             _protection_domain;
   // Host class, which grants its access privileges to this class also.
-  // This is only non-null for an anonymous class (AnonymousClasses enabled).
+  // This is only non-null for an anonymous class (JSR 292 enabled).
   // The host class is either named, or a previously loaded anonymous class.
   klassOop        _host_klass;
   // Class signers.