final class com.oracle.svm.truffle.tck.Target_java_lang_System
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.truffle.tck.Target_java_lang_System
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.truffle.tck.Target_java_lang_System this
         0: .line 887
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.truffle.tck.Target_java_lang_System this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/truffle/tck/Target_java_lang_System;

  private static java.lang.SecurityManager getSecurityManager();
    descriptor: ()Ljava/lang/SecurityManager;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 890
            getstatic com.oracle.svm.truffle.tck.SecurityManagerHolder.SECURITY_MANAGER:Ljava/lang/SecurityManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Substitute()
}
SourceFile: "PermissionsFeature.java"
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.TargetClass(value = Ljava/lang/System;, onlyWith = {Lcom/oracle/svm/truffle/tck/PermissionsFeature$IsEnabled;})