class sun.management.CompilationImpl implements java.lang.management.CompilationMXBean
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.management.CompilationImpl
  super_class: java.lang.Object
{
  private final sun.management.VMManagement jvm;
    descriptor: Lsun/management/VMManagement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(sun.management.VMManagement);
    descriptor: (Lsun/management/VMManagement;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.management.CompilationImpl this
        start local 1 // sun.management.VMManagement vm
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* vm */
            putfield sun.management.CompilationImpl.jvm:Lsun/management/VMManagement;
         2: .line 49
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.management.CompilationImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.getCompilerName:()Ljava/lang/String;
            putfield sun.management.CompilationImpl.name:Ljava/lang/String;
         3: .line 50
            aload 0 /* this */
            getfield sun.management.CompilationImpl.name:Ljava/lang/String;
            ifnonnull 5
         4: .line 51
            new java.lang.AssertionError
            dup
            ldc "Null compiler name"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 53
      StackMap locals: sun.management.CompilationImpl sun.management.VMManagement
      StackMap stack:
            return
        end local 1 // sun.management.VMManagement vm
        end local 0 // sun.management.CompilationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/management/CompilationImpl;
            0    6     1    vm  Lsun/management/VMManagement;
    MethodParameters:
      Name  Flags
      vm    

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.CompilationImpl this
         0: .line 56
            aload 0 /* this */
            getfield sun.management.CompilationImpl.name:Ljava/lang/String;
            areturn
        end local 0 // sun.management.CompilationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/CompilationImpl;

  public boolean isCompilationTimeMonitoringSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.CompilationImpl this
         0: .line 60
            aload 0 /* this */
            getfield sun.management.CompilationImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.isCompilationTimeMonitoringSupported:()Z
            ireturn
        end local 0 // sun.management.CompilationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/CompilationImpl;

  public long getTotalCompilationTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.management.CompilationImpl this
         0: .line 64
            aload 0 /* this */
            invokevirtual sun.management.CompilationImpl.isCompilationTimeMonitoringSupported:()Z
            ifne 4
         1: .line 65
            new java.lang.UnsupportedOperationException
            dup
         2: .line 66
            ldc "Compilation time monitoring is not supported."
         3: .line 65
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.management.CompilationImpl.jvm:Lsun/management/VMManagement;
            invokeinterface sun.management.VMManagement.getTotalCompileTime:()J
            lreturn
        end local 0 // sun.management.CompilationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/management/CompilationImpl;

  public javax.management.ObjectName getObjectName();
    descriptor: ()Ljavax/management/ObjectName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.CompilationImpl this
         0: .line 73
            ldc "java.lang:type=Compilation"
            invokestatic sun.management.Util.newObjectName:(Ljava/lang/String;)Ljavax/management/ObjectName;
            areturn
        end local 0 // sun.management.CompilationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/CompilationImpl;
}
SourceFile: "CompilationImpl.java"