8149601: Update references from "1.9" to "9"
authoriris
Fri, 12 Feb 2016 09:49:49 -0800
changeset 35782 cce69c0777dc
parent 35781 88c56fe09cb8
child 35783 2690535d72cc
8149601: Update references from "1.9" to "9" Reviewed-by: chegar, joehw
jdk/src/java.base/share/classes/jdk/internal/vm/annotation/ReservedStackAccess.java
jdk/src/java.logging/share/classes/java/util/logging/SimpleFormatter.java
jdk/src/java.logging/share/classes/java/util/logging/XMLFormatter.java
--- a/jdk/src/java.base/share/classes/jdk/internal/vm/annotation/ReservedStackAccess.java	Fri Feb 12 11:07:54 2016 +0100
+++ b/jdk/src/java.base/share/classes/jdk/internal/vm/annotation/ReservedStackAccess.java	Fri Feb 12 09:49:49 2016 -0800
@@ -45,7 +45,7 @@
  * throw a delayed StackOverflowError when the thread exits the annotated
  * method.
  *
- * @since 1.9
+ * @since 9
  */
 @Retention(RetentionPolicy.RUNTIME)
 @Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
--- a/jdk/src/java.logging/share/classes/java/util/logging/SimpleFormatter.java	Fri Feb 12 11:07:54 2016 +0100
+++ b/jdk/src/java.logging/share/classes/java/util/logging/SimpleFormatter.java	Fri Feb 12 09:49:49 2016 -0800
@@ -135,7 +135,7 @@
      *     SEVERE: several message with an exception
      *     </pre></li>
      * <li> {@code java.util.logging.SimpleFormatter.format="%1$tb %1$td, %1$tY %1$tl:%1$tM:%1$tS.%1$tN %1$Tp %2$s%n%4$s: %5$s%6$s%n"}
-     *      <p>Since JDK 1.9, {@code java.util.logging} uses {@link
+     *      <p>Since JDK 9, {@code java.util.logging} uses {@link
      *         java.time.Clock#systemUTC() java.time} to create more precise time
      *         stamps.
      *         The format above can be used to add a {@code .%1$tN} to the
--- a/jdk/src/java.logging/share/classes/java/util/logging/XMLFormatter.java	Fri Feb 12 11:07:54 2016 +0100
+++ b/jdk/src/java.logging/share/classes/java/util/logging/XMLFormatter.java	Fri Feb 12 09:49:49 2016 -0800
@@ -41,7 +41,7 @@
  * but it is recommended that it normally be used with UTF-8.  The
  * character encoding can be set on the output Handler.
  *
- * @implSpec Since JDK 1.9, instances of {@linkplain LogRecord} contain
+ * @implSpec Since JDK 9, instances of {@linkplain LogRecord} contain
  * an {@link LogRecord#getInstant() Instant} which can have nanoseconds below
  * the millisecond resolution.
  * The DTD specification has been updated to allow for an optional
@@ -84,7 +84,7 @@
      * Creates a new instance of XMLFormatter.
      *
      * @implSpec
-     *    Since JDK 1.9, the XMLFormatter will print out the record {@linkplain
+     *    Since JDK 9, the XMLFormatter will print out the record {@linkplain
      *    LogRecord#getInstant() event time} as an Instant. This instant
      *    has the best resolution available on the system. The {@code <date>}
      *    element will contain the instant as formatted by the {@link