public class org.graalvm.compiler.truffle.runtime.hotspot.java.HotSpotTruffleRuntimeAccess extends org.graalvm.compiler.truffle.runtime.hotspot.AbstractHotSpotTruffleRuntimeAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.runtime.hotspot.java.HotSpotTruffleRuntimeAccess
  super_class: org.graalvm.compiler.truffle.runtime.hotspot.AbstractHotSpotTruffleRuntimeAccess
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.runtime.hotspot.java.HotSpotTruffleRuntimeAccess this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.truffle.runtime.hotspot.AbstractHotSpotTruffleRuntimeAccess.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.runtime.hotspot.java.HotSpotTruffleRuntimeAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/runtime/hotspot/java/HotSpotTruffleRuntimeAccess;

  protected com.oracle.truffle.api.TruffleRuntime createRuntime();
    descriptor: ()Lcom/oracle/truffle/api/TruffleRuntime;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.runtime.hotspot.java.HotSpotTruffleRuntimeAccess this
         0: .line 38
            new org.graalvm.compiler.truffle.runtime.hotspot.java.HotSpotTruffleRuntime
            dup
            invokespecial org.graalvm.compiler.truffle.runtime.hotspot.java.HotSpotTruffleRuntime.<init>:()V
            areturn
        end local 0 // org.graalvm.compiler.truffle.runtime.hotspot.java.HotSpotTruffleRuntimeAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/runtime/hotspot/java/HotSpotTruffleRuntimeAccess;
}
SourceFile: "HotSpotTruffleRuntimeAccess.java"
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.serviceprovider.ServiceProvider(value = Lcom/oracle/truffle/api/TruffleRuntimeAccess;)