public class sun.jvmstat.monitor.Units implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvmstat.monitor.Units
  super_class: java.lang.Object
{
  private static final int NUNITS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static sun.jvmstat.monitor.Units[] map;
    descriptor: [Lsun/jvmstat/monitor/Units;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  private final int value;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final sun.jvmstat.monitor.Units INVALID;
    descriptor: Lsun/jvmstat/monitor/Units;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvmstat.monitor.Units NONE;
    descriptor: Lsun/jvmstat/monitor/Units;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvmstat.monitor.Units BYTES;
    descriptor: Lsun/jvmstat/monitor/Units;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvmstat.monitor.Units TICKS;
    descriptor: Lsun/jvmstat/monitor/Units;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvmstat.monitor.Units EVENTS;
    descriptor: Lsun/jvmstat/monitor/Units;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvmstat.monitor.Units STRING;
    descriptor: Lsun/jvmstat/monitor/Units;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvmstat.monitor.Units HERTZ;
    descriptor: Lsun/jvmstat/monitor/Units;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6992337162326171013

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 43
            bipush 8
            anewarray sun.jvmstat.monitor.Units
            putstatic sun.jvmstat.monitor.Units.map:[Lsun/jvmstat/monitor/Units;
         1: .line 51
            new sun.jvmstat.monitor.Units
            dup
            ldc "Invalid"
            iconst_0
            invokespecial sun.jvmstat.monitor.Units.<init>:(Ljava/lang/String;I)V
            putstatic sun.jvmstat.monitor.Units.INVALID:Lsun/jvmstat/monitor/Units;
         2: .line 56
            new sun.jvmstat.monitor.Units
            dup
            ldc "None"
            iconst_1
            invokespecial sun.jvmstat.monitor.Units.<init>:(Ljava/lang/String;I)V
            putstatic sun.jvmstat.monitor.Units.NONE:Lsun/jvmstat/monitor/Units;
         3: .line 61
            new sun.jvmstat.monitor.Units
            dup
            ldc "Bytes"
            iconst_2
            invokespecial sun.jvmstat.monitor.Units.<init>:(Ljava/lang/String;I)V
            putstatic sun.jvmstat.monitor.Units.BYTES:Lsun/jvmstat/monitor/Units;
         4: .line 66
            new sun.jvmstat.monitor.Units
            dup
            ldc "Ticks"
            iconst_3
            invokespecial sun.jvmstat.monitor.Units.<init>:(Ljava/lang/String;I)V
            putstatic sun.jvmstat.monitor.Units.TICKS:Lsun/jvmstat/monitor/Units;
         5: .line 71
            new sun.jvmstat.monitor.Units
            dup
            ldc "Events"
            iconst_4
            invokespecial sun.jvmstat.monitor.Units.<init>:(Ljava/lang/String;I)V
            putstatic sun.jvmstat.monitor.Units.EVENTS:Lsun/jvmstat/monitor/Units;
         6: .line 78
            new sun.jvmstat.monitor.Units
            dup
            ldc "String"
            iconst_5
            invokespecial sun.jvmstat.monitor.Units.<init>:(Ljava/lang/String;I)V
            putstatic sun.jvmstat.monitor.Units.STRING:Lsun/jvmstat/monitor/Units;
         7: .line 83
            new sun.jvmstat.monitor.Units
            dup
            ldc "Hertz"
            bipush 6
            invokespecial sun.jvmstat.monitor.Units.<init>:(Ljava/lang/String;I)V
            putstatic sun.jvmstat.monitor.Units.HERTZ:Lsun/jvmstat/monitor/Units;
         8: .line 127
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public int intValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvmstat.monitor.Units this
         0: .line 100
            aload 0 /* this */
            getfield sun.jvmstat.monitor.Units.value:I
            ireturn
        end local 0 // sun.jvmstat.monitor.Units this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvmstat/monitor/Units;

  public static sun.jvmstat.monitor.Units toUnits(int);
    descriptor: (I)Lsun/jvmstat/monitor/Units;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int value
         0: .line 114
            iload 0 /* value */
            iflt 1
            iload 0 /* value */
            getstatic sun.jvmstat.monitor.Units.map:[Lsun/jvmstat/monitor/Units;
            arraylength
            if_icmpge 1
            getstatic sun.jvmstat.monitor.Units.map:[Lsun/jvmstat/monitor/Units;
            iload 0 /* value */
            aaload
            ifnonnull 2
         1: .line 115
      StackMap locals:
      StackMap stack:
            getstatic sun.jvmstat.monitor.Units.INVALID:Lsun/jvmstat/monitor/Units;
            areturn
         2: .line 118
      StackMap locals:
      StackMap stack:
            getstatic sun.jvmstat.monitor.Units.map:[Lsun/jvmstat/monitor/Units;
            iload 0 /* value */
            aaload
            areturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  value  I
    MethodParameters:
       Name  Flags
      value  

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvmstat.monitor.Units this
        start local 1 // java.lang.String name
        start local 2 // int value
         0: .line 121
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 122
            aload 0 /* this */
            aload 1 /* name */
            putfield sun.jvmstat.monitor.Units.name:Ljava/lang/String;
         2: .line 123
            aload 0 /* this */
            iload 2 /* value */
            putfield sun.jvmstat.monitor.Units.value:I
         3: .line 124
            getstatic sun.jvmstat.monitor.Units.map:[Lsun/jvmstat/monitor/Units;
            iload 2 /* value */
            aload 0 /* this */
            aastore
         4: .line 125
            return
        end local 2 // int value
        end local 1 // java.lang.String name
        end local 0 // sun.jvmstat.monitor.Units this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/jvmstat/monitor/Units;
            0    5     1   name  Ljava/lang/String;
            0    5     2  value  I
    MethodParameters:
       Name  Flags
      name   
      value  
}
SourceFile: "Units.java"