Class Blackhole_jmhType_B1

  • Direct Known Subclasses:
    Blackhole_jmhType_B2

    public class Blackhole_jmhType_B1
    extends org.openjdk.jmh.infra.Blackhole
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte b1  
      byte b2  
      boolean bool1  
      boolean bool2  
      char c1  
      char c2  
      double d1  
      double d2  
      float f1  
      float f2  
      int i1  
      int i2  
      long l1  
      long l2  
      org.openjdk.jmh.infra.BlackholeL2 nullBait  
      java.lang.Object obj1  
      java.lang.Object[] objs1  
      short s1  
      short s2  
      int tlr  
      int tlrMask  
    • Method Summary

      • Methods inherited from class org.openjdk.jmh.infra.Blackhole

        clearSinks, consume, consume, consume, consume, consume, consume, consume, consume, consume, consume, consumeCPU
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • b1

        public volatile byte b1
      • bool1

        public volatile boolean bool1
      • c1

        public volatile char c1
      • s1

        public volatile short s1
      • i1

        public volatile int i1
      • l1

        public volatile long l1
      • f1

        public volatile float f1
      • d1

        public volatile double d1
      • b2

        public byte b2
      • bool2

        public boolean bool2
      • c2

        public char c2
      • s2

        public short s2
      • i2

        public int i2
      • l2

        public long l2
      • f2

        public float f2
      • d2

        public double d2
      • obj1

        public volatile java.lang.Object obj1
      • objs1

        public volatile java.lang.Object[] objs1
      • nullBait

        public volatile org.openjdk.jmh.infra.BlackholeL2 nullBait
      • tlr

        public int tlr
      • tlrMask

        public volatile int tlrMask
    • Constructor Detail

      • Blackhole_jmhType_B1

        public Blackhole_jmhType_B1()