--- old/make/autoconf/buildjdk-spec.gmk.in 2019-09-14 12:27:51.000000000 -0700 +++ new/make/autoconf/buildjdk-spec.gmk.in 2019-09-14 12:27:51.000000000 -0700 @@ -91,7 +91,7 @@ # Save speed and disk space by not enabling debug symbols for the buildjdk ENABLE_DEBUG_SYMBOLS := false -# Control wether Hotspot builds gtest tests +# Control whether Hotspot builds gtest tests BUILD_GTEST := false JVM_VARIANTS := server --- old/make/autoconf/spec.gmk.in 2019-09-14 12:27:52.000000000 -0700 +++ new/make/autoconf/spec.gmk.in 2019-09-14 12:27:52.000000000 -0700 @@ -286,7 +286,7 @@ VALID_JVM_FEATURES := @VALID_JVM_FEATURES@ VALID_JVM_VARIANTS := @VALID_JVM_VARIANTS@ -# Control wether Hotspot builds gtest tests +# Control whether Hotspot builds gtest tests BUILD_GTEST := @BUILD_GTEST@ # Allow overriding the default hotspot library path --- old/src/hotspot/share/opto/block.hpp 2019-09-14 12:27:53.000000000 -0700 +++ new/src/hotspot/share/opto/block.hpp 2019-09-14 12:27:53.000000000 -0700 @@ -317,7 +317,7 @@ uint find_node( const Node *n ) const; // Find and remove n from block list void find_remove( const Node *n ); - // Check wether the node is in the block. + // Check whether the node is in the block. bool contains (const Node *n) const; // Return the empty status of a block --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java 2019-09-14 12:27:54.000000000 -0700 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java 2019-09-14 12:27:54.000000000 -0700 @@ -3026,7 +3026,7 @@ return XMLEvent.ENTITY_REFERENCE; } } - //Wether it was character reference, entity reference or built-in entity + //Whether it was character reference, entity reference or built-in entity //set the next possible state to SCANNER_STATE_CONTENT setScannerState(SCANNER_STATE_CONTENT); fLastSectionWasEntityReference = true ; --- old/src/java.xml/share/classes/com/sun/xml/internal/stream/StaxXMLInputSource.java 2019-09-14 12:27:55.000000000 -0700 +++ new/src/java.xml/share/classes/com/sun/xml/internal/stream/StaxXMLInputSource.java 2019-09-14 12:27:55.000000000 -0700 @@ -33,7 +33,7 @@ * * @author Neeraj * - * This class wraps XMLInputSource and is also capable of telling wether application + * This class wraps XMLInputSource and is also capable of telling whether application * returned XMLStreamReader or not when XMLResolver.resolveEntity * was called. */ --- old/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/BignumDtoa.java 2019-09-14 12:27:56.000000000 -0700 +++ new/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/BignumDtoa.java 2019-09-14 12:27:56.000000000 -0700 @@ -280,7 +280,7 @@ // Let v = numerator / denominator < 10. // Then we generate 'count' digits of d = x.xxxxx... (without the decimal point) - // from left to right. Once 'count' digits have been produced we decide wether + // from left to right. Once 'count' digits have been produced we decide whether // to round up or down. Remainders of exactly .5 round upwards. Numbers such // as 9.999999 propagate a carry all the way, and change the // exponent (decimal_point), when rounding upwards. --- old/test/jdk/java/awt/GradientPaint/LinearColorSpaceGradientTest.java 2019-09-14 12:27:57.000000000 -0700 +++ new/test/jdk/java/awt/GradientPaint/LinearColorSpaceGradientTest.java 2019-09-14 12:27:57.000000000 -0700 @@ -30,7 +30,7 @@ * @test * @key headful * @bug 8023483 - * @summary tests wether the colorspace-parameter is applied correctly when + * @summary tests whether the colorspace-parameter is applied correctly when * creating a gradient. * @author ceisserer */ --- old/test/jdk/java/awt/Graphics2D/DrawString/XRenderElt254TextTest.java 2019-09-14 12:27:58.000000000 -0700 +++ new/test/jdk/java/awt/Graphics2D/DrawString/XRenderElt254TextTest.java 2019-09-14 12:27:58.000000000 -0700 @@ -33,7 +33,7 @@ * @test * @key headful * @bug 8028722 - * @summary tests wether drawString with 254 characters causes the xrender + * @summary tests whether drawString with 254 characters causes the xrender * pipeline to hang. * @author ceisserer */ --- old/test/jdk/java/nio/channels/Selector/WakeupSpeed.java 2019-09-14 12:27:59.000000000 -0700 +++ new/test/jdk/java/nio/channels/Selector/WakeupSpeed.java 2019-09-14 12:27:59.000000000 -0700 @@ -23,7 +23,7 @@ /* @test * @bug 4467968 - * @summary Tests wether wakeup makes the next select() call return immediately + * @summary Tests whether wakeup makes the next select() call return immediately */ import java.io.IOException; --- old/test/jdk/java/text/Format/DecimalFormat/FormatMicroBenchmark.java 2019-09-14 12:28:00.000000000 -0700 +++ new/test/jdk/java/text/Format/DecimalFormat/FormatMicroBenchmark.java 2019-09-14 12:28:00.000000000 -0700 @@ -87,7 +87,7 @@ * * Note that these benchmarks will provide numbers without any knowledge of * the implementation of DecimalFormat class. So to check regression any run - * should be compared to another reference run with a previous JDK, wether or + * should be compared to another reference run with a previous JDK, whether or * not this previous reference JDK contains fast-path implementation. * * The eight benchmarks below are dedicated to measure throughput on different