public class sun.jvm.hotspot.CommandProcessor$BootFilter implements sun.jvm.hotspot.tools.jcore.ClassFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.CommandProcessor$BootFilter
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.CommandProcessor$BootFilter this
         0: .line 120
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.CommandProcessor$BootFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/CommandProcessor$BootFilter;

  public boolean canInclude(sun.jvm.hotspot.oops.InstanceKlass);
    descriptor: (Lsun/jvm/hotspot/oops/InstanceKlass;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$BootFilter this
        start local 1 // sun.jvm.hotspot.oops.InstanceKlass kls
         0: .line 122
            aload 1 /* kls */
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.getClassLoader:()Lsun/jvm/hotspot/oops/Oop;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // sun.jvm.hotspot.oops.InstanceKlass kls
        end local 0 // sun.jvm.hotspot.CommandProcessor$BootFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/CommandProcessor$BootFilter;
            0    2     1   kls  Lsun/jvm/hotspot/oops/InstanceKlass;
    MethodParameters:
      Name  Flags
      kls   
}
SourceFile: "CommandProcessor.java"
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  public BootFilter = sun.jvm.hotspot.CommandProcessor$BootFilter of sun.jvm.hotspot.CommandProcessor