diff -r 6e57742d1adb -r e48945b7849c hotspot/src/share/vm/interpreter/rewriter.cpp --- a/hotspot/src/share/vm/interpreter/rewriter.cpp Thu Jul 02 17:49:11 2015 -0700 +++ b/hotspot/src/share/vm/interpreter/rewriter.cpp Fri Jul 03 07:25:03 2015 +0200 @@ -107,7 +107,7 @@ // more complicated solution is required. A special return bytecode // is used only by Object. to signal the finalization // registration point. Additionally local 0 must be preserved so it's -// available to pass to the registration function. For simplicty we +// available to pass to the registration function. For simplicity we // require that local 0 is never overwritten so it's available as an // argument for registration.