--- old/src/share/classes/java/lang/Character.java 2014-04-09 08:38:26.619281612 -0700 +++ new/src/share/classes/java/lang/Character.java 2014-04-09 08:38:26.399280137 -0700 @@ -4498,7 +4498,6 @@ * Character case is ignored for all of the valid script names. * The en_US locale's case mapping rules are used to provide * case-insensitive string comparisons for script name validation. - *

* * @param scriptName A {@code UnicodeScript} name. * @return The {@code UnicodeScript} constant identified @@ -5503,7 +5502,7 @@ * '\u00D0' '\u00D1' '\u00D2' '\u00D3' '\u00D4' '\u00D5' '\u00D6' '\u00D8' * '\u00D9' '\u00DA' '\u00DB' '\u00DC' '\u00DD' '\u00DE' * - *

Many other Unicode characters are uppercase too.

+ *

Many other Unicode characters are uppercase too. * * @param codePoint the character (Unicode code point) to be tested. * @return {@code true} if the character is uppercase; @@ -5581,7 +5580,7 @@ *

  • {@code LATIN CAPITAL LETTER N WITH SMALL LETTER J} *
  • {@code LATIN CAPITAL LETTER D WITH SMALL LETTER Z} * - *

    Many other Unicode characters are titlecase too.

    + *

    Many other Unicode characters are titlecase too. * * @param codePoint the character (Unicode code point) to be tested. * @return {@code true} if the character is titlecase; @@ -6777,7 +6776,6 @@ *

  • It is {@code '\u005Cu001E'}, U+001E RECORD SEPARATOR. *
  • It is {@code '\u005Cu001F'}, U+001F UNIT SEPARATOR. * - *

    * * @param codePoint the character (Unicode code point) to be tested. * @return {@code true} if the character is a Java whitespace @@ -7121,7 +7119,6 @@ /** * Converts the character (Unicode code point) argument to uppercase using * information from the UnicodeData file. - *

    * * @param codePoint the character (Unicode code point) to be converted. * @return either the uppercase equivalent of the character, if --- old/src/share/classes/java/lang/Math.java 2014-04-09 08:38:27.228285674 -0700 +++ new/src/share/classes/java/lang/Math.java 2014-04-09 08:38:27.079284679 -0700 @@ -1037,7 +1037,6 @@ * whereas {@code (-4 / 3) == -1}. *

  • * - *

    * * @param x the dividend * @param y the divisor --- 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 --- old/src/share/classes/java/lang/SecurityManager.java 2014-04-09 08:38:28.239292428 -0700 +++ new/src/share/classes/java/lang/SecurityManager.java 2014-04-09 08:38:28.081291373 -0700 @@ -1242,7 +1242,6 @@ * super.checkPropertiesAccess * at the point the overridden method would normally throw an * exception. - *

    * * @exception SecurityException if the calling thread does not have * permission to access or modify the system properties. @@ -1320,7 +1319,6 @@ * super.checkPrintJobAccess * at the point the overridden method would normally throw an * exception. - *

    * * @exception SecurityException if the calling thread does not have * permission to initiate a print job request. @@ -1566,7 +1564,6 @@ * super.checkSetFactory * at the point the overridden method would normally throw an * exception. - *

    * * @exception SecurityException if the calling thread does not have * permission to specify a socket factory or a stream --- old/src/share/classes/java/lang/String.java 2014-04-09 08:38:28.756295882 -0700 +++ new/src/share/classes/java/lang/String.java 2014-04-09 08:38:28.592294785 -0700 @@ -2650,7 +2650,7 @@ * LATIN SMALL LETTER DOTLESS I character. * To obtain correct results for locale insensitive strings, use * {@code toLowerCase(Locale.ROOT)}. - *

    + * * @return the {@code String}, converted to lowercase. * @see java.lang.String#toLowerCase(Locale) */ @@ -2812,7 +2812,7 @@ * LATIN CAPITAL LETTER I WITH DOT ABOVE character. * To obtain correct results for locale insensitive strings, use * {@code toUpperCase(Locale.ROOT)}. - *

    + * * @return the {@code String}, converted to uppercase. * @see java.lang.String#toUpperCase(Locale) */ --- old/src/share/classes/java/lang/System.java 2014-04-09 08:38:29.274299342 -0700 +++ new/src/share/classes/java/lang/System.java 2014-04-09 08:38:29.110298246 -0700 @@ -133,7 +133,6 @@ *

    First, if there is a security manager, its checkPermission * method is called with a RuntimePermission("setIO") permission * to see if it's ok to reassign the "standard" input stream. - *

    * * @param in the new standard input stream. * @@ -762,7 +761,6 @@ * permission. This may result in a SecurityException being thrown. * If no exception is thrown, the specified property is set to the given * value. - *

    * * @param key the name of the system property. * @param value the value of the system property. @@ -801,7 +799,6 @@ * is called with a PropertyPermission(key, "write") * permission. This may result in a SecurityException being thrown. * If no exception is thrown, the specified property is removed. - *

    * * @param key the name of the system property to be removed. * @return the previous string value of the system property, --- old/src/share/classes/java/lang/instrument/package.html 2014-04-09 08:38:29.779302716 -0700 +++ new/src/share/classes/java/lang/instrument/package.html 2014-04-09 08:38:29.607301566 -0700 @@ -140,7 +140,7 @@

  • The system class loader ( {@link java.lang.ClassLoader#getSystemClassLoader ClassLoader.getSystemClassLoader}) must - support a mechanism to add an agent JAR file to the system class path.

  • + support a mechanism to add an agent JAR file to the system class path.

    --- old/src/share/classes/java/lang/invoke/MethodHandles.java 2014-04-09 08:38:30.340306463 -0700 +++ new/src/share/classes/java/lang/invoke/MethodHandles.java 2014-04-09 08:38:30.155305227 -0700 @@ -50,7 +50,7 @@ *

  • Combinator methods, which combine or transform pre-existing method handles into new ones. *
  • Other factory methods to create method handles that emulate other common JVM operations or control flow patterns. * - *

    + * * @author John Rose, JSR 292 EG * @since 1.7 */ --- old/src/share/classes/java/lang/management/MemoryNotificationInfo.java 2014-04-09 08:38:30.844309829 -0700 +++ new/src/share/classes/java/lang/management/MemoryNotificationInfo.java 2014-04-09 08:38:30.690308801 -0700 @@ -89,7 +89,7 @@ * Subsequent crossing of the usage threshold value does not cause * further notification until the memory usage has returned * to become less than the usage threshold value. - *

  • + * *
  • A {@link #MEMORY_COLLECTION_THRESHOLD_EXCEEDED * collection usage threshold exceeded notification}. *
    This notification will be emitted when --- old/src/share/classes/java/lang/management/ThreadInfo.java 2014-04-09 08:38:31.338313128 -0700 +++ new/src/share/classes/java/lang/management/ThreadInfo.java 2014-04-09 08:38:31.184312100 -0700 @@ -429,12 +429,12 @@ *
    The thread is in the {@link java.lang.Thread.State#BLOCKED BLOCKED} * state waiting to enter the synchronized statement * or method. - *

  • + * *
  • an object monitor to be notified by another thread. *
    The thread is in the {@link java.lang.Thread.State#WAITING WAITING} * or {@link java.lang.Thread.State#TIMED_WAITING TIMED_WAITING} state * due to a call to the {@link Object#wait Object.wait} method. - *

  • + * *
  • a synchronization object responsible for the thread parking. *
    The thread is in the {@link java.lang.Thread.State#WAITING WAITING} * or {@link java.lang.Thread.State#TIMED_WAITING TIMED_WAITING} state --- old/src/share/classes/java/lang/management/package.html 2014-04-09 08:38:31.826316388 -0700 +++ new/src/share/classes/java/lang/management/package.html 2014-04-09 08:38:31.678315400 -0700 @@ -31,7 +31,6 @@ Java virtual machine and other components in the Java runtime. It allows both local and remote monitoring and management of the running Java virtual machine. -

    Platform MXBean

    @@ -41,7 +40,6 @@ Each platform MXBean is a {@link java.lang.management.PlatformManagedObject} with a unique {@linkplain java.lang.management.PlatformManagedObject#getObjectName name}. -

    ManagementFactory

    The {@link java.lang.management.ManagementFactory} class is the management @@ -80,7 +78,6 @@ Java virtual machine and the runtime in the following ways:

    1. Direct access to an MXBean interface -

    -2. Indirect access to an MXBean interface via MBeanServer

    +2. Indirect access to an MXBean interface via MBeanServer