class sun.security.tools.policytool.LogPerm extends sun.security.tools.policytool.Perm
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.tools.policytool.LogPerm
  super_class: sun.security.tools.policytool.Perm
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.security.tools.policytool.LogPerm this
         0: .line 4300
            aload 0 /* this */
            ldc Ljava/util/logging/LoggingPermission;
         1: .line 4301
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         2: .line 4302
            ldc "control"
            aastore
         3: .line 4304
            aconst_null
            invokespecial sun.security.tools.policytool.Perm.<init>:(Ljava/lang/Class;[Ljava/lang/String;[Ljava/lang/String;)V
         4: .line 4305
            return
        end local 0 // sun.security.tools.policytool.LogPerm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/tools/policytool/LogPerm;
}
SourceFile: "PolicyTool.java"