diff --git a/src/share/classes/java/sql/SQLPermission.java b/src/share/classes/java/sql/SQLPermission.java
index 9f45718853d020c53690e4b3fe7a4552c680671f..3511b6da42b25494b1e7a0c09d34bf1e6f8dc85b 100644
--- a/src/share/classes/java/sql/SQLPermission.java
+++ b/src/share/classes/java/sql/SQLPermission.java
@@ -116,11 +116,11 @@ public final class SQLPermission extends BasicPermission {
/**
* Creates a new SQLPermission
object with the specified name.
- * The name is the symbolic name of the SQLPermission
; currently,
- * the only name allowed is "setLog".
+ * The name is the symbolic name of the SQLPermission
.
*
* @param name the name of this SQLPermission
object, which must
- * be setLog
+ * be either {@code setLog}, {@code callAbort}, {@code setSyncFactory},
+ * or {@code setNetworkTimeout}
* @throws NullPointerException if name
is null
.
* @throws IllegalArgumentException if name
is empty.
@@ -134,10 +134,11 @@ public final class SQLPermission extends BasicPermission {
* Creates a new SQLPermission
object with the specified name.
* The name is the symbolic name of the SQLPermission
; the
* actions String
is currently unused and should be
- * null
.
+ * null
.
*
* @param name the name of this SQLPermission
object, which must
- * be setLog
+ * be either {@code setLog}, {@code callAbort}, {@code setSyncFactory},
+ * or {@code setNetworkTimeout}
* @param actions should be null
* @throws NullPointerException if name
is null
.
* @throws IllegalArgumentException if name
is empty.