public abstract class com.oracle.svm.core.BaseProcessPropertiesSupport implements org.graalvm.nativeimage.impl.ProcessPropertiesSupport
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.svm.core.BaseProcessPropertiesSupport
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.BaseProcessPropertiesSupport this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.BaseProcessPropertiesSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/BaseProcessPropertiesSupport;

  public int getArgumentVectorBlockSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.BaseProcessPropertiesSupport this
         0: .line 33
            invokestatic com.oracle.svm.core.JavaMainWrapper.getCRuntimeArgumentBlockLength:()I
            ireturn
        end local 0 // com.oracle.svm.core.BaseProcessPropertiesSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/BaseProcessPropertiesSupport;

  public java.lang.String getArgumentVectorProgramName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.BaseProcessPropertiesSupport this
         0: .line 38
            invokestatic com.oracle.svm.core.JavaMainWrapper.getCRuntimeArgument0:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.svm.core.BaseProcessPropertiesSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/BaseProcessPropertiesSupport;

  public boolean setArgumentVectorProgramName(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.BaseProcessPropertiesSupport this
        start local 1 // java.lang.String name
         0: .line 43
            aload 1 /* name */
            invokestatic com.oracle.svm.core.JavaMainWrapper.setCRuntimeArgument0:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String name
        end local 0 // com.oracle.svm.core.BaseProcessPropertiesSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/BaseProcessPropertiesSupport;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "BaseProcessPropertiesSupport.java"