public class net.bytebuddy.benchmark.SuperClassInvocationBenchmark extends java.lang.Object
{
private java.lang.String stringValue;
private boolean booleanValue;
private byte byteValue;
private short shortValue;
private char charValue;
private int intValue;
private long longValue;
private float floatValue;
private double doubleValue;
private net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance;
private net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance;
private net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance;
private net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance;
private net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance;
private net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance;
private net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance;
public void <init>()
{
net.bytebuddy.benchmark.SuperClassInvocationBenchmark v;
v := @this: net.bytebuddy.benchmark.SuperClassInvocationBenchmark;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue> = "foo";
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue> = 1;
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue> = 42;
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue> = 42;
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue> = 64;
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue> = 42;
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue> = 42L;
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue> = 42.0F;
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue> = 42.0;
return;
}
public void setUp() throws java.lang.Exception
{
net.bytebuddy.benchmark.SuperClassInvocationBenchmark v;
net.bytebuddy.benchmark.ClassByExtensionBenchmark v;
net.bytebuddy.benchmark.specimen.ExampleClass v, v, v, v, v, v, v;
v := @this: net.bytebuddy.benchmark.SuperClassInvocationBenchmark;
v = new net.bytebuddy.benchmark.ClassByExtensionBenchmark;
specialinvoke v.<net.bytebuddy.benchmark.ClassByExtensionBenchmark: void <init>()>();
v = virtualinvoke v.<net.bytebuddy.benchmark.ClassByExtensionBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baseline()>();
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance> = v;
v = virtualinvoke v.<net.bytebuddy.benchmark.ClassByExtensionBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass benchmarkByteBuddyWithProxy()>();
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance> = v;
v = virtualinvoke v.<net.bytebuddy.benchmark.ClassByExtensionBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass benchmarkByteBuddyWithAccessor()>();
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance> = v;
v = virtualinvoke v.<net.bytebuddy.benchmark.ClassByExtensionBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass benchmarkByteBuddyWithPrefix()>();
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance> = v;
v = virtualinvoke v.<net.bytebuddy.benchmark.ClassByExtensionBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass benchmarkByteBuddySpecialized()>();
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance> = v;
v = virtualinvoke v.<net.bytebuddy.benchmark.ClassByExtensionBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass benchmarkCglib()>();
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance> = v;
v = virtualinvoke v.<net.bytebuddy.benchmark.ClassByExtensionBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass benchmarkJavassist()>();
v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance> = v;
return;
}
public void baseline(org.openjdk.jmh.infra.Blackhole)
{
byte[] v;
org.openjdk.jmh.infra.Blackhole v;
byte v, v, v, v, v;
java.lang.Object[] v;
double[] v;
float[] v;
long v, v, v, v, v;
short v, v, v, v, v;
java.lang.String v, v, v, v;
boolean[] v;
net.bytebuddy.benchmark.specimen.ExampleClass v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
char[] v;
int[] v, v;
boolean v, v, v, v, v;
net.bytebuddy.benchmark.SuperClassInvocationBenchmark v;
float v, v, v, v, v;
short[] v;
long[] v;
int v, v, v, v, v, v, v, v, v, v;
double v, v, v, v, v;
char v, v, v, v, v;
java.lang.Object v;
v := @this: net.bytebuddy.benchmark.SuperClassInvocationBenchmark;
v := @parameter: org.openjdk.jmh.infra.Blackhole;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean method(boolean)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(boolean)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte method(byte)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(byte)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short method(short)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(short)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char method(char)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(char)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long method(long)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(long)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float method(float)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(float)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double method(double)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(double)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object method(java.lang.Object)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean[] method(boolean,boolean,boolean)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte[] method(byte,byte,byte)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short[] method(short,short,short)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char[] method(char,char,char)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long[] method(long,long,long)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float[] method(float,float,float)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double[] method(double,double,double)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass baselineInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object[] method(java.lang.Object,java.lang.Object,java.lang.Object)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
return;
}
public void benchmarkByteBuddyWithProxy(org.openjdk.jmh.infra.Blackhole)
{
byte[] v;
org.openjdk.jmh.infra.Blackhole v;
byte v, v, v, v, v;
java.lang.Object[] v;
double[] v;
float[] v;
long v, v, v, v, v;
short v, v, v, v, v;
java.lang.String v, v, v, v;
boolean[] v;
net.bytebuddy.benchmark.specimen.ExampleClass v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
char[] v;
int[] v, v;
boolean v, v, v, v, v;
net.bytebuddy.benchmark.SuperClassInvocationBenchmark v;
float v, v, v, v, v;
short[] v;
long[] v;
int v, v, v, v, v, v, v, v, v, v;
double v, v, v, v, v;
char v, v, v, v, v;
java.lang.Object v;
v := @this: net.bytebuddy.benchmark.SuperClassInvocationBenchmark;
v := @parameter: org.openjdk.jmh.infra.Blackhole;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean method(boolean)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(boolean)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte method(byte)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(byte)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short method(short)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(short)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char method(char)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(char)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long method(long)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(long)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float method(float)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(float)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double method(double)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(double)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object method(java.lang.Object)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean[] method(boolean,boolean,boolean)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte[] method(byte,byte,byte)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short[] method(short,short,short)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char[] method(char,char,char)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long[] method(long,long,long)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float[] method(float,float,float)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double[] method(double,double,double)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithProxyInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object[] method(java.lang.Object,java.lang.Object,java.lang.Object)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
return;
}
public void benchmarkByteBuddyWithAccessor(org.openjdk.jmh.infra.Blackhole)
{
byte[] v;
org.openjdk.jmh.infra.Blackhole v;
byte v, v, v, v, v;
java.lang.Object[] v;
double[] v;
float[] v;
long v, v, v, v, v;
short v, v, v, v, v;
java.lang.String v, v, v, v;
boolean[] v;
net.bytebuddy.benchmark.specimen.ExampleClass v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
char[] v;
int[] v, v;
boolean v, v, v, v, v;
net.bytebuddy.benchmark.SuperClassInvocationBenchmark v;
float v, v, v, v, v;
short[] v;
long[] v;
int v, v, v, v, v, v, v, v, v, v;
double v, v, v, v, v;
char v, v, v, v, v;
java.lang.Object v;
v := @this: net.bytebuddy.benchmark.SuperClassInvocationBenchmark;
v := @parameter: org.openjdk.jmh.infra.Blackhole;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean method(boolean)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(boolean)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte method(byte)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(byte)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short method(short)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(short)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char method(char)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(char)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long method(long)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(long)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float method(float)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(float)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double method(double)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(double)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object method(java.lang.Object)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean[] method(boolean,boolean,boolean)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte[] method(byte,byte,byte)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short[] method(short,short,short)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char[] method(char,char,char)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long[] method(long,long,long)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float[] method(float,float,float)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double[] method(double,double,double)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithAccessorInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object[] method(java.lang.Object,java.lang.Object,java.lang.Object)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
return;
}
public void benchmarkByteBuddyWithPrefix(org.openjdk.jmh.infra.Blackhole)
{
byte[] v;
org.openjdk.jmh.infra.Blackhole v;
byte v, v, v, v, v;
java.lang.Object[] v;
double[] v;
float[] v;
long v, v, v, v, v;
short v, v, v, v, v;
java.lang.String v, v, v, v;
boolean[] v;
net.bytebuddy.benchmark.specimen.ExampleClass v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
char[] v;
int[] v, v;
boolean v, v, v, v, v;
net.bytebuddy.benchmark.SuperClassInvocationBenchmark v;
float v, v, v, v, v;
short[] v;
long[] v;
int v, v, v, v, v, v, v, v, v, v;
double v, v, v, v, v;
char v, v, v, v, v;
java.lang.Object v;
v := @this: net.bytebuddy.benchmark.SuperClassInvocationBenchmark;
v := @parameter: org.openjdk.jmh.infra.Blackhole;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean method(boolean)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(boolean)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte method(byte)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(byte)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short method(short)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(short)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char method(char)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(char)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long method(long)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(long)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float method(float)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(float)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double method(double)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(double)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object method(java.lang.Object)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean[] method(boolean,boolean,boolean)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte[] method(byte,byte,byte)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short[] method(short,short,short)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char[] method(char,char,char)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long[] method(long,long,long)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float[] method(float,float,float)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double[] method(double,double,double)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddyWithPrefixInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object[] method(java.lang.Object,java.lang.Object,java.lang.Object)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
return;
}
public void benchmarkByteBuddySpecialized(org.openjdk.jmh.infra.Blackhole)
{
byte[] v;
org.openjdk.jmh.infra.Blackhole v;
byte v, v, v, v, v;
java.lang.Object[] v;
double[] v;
float[] v;
long v, v, v, v, v;
short v, v, v, v, v;
java.lang.String v, v, v, v;
boolean[] v;
net.bytebuddy.benchmark.specimen.ExampleClass v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
char[] v;
int[] v, v;
boolean v, v, v, v, v;
net.bytebuddy.benchmark.SuperClassInvocationBenchmark v;
float v, v, v, v, v;
short[] v;
long[] v;
int v, v, v, v, v, v, v, v, v, v;
double v, v, v, v, v;
char v, v, v, v, v;
java.lang.Object v;
v := @this: net.bytebuddy.benchmark.SuperClassInvocationBenchmark;
v := @parameter: org.openjdk.jmh.infra.Blackhole;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean method(boolean)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(boolean)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte method(byte)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(byte)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short method(short)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(short)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char method(char)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(char)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long method(long)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(long)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float method(float)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(float)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double method(double)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(double)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object method(java.lang.Object)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean[] method(boolean,boolean,boolean)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte[] method(byte,byte,byte)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short[] method(short,short,short)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char[] method(char,char,char)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long[] method(long,long,long)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float[] method(float,float,float)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double[] method(double,double,double)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass byteBuddySpecializedInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object[] method(java.lang.Object,java.lang.Object,java.lang.Object)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
return;
}
public void benchmarkCglib(org.openjdk.jmh.infra.Blackhole)
{
byte[] v;
org.openjdk.jmh.infra.Blackhole v;
byte v, v, v, v, v;
java.lang.Object[] v;
double[] v;
float[] v;
long v, v, v, v, v;
short v, v, v, v, v;
java.lang.String v, v, v, v;
boolean[] v;
net.bytebuddy.benchmark.specimen.ExampleClass v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
char[] v;
int[] v, v;
boolean v, v, v, v, v;
net.bytebuddy.benchmark.SuperClassInvocationBenchmark v;
float v, v, v, v, v;
short[] v;
long[] v;
int v, v, v, v, v, v, v, v, v, v;
double v, v, v, v, v;
char v, v, v, v, v;
java.lang.Object v;
v := @this: net.bytebuddy.benchmark.SuperClassInvocationBenchmark;
v := @parameter: org.openjdk.jmh.infra.Blackhole;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean method(boolean)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(boolean)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte method(byte)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(byte)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short method(short)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(short)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char method(char)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(char)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long method(long)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(long)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float method(float)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(float)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double method(double)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(double)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object method(java.lang.Object)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean[] method(boolean,boolean,boolean)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte[] method(byte,byte,byte)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short[] method(short,short,short)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char[] method(char,char,char)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long[] method(long,long,long)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float[] method(float,float,float)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double[] method(double,double,double)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass cglibInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object[] method(java.lang.Object,java.lang.Object,java.lang.Object)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
return;
}
public void benchmarkJavassist(org.openjdk.jmh.infra.Blackhole)
{
byte[] v;
org.openjdk.jmh.infra.Blackhole v;
byte v, v, v, v, v;
java.lang.Object[] v;
double[] v;
float[] v;
long v, v, v, v, v;
short v, v, v, v, v;
java.lang.String v, v, v, v;
boolean[] v;
net.bytebuddy.benchmark.specimen.ExampleClass v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
char[] v;
int[] v, v;
boolean v, v, v, v, v;
net.bytebuddy.benchmark.SuperClassInvocationBenchmark v;
float v, v, v, v, v;
short[] v;
long[] v;
int v, v, v, v, v, v, v, v, v, v;
double v, v, v, v, v;
char v, v, v, v, v;
java.lang.Object v;
v := @this: net.bytebuddy.benchmark.SuperClassInvocationBenchmark;
v := @parameter: org.openjdk.jmh.infra.Blackhole;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean method(boolean)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(boolean)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte method(byte)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(byte)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short method(short)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(short)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char method(char)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(char)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int method(int)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(int)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long method(long)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(long)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float method(float)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(float)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double method(double)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(double)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object method(java.lang.Object)>(v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: boolean booleanValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: boolean[] method(boolean,boolean,boolean)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: byte byteValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: byte[] method(byte,byte,byte)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: short shortValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: short[] method(short,short,short)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: char charValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: char[] method(char,char,char)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: int intValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: int[] method(int,int,int)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: long longValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: long[] method(long,long,long)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: float floatValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: float[] method(float,float,float)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: double doubleValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: double[] method(double,double,double)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: net.bytebuddy.benchmark.specimen.ExampleClass javassistInstance>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = v.<net.bytebuddy.benchmark.SuperClassInvocationBenchmark: java.lang.String stringValue>;
v = virtualinvoke v.<net.bytebuddy.benchmark.specimen.ExampleClass: java.lang.Object[] method(java.lang.Object,java.lang.Object,java.lang.Object)>(v, v, v);
virtualinvoke v.<org.openjdk.jmh.infra.Blackhole: void consume(java.lang.Object)>(v);
return;
}
}