--- old/jdk/src/java.base/share/classes/java/lang/ProcessHandle.java Wed Jan 6 14:53:55 2016 +++ new/jdk/src/java.base/share/classes/java/lang/ProcessHandle.java Wed Jan 6 14:53:55 2016 @@ -89,7 +89,7 @@ * {@link #compareTo(ProcessHandle) compareTo} methods to compare ProcessHandles. * * @see Process - * @since 1.9 + * @since 9 */ public interface ProcessHandle extends Comparable { @@ -215,7 +215,7 @@ * by the operating system privileges of the process making the request. * The return types are {@code Optional} allowing explicit tests * and actions if the value is available. - * @since 1.9 + * @since 9 */ public interface Info { /**