diff --git a/jdk/src/jdk.attach/share/classes/com/sun/tools/attach/AttachPermission.java b/jdk/src/jdk.attach/share/classes/com/sun/tools/attach/AttachPermission.java index 5c8caaeece7dd59719e9cd575248000b8a8bc1f8..48219bfc6bcedad966e32c032d89a7dbb19efec5 100644 --- a/jdk/src/jdk.attach/share/classes/com/sun/tools/attach/AttachPermission.java +++ b/jdk/src/jdk.attach/share/classes/com/sun/tools/attach/AttachPermission.java @@ -42,14 +42,16 @@ package com.sun.tools.attach; * * + * * - * - * - * + * + * + * * - * + * + * * - * + * * @@ -59,14 +61,14 @@ package com.sun.tools.attach; * * * - * + * * * * - + * * *
Table shows permission * target name, what the permission allows, and associated risks
Permission Target NameWhat the Permission AllowsRisks of Allowing this PermissionPermission Target NameWhat the Permission AllowsRisks of Allowing this Permission
attachVirtualMachineattachVirtualMachineAbility to attach to another Java virtual machine and load agents * into that VM. *
createAttachProvidercreateAttachProviderAbility to create an AttachProvider instance. * This allows an attacker to create an AttachProvider which can * potentially be used to attach to other Java virtual machines. *