Re-enable "JVM IR: Move direct invoke optimization into a separate pass"

This commit is contained in:
Steven Schäfer
2022-07-18 11:18:38 +02:00
committed by Alexander Udalov
parent 6f0ff6aeb0
commit 7e472301b6
19 changed files with 193 additions and 419 deletions
@@ -1,30 +0,0 @@
public final class A /* pack.A*/ {
@org.jetbrains.annotations.NotNull()
private static java.lang.String v;
@org.jetbrains.annotations.NotNull()
public static final java.lang.String cv = "A" /* initializer type: java.lang.String */ /* constant value A */;
@org.jetbrains.annotations.NotNull()
public static final pack.A INSTANCE;
private static final int c;
public static final int cc = 1 /* initializer type: int */ /* constant value 1 */;
@org.jetbrains.annotations.NotNull()
public final java.lang.String getV();// getV()
private A();// .ctor()
private static final int c$lambda$0();// c$lambda$0()
private static final java.lang.String v$lambda$1();// v$lambda$1()
public final int f();// f()
public final int getC();// getC()
public final void setV(@org.jetbrains.annotations.NotNull() java.lang.String);// setV(java.lang.String)
}