--- old/src/share/vm/runtime/deoptimization.hpp 2014-01-15 01:42:24.000000000 +0100 +++ new/src/share/vm/runtime/deoptimization.hpp 2014-01-15 01:42:24.000000000 +0100 @@ -206,7 +206,7 @@ // Called by assembly stub after execution has returned to // deoptimized frame and after the stack unrolling. // @argument thread. Thread where stub_frame resides. - // @argument exec_mode. Determines how execution should be continuted in top frame. + // @argument exec_mode. Determines how execution should be continued in top frame. // 0 means continue after current byte code // 1 means exception has happened, handle exception // 2 means reexecute current bytecode (for uncommon traps).