public interface org.jruby.runtime.ObjectAllocator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jruby.runtime.ObjectAllocator
  super_class: java.lang.Object
{
  public static final org.jruby.runtime.ObjectAllocator NOT_ALLOCATABLE_ALLOCATOR;
    descriptor: Lorg/jruby/runtime/ObjectAllocator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 23
            new org.jruby.runtime.ObjectAllocator$1
            dup
            invokespecial org.jruby.runtime.ObjectAllocator$1.<init>:()V
            putstatic org.jruby.runtime.ObjectAllocator.NOT_ALLOCATABLE_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
         1: .line 27
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.jruby.runtime.builtin.IRubyObject allocate(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      runtime  
      klazz    
}
SourceFile: "ObjectAllocator.java"
NestMembers:
  org.jruby.runtime.ObjectAllocator$1
InnerClasses:
  org.jruby.runtime.ObjectAllocator$1