--- old/jdk/src/java.base/share/classes/java/net/SocketImpl.java Wed Jan 6 14:54:09 2016 +++ new/jdk/src/java.base/share/classes/java/net/SocketImpl.java Wed Jan 6 14:54:09 2016 @@ -373,7 +373,7 @@ * * @throws IOException if an I/O error occurs, or if the socket is closed. * - * @since 1.9 + * @since 9 */ protected void setOption(SocketOption name, T value) throws IOException { if (name == StandardSocketOptions.SO_KEEPALIVE) { @@ -408,7 +408,7 @@ * * @throws IOException if an I/O error occurs, or if the socket is closed. * - * @since 1.9 + * @since 9 */ @SuppressWarnings("unchecked") protected T getOption(SocketOption name) throws IOException {