public class org.graalvm.compiler.hotspot.test.HotSpotGraalMBeanTest
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.hotspot.test.HotSpotGraalMBeanTest
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tAssume cannot be resolved\n\tTest cannot be resolved to a type\n\tThe method assertNull(String, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, HotSpotGraalMBean) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNull(String, ObjectName) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectName) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectInstance) is undefined for the type HotSpotGraalMBeanTest\n\tTest cannot be resolved to a type\n\tThe method assertNotNull(String, MBeanServer) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectName) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectInstance) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, MBeanInfo) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, MBeanAttributeInfo) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, String, String) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNull(String, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, Boolean, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertTrue(String, boolean) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertTrue(String, boolean) is undefined for the type HotSpotGraalMBeanTest\n\tTest cannot be resolved to a type\n\tThe method assertNotNull(String, MBeanServer) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertSame(OptionValues, OptionValues) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectName) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectInstance) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, MBeanInfo) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(int, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotSame(OptionValues, OptionValues) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertSame(String, OptionValues, OptionValues) is undefined for the type HotSpotGraalMBeanTest\n\tTest cannot be resolved to a type\n\tThe method assertNull(String, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, MBeanServer) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectName) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectInstance) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, MBeanInfo) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, int, int) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, String) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, MBeanOperationInfo) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotSame(OptionValues, OptionValues) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, String, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, String, Object) is undefined for the type HotSpotGraalMBeanTest\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/test/HotSpotGraalMBeanTest;
public void registration();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertNull(String, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, HotSpotGraalMBean) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNull(String, ObjectName) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectName) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectInstance) is undefined for the type HotSpotGraalMBeanTest\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/test/HotSpotGraalMBeanTest;
Exceptions:
throws java.lang.Exception
RuntimeInvisibleAnnotations:
Test()
private static java.lang.reflect.Field stopMBeanServer();
descriptor: ()Ljava/lang/reflect/Field;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=0
0: ldc Ljava/lang/management/ManagementFactory;
ldc "platformMBeanServer"
invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
astore 0
start local 0 1: aload 0
iconst_1
invokevirtual java.lang.reflect.Field.setAccessible:(Z)V
2: aload 0
aconst_null
aconst_null
invokevirtual java.lang.reflect.Field.set:(Ljava/lang/Object;Ljava/lang/Object;)V
3: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
1 4 0 field Ljava/lang/reflect/Field;
Exceptions:
throws java.lang.NoSuchFieldException, java.lang.SecurityException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException
public void readBeanInfo();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertNotNull(String, MBeanServer) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectName) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectInstance) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, MBeanInfo) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, MBeanAttributeInfo) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, String, String) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNull(String, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, Boolean, Object) is undefined for the type HotSpotGraalMBeanTest\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/test/HotSpotGraalMBeanTest;
Exceptions:
throws java.lang.Exception
RuntimeInvisibleAnnotations:
Test()
private static java.lang.Object findAttributeInfo(java.lang.String, java.lang.Object);
descriptor: (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe method assertTrue(String, boolean) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertTrue(String, boolean) is undefined for the type HotSpotGraalMBeanTest\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
attrName
info
public void optionsAreCached();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertNotNull(String, MBeanServer) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertSame(OptionValues, OptionValues) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectName) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectInstance) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, MBeanInfo) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(int, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotSame(OptionValues, OptionValues) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertSame(String, OptionValues, OptionValues) is undefined for the type HotSpotGraalMBeanTest\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/test/HotSpotGraalMBeanTest;
Exceptions:
throws java.lang.Exception
RuntimeInvisibleAnnotations:
Test()
public void dumpOperation();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertNull(String, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, MBeanServer) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectName) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, ObjectInstance) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, MBeanInfo) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, int, int) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, String) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotNull(String, MBeanOperationInfo) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertNotSame(OptionValues, OptionValues) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, String, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, Object) is undefined for the type HotSpotGraalMBeanTest\n\tThe method assertEquals(String, String, Object) is undefined for the type HotSpotGraalMBeanTest\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/test/HotSpotGraalMBeanTest;
Exceptions:
throws java.lang.Exception
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "HotSpotGraalMBeanTest.java"