--- old/src/share/vm/interpreter/rewriter.cpp 2015-06-25 22:06:02.529657108 +0200 +++ new/src/share/vm/interpreter/rewriter.cpp 2015-06-25 22:06:02.325657098 +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.