JVM don't optimize temporary vals in old back-end
This commit is contained in:
committed by
TeamCityServer
parent
568958492a
commit
d8f6d82411
@@ -5,7 +5,7 @@ object A {
|
||||
// JVM_TEMPLATES
|
||||
// Field initialized in constant pool
|
||||
// A super constructor call and INSTANCE put
|
||||
// 1 ALOAD 0
|
||||
// 2 ALOAD 0
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// JVM_IR generates 'dup' instead of 'astore 0; aload 0' in <clinit> method of object class
|
||||
|
||||
Reference in New Issue
Block a user