public class org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest extends org.graalvm.compiler.core.test.backend.AllocatorTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest
  super_class: org.graalvm.compiler.core.test.backend.AllocatorTest
{
  private final org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config;
    descriptor: Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest this
         0: .line 38
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.backend.AllocatorTest.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest.getBackend:()Lorg/graalvm/compiler/core/target/Backend;
            checkcast org.graalvm.compiler.hotspot.HotSpotBackend
            invokevirtual org.graalvm.compiler.hotspot.HotSpotBackend.getRuntime:()Lorg/graalvm/compiler/hotspot/HotSpotGraalRuntimeProvider;
            invokeinterface org.graalvm.compiler.hotspot.HotSpotGraalRuntimeProvider.getVMConfig:()Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            putfield org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
         2: .line 38
            return
        end local 0 // org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/sparc/test/SPARCAllocatorTest;

  public void checkSPARC();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest this
         0: .line 44
            ldc "skipping SPARC specific test"
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest.getTarget:()Ljdk/vm/ci/code/TargetDescription;
            getfield jdk.vm.ci.code.TargetDescription.arch:Ljdk/vm/ci/code/Architecture;
            instanceof jdk.vm.ci.sparc.SPARC
            invokestatic org.junit.Assume.assumeTrue:(Ljava/lang/String;Z)V
         1: .line 45
            ldc "RegisterPressure is set -> skip"
            getstatic org.graalvm.compiler.core.common.GraalOptions.RegisterPressure:Lorg/graalvm/compiler/options/OptionKey;
            invokestatic org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            ifnonnull 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack: java.lang.String
         2: iconst_0
      StackMap locals: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest
      StackMap stack: java.lang.String int
         3: invokestatic org.junit.Assume.assumeTrue:(Ljava/lang/String;Z)V
         4: .line 46
            return
        end local 0 // org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/hotspot/sparc/test/SPARCAllocatorTest;
    RuntimeVisibleAnnotations: 
      org.junit.Before()

  public void test1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest this
         0: .line 50
            aload 0 /* this */
            ldc "test1snippet"
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useThreadLocalPolling:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest
      StackMap stack: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest java.lang.String
         1: iconst_2
      StackMap locals: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest
      StackMap stack: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest java.lang.String int
         2: iconst_0
            iconst_0
            invokevirtual org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest.testAllocation:(Ljava/lang/String;III)V
         3: .line 51
            return
        end local 0 // org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/hotspot/sparc/test/SPARCAllocatorTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public static long test1snippet(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long x
         0: .line 54
            lload 0 /* x */
            ldc 41
            ladd
            lreturn
        end local 0 // long x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  J
    MethodParameters:
      Name  Flags
      x     

  public void test2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest this
         0: .line 59
            aload 0 /* this */
            ldc "test2snippet"
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useThreadLocalPolling:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest
      StackMap stack: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest java.lang.String
         1: iconst_2
      StackMap locals: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest
      StackMap stack: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest java.lang.String int
         2: iconst_0
            iconst_0
            invokevirtual org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest.testAllocation:(Ljava/lang/String;III)V
         3: .line 60
            return
        end local 0 // org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/hotspot/sparc/test/SPARCAllocatorTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public static long test2snippet(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long x
         0: .line 63
            lload 0 /* x */
            ldc 41
            lmul
            lreturn
        end local 0 // long x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  J
    MethodParameters:
      Name  Flags
      x     

  public void test3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest this
         0: .line 68
            aload 0 /* this */
            ldc "test3snippet"
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useThreadLocalPolling:Z
            ifeq 1
            iconst_3
            goto 2
      StackMap locals: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest
      StackMap stack: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest java.lang.String
         1: iconst_4
      StackMap locals: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest
      StackMap stack: org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest java.lang.String int
         2: iconst_0
            iconst_0
            invokevirtual org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest.testAllocation:(Ljava/lang/String;III)V
         3: .line 69
            return
        end local 0 // org.graalvm.compiler.hotspot.sparc.test.SPARCAllocatorTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/hotspot/sparc/test/SPARCAllocatorTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public static long test3snippet(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // long x
         0: .line 72
            lload 0 /* x */
            ldc 41
            ldiv
            lload 0 /* x */
            ldc 41
            lrem
            ladd
            lreturn
        end local 0 // long x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  J
    MethodParameters:
      Name  Flags
      x     
}
SourceFile: "SPARCAllocatorTest.java"