--- old/src/share/classes/java/lang/Runtime.java 2014-04-09 08:38:27.739289089 -0700 +++ new/src/share/classes/java/lang/Runtime.java 2014-04-09 08:38:27.584288052 -0700 @@ -83,7 +83,7 @@ * blocks indefinitely. * *

The {@link System#exit(int) System.exit} method is the - * conventional and convenient means of invoking this method.

+ * conventional and convenient means of invoking this method. * * @param status * Termination status. By convention, a nonzero status code @@ -180,7 +180,7 @@ * method goes awry by, for example, corrupting internal data structures or * attempting to access nonexistent memory. If the virtual machine aborts * then no guarantee can be made about whether or not any shutdown hooks - * will be run.

+ * will be run. * * @param hook * An initialized but unstarted {@link Thread} object @@ -248,7 +248,7 @@ * hooks to be started and does not run uninvoked finalizers if * finalization-on-exit has been enabled. If the shutdown sequence has * already been initiated then this method does not wait for any running - * shutdown hooks or finalizers to finish their work.

+ * shutdown hooks or finalizers to finish their work. * * @param status * Termination status. By convention, a nonzero status code