diff --git a/corba/src/java.corba/share/classes/sun/corba/Bridge.java b/corba/src/java.corba/share/classes/sun/corba/Bridge.java
index 1b3a086c088..e22240e2a9f 100644
--- a/corba/src/java.corba/share/classes/sun/corba/Bridge.java
+++ b/corba/src/java.corba/share/classes/sun/corba/Bridge.java
@@ -59,10 +59,10 @@ import sun.reflect.ReflectionFactory;
*
* The code that calls Bridge.get() must have the following Permissions:
*
- * - RuntimePermission "reflectionFactoryAccess"
* - BridgePermission "getBridge"
* - ReflectPermission "suppressAccessChecks"
- * - StackFramePermission "retainClassReference"
+ * - RuntimePermission "getStackWalkerWithClassReference"
+ * - RuntimePermission "reflectionFactoryAccess"
*
*
* All of these permissions are required to obtain and correctly initialize
@@ -105,10 +105,10 @@ public final class Bridge
/** Fetch the Bridge singleton. This requires the following
* permissions:
*
- * - RuntimePermission "reflectionFactoryAccess"
* - BridgePermission "getBridge"
* - ReflectPermission "suppressAccessChecks"
- * - StackFramePermission "retainClassReference"
+ * - RuntimePermission "getStackWalkerWithClassReference"
+ * - RuntimePermission "reflectionFactoryAccess"
*
* @return The singleton instance of the Bridge class
* @throws SecurityException if the caller does not have the