--- old/src/share/vm/interpreter/rewriter.cpp 2015-06-29 11:05:51.274899069 +0200 +++ new/src/share/vm/interpreter/rewriter.cpp 2015-06-29 11:05:51.010899062 +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.