JVM_IR: do not do invokeinterface on Object methods
This works on HotSpot, but might confuse other VMs.
This commit is contained in:
@@ -2299,6 +2299,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
public void testHashCode() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/hashCode/hashCode.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceHashCode.kt")
|
||||
public void testInterfaceHashCode() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/hashCode/interfaceHashCode.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/bytecodeText/ieee754")
|
||||
|
||||
Reference in New Issue
Block a user