public class sun.jvm.hotspot.gc.shared.GenerationFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.gc.shared.GenerationFactory
super_class: java.lang.Object
{
private static sun.jvm.hotspot.runtime.VirtualConstructor ctor;
descriptor: Lsun/jvm/hotspot/runtime/VirtualConstructor;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.jvm.hotspot.gc.shared.GenerationFactory$1
dup
invokespecial sun.jvm.hotspot.gc.shared.GenerationFactory$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
1: 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/gc/shared/GenerationFactory;
private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new sun.jvm.hotspot.runtime.VirtualConstructor
dup
aload 0
invokespecial sun.jvm.hotspot.runtime.VirtualConstructor.<init>:(Lsun/jvm/hotspot/types/TypeDataBase;)V
putstatic sun.jvm.hotspot.gc.shared.GenerationFactory.ctor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
1: getstatic sun.jvm.hotspot.gc.shared.GenerationFactory.ctor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
ldc "DefNewGeneration"
ldc Lsun/jvm/hotspot/gc/serial/DefNewGeneration;
invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
pop
2: getstatic sun.jvm.hotspot.gc.shared.GenerationFactory.ctor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
ldc "ParNewGeneration"
ldc Lsun/jvm/hotspot/gc/cms/ParNewGeneration;
invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
pop
3: getstatic sun.jvm.hotspot.gc.shared.GenerationFactory.ctor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
ldc "TenuredGeneration"
ldc Lsun/jvm/hotspot/gc/serial/TenuredGeneration;
invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
pop
4: getstatic sun.jvm.hotspot.gc.shared.GenerationFactory.ctor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
ldc "ConcurrentMarkSweepGeneration"
ldc Lsun/jvm/hotspot/gc/cms/ConcurrentMarkSweepGeneration;
invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
pop
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 db Lsun/jvm/hotspot/types/TypeDataBase;
MethodParameters:
Name Flags
db
public static sun.jvm.hotspot.gc.shared.Generation newObject(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/gc/shared/Generation;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.gc.shared.GenerationFactory.ctor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
aload 0
invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/VMObject;
checkcast sun.jvm.hotspot.gc.shared.Generation
1: areturn
2: StackMap locals:
StackMap stack: sun.jvm.hotspot.types.WrongTypeException
pop
3: new sun.jvm.hotspot.gc.shared.GenerationFactory$2
dup
aload 0
invokespecial sun.jvm.hotspot.gc.shared.GenerationFactory$2.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 addr Lsun/jvm/hotspot/debugger/Address;
Exception table:
from to target type
0 1 2 Class sun.jvm.hotspot.types.WrongTypeException
MethodParameters:
Name Flags
addr
}
SourceFile: "GenerationFactory.java"
NestMembers:
sun.jvm.hotspot.gc.shared.GenerationFactory$1 sun.jvm.hotspot.gc.shared.GenerationFactory$2
InnerClasses:
sun.jvm.hotspot.gc.shared.GenerationFactory$1
sun.jvm.hotspot.gc.shared.GenerationFactory$2