public class io.ebeaninternal.server.profile.TimedProfileLocationRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.profile.TimedProfileLocationRegistry
  super_class: java.lang.Object
{
  private static final java.util.List<io.ebeaninternal.server.profile.TimedProfileLocation> list;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Lio/ebeaninternal/server/profile/TimedProfileLocation;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 12
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokestatic java.util.Collections.synchronizedList:(Ljava/util/List;)Ljava/util/List;
            putstatic io.ebeaninternal.server.profile.TimedProfileLocationRegistry.list:Ljava/util/List;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.profile.TimedProfileLocationRegistry this
         0: .line 10
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.server.profile.TimedProfileLocationRegistry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/profile/TimedProfileLocationRegistry;

  public static void register(io.ebeaninternal.server.profile.TimedProfileLocation);
    descriptor: (Lio/ebeaninternal/server/profile/TimedProfileLocation;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.profile.TimedProfileLocation location
         0: .line 18
            getstatic io.ebeaninternal.server.profile.TimedProfileLocationRegistry.list:Ljava/util/List;
            aload 0 /* location */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 19
            return
        end local 0 // io.ebeaninternal.server.profile.TimedProfileLocation location
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  location  Lio/ebeaninternal/server/profile/TimedProfileLocation;
    MethodParameters:
          Name  Flags
      location  

  public static java.util.List<io.ebeaninternal.server.profile.TimedProfileLocation> registered();
    descriptor: ()Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 25
            getstatic io.ebeaninternal.server.profile.TimedProfileLocationRegistry.list:Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/List<Lio/ebeaninternal/server/profile/TimedProfileLocation;>;
}
SourceFile: "TimedProfileLocationRegistry.java"