diff src/share/vm/oops/instanceKlass.hpp @ 17728:b8413a9cbb84

8031752: Failed speculative optimizations should be reattempted when root of compilation is different Summary: support for speculative traps that keep track of the root of the compilation in which a trap occurs. Reviewed-by: kvn, twisti
author roland
date Tue, 25 Feb 2014 18:16:24 +0100
parents f9e35a9dc8c7
children 9428a0b94204
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.hpp	Mon Jan 27 13:14:53 2014 +0100
+++ b/src/share/vm/oops/instanceKlass.hpp	Tue Feb 25 18:16:24 2014 +0100
@@ -306,7 +306,7 @@
   //   three cases:
   //     NULL: no implementor.
   //     A Klass* that's not itself: one implementor.
-  //     Itsef: more than one implementors.
+  //     Itself: more than one implementors.
   // embedded host klass follows here
   //   The embedded host klass only exists in an anonymous class for
   //   dynamic language support (JSR 292 enabled). The host class grants