< prev index next >

test/compiler/jvmci/compilerToVM/ConstantPoolTestsHelper.java

Print this page
rev 12604 : 8173912: [JVMCI] fix memory overhead of JVMCI

*** 204,214 **** Opcodes.ACC_VOLATILE), new TestedCPEntry("compiler/jvmci/common/testcases/MultipleImplementer2", "stringFieldEmpty", "Ljava/lang/String;", new byte[] {(byte) Opcodes.PUTFIELD | (byte) Opcodes.GETFIELD}, ! 0L), } ); CP_MAP_FOR_CLASS.put(CONSTANT_METHODREF, new TestedCPEntry[] { new TestedCPEntry("java/lang/System", --- 204,214 ---- Opcodes.ACC_VOLATILE), new TestedCPEntry("compiler/jvmci/common/testcases/MultipleImplementer2", "stringFieldEmpty", "Ljava/lang/String;", new byte[] {(byte) Opcodes.PUTFIELD | (byte) Opcodes.GETFIELD}, ! 0), } ); CP_MAP_FOR_CLASS.put(CONSTANT_METHODREF, new TestedCPEntry[] { new TestedCPEntry("java/lang/System",
*** 360,370 **** Opcodes.ACC_VOLATILE), new TestedCPEntry("compiler/jvmci/common/testcases/MultipleAbstractImplementer", "stringFieldEmpty", "Ljava/lang/String;", new byte[] {(byte) Opcodes.PUTFIELD | (byte) Opcodes.GETFIELD}, ! 0L), } ); CP_MAP_FOR_ABS_CLASS.put(CONSTANT_METHODREF, new TestedCPEntry[] { new TestedCPEntry("java/lang/System", --- 360,370 ---- Opcodes.ACC_VOLATILE), new TestedCPEntry("compiler/jvmci/common/testcases/MultipleAbstractImplementer", "stringFieldEmpty", "Ljava/lang/String;", new byte[] {(byte) Opcodes.PUTFIELD | (byte) Opcodes.GETFIELD}, ! 0), } ); CP_MAP_FOR_ABS_CLASS.put(CONSTANT_METHODREF, new TestedCPEntry[] { new TestedCPEntry("java/lang/System",
< prev index next >