-
Bug
-
Resolution: Fixed
-
P5
-
11
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8230580 | 11.0.6-oracle | Ivan Gerasimov | P5 | Resolved | Fixed | b01 |
JDK-8233971 | 11.0.6 | Ivan Gerasimov | P5 | Resolved | Fixed | b04 |
JDK-8255543 | 8u291 | Prajwal Kumaraswamy | P5 | Resolved | Fixed | b01 |
JDK-8253526 | 8u281 | Prajwal Kumaraswamy | P5 | Closed | Won't Fix | |
JDK-8262603 | emb-8u291 | Prajwal Kumaraswamy | P5 | Resolved | Fixed | team |
diff --git a/src/java.base/share/classes/java/lang/invoke/VarHandle.java b/src/java.base/share/classes/java/lang/invoke/VarHandle.java
--- a/src/java.base/share/classes/java/lang/invoke/VarHandle.java
+++ b/src/java.base/share/classes/java/lang/invoke/VarHandle.java
@@ -100,7 +100,7 @@
* is {@code String}. The access mode type for {@code compareAndSet} on this
* VarHandle instance would be
* {@code (String[] c1, int c2, String expectedValue, String newValue)boolean}.
- * Such a VarHandle instance may produced by the
+ * Such a VarHandle instance may be produced by the
* {@link MethodHandles#arrayElementVarHandle(Class) array factory method} and
* access array elements as follows:
* <pre> {@code
diff --git a/src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java b/src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java
--- a/src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java
+++ b/src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java
@@ -1414,7 +1414,7 @@
* Generate code to invoke the Class.forName with the name of the given
* class to get its Class object at runtime. The code is written to
* the supplied stream. Note that the code generated by this method
- * may caused the checked ClassNotFoundException to be thrown.
+ * may cause the checked ClassNotFoundException to be thrown.
*/
private void codeClassForName(Class<?> cl, DataOutputStream out)
throws IOException
diff --git a/src/java.base/share/classes/sun/security/ssl/AppInputStream.java b/src/java.base/share/classes/sun/security/ssl/AppInputStream.java
--- a/src/java.base/share/classes/sun/security/ssl/AppInputStream.java
+++ b/src/java.base/share/classes/sun/security/ssl/AppInputStream.java
@@ -182,7 +182,7 @@
* Skip n bytes. This implementation is somewhat less efficient
* than possible, but not badly so (redundant copy). We reuse
* the read() code to keep things simpler. Note that SKIP_ARRAY
- * is static and may garbled by concurrent use, but we are not interested
+ * is static and may be garbled by concurrent use, but we are not interested
* in the data anyway.
*/
@Override
--- a/src/java.base/share/classes/java/lang/invoke/VarHandle.java
+++ b/src/java.base/share/classes/java/lang/invoke/VarHandle.java
@@ -100,7 +100,7 @@
* is {@code String}. The access mode type for {@code compareAndSet} on this
* VarHandle instance would be
* {@code (String[] c1, int c2, String expectedValue, String newValue)boolean}.
- * Such a VarHandle instance may produced by the
+ * Such a VarHandle instance may be produced by the
* {@link MethodHandles#arrayElementVarHandle(Class) array factory method} and
* access array elements as follows:
* <pre> {@code
diff --git a/src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java b/src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java
--- a/src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java
+++ b/src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java
@@ -1414,7 +1414,7 @@
* Generate code to invoke the Class.forName with the name of the given
* class to get its Class object at runtime. The code is written to
* the supplied stream. Note that the code generated by this method
- * may caused the checked ClassNotFoundException to be thrown.
+ * may cause the checked ClassNotFoundException to be thrown.
*/
private void codeClassForName(Class<?> cl, DataOutputStream out)
throws IOException
diff --git a/src/java.base/share/classes/sun/security/ssl/AppInputStream.java b/src/java.base/share/classes/sun/security/ssl/AppInputStream.java
--- a/src/java.base/share/classes/sun/security/ssl/AppInputStream.java
+++ b/src/java.base/share/classes/sun/security/ssl/AppInputStream.java
@@ -182,7 +182,7 @@
* Skip n bytes. This implementation is somewhat less efficient
* than possible, but not badly so (redundant copy). We reuse
* the read() code to keep things simpler. Note that SKIP_ARRAY
- * is static and may garbled by concurrent use, but we are not interested
+ * is static and may be garbled by concurrent use, but we are not interested
* in the data anyway.
*/
@Override
- backported by
-
JDK-8230580 Typos in javadoc - missing verb "be" and alike
- Resolved
-
JDK-8233971 Typos in javadoc - missing verb "be" and alike
- Resolved
-
JDK-8255543 Typos in javadoc - missing verb "be" and alike
- Resolved
-
JDK-8262603 Typos in javadoc - missing verb "be" and alike
- Resolved
-
JDK-8253526 Typos in javadoc - missing verb "be" and alike
- Closed