Fix test data
This commit is contained in:
+1
-3
@@ -26,7 +26,6 @@ fun box(): String {
|
|||||||
var s: String
|
var s: String
|
||||||
|
|
||||||
// We shout not spill 's' to continuation field because it's not effectively initialized
|
// We shout not spill 's' to continuation field because it's not effectively initialized
|
||||||
// But we do this because it's not illegal (at least in Android/OpenJDK VM's)
|
|
||||||
if (suspendHere() == "OK") {
|
if (suspendHere() == "OK") {
|
||||||
s = "OK"
|
s = "OK"
|
||||||
}
|
}
|
||||||
@@ -45,5 +44,4 @@ fun box(): String {
|
|||||||
// 1 PUTFIELD VarValueConflictsWithTableSameSortKt\$box\$1.L\$0 : Ljava/lang/Object;
|
// 1 PUTFIELD VarValueConflictsWithTableSameSortKt\$box\$1.L\$0 : Ljava/lang/Object;
|
||||||
/* 1 load in try/finally */
|
/* 1 load in try/finally */
|
||||||
/* 1 load in result = s */
|
/* 1 load in result = s */
|
||||||
/* 1 load before suspension point */
|
// 2 ALOAD 3
|
||||||
// 3 ALOAD 3
|
|
||||||
|
|||||||
Vendored
+2
-4
@@ -28,7 +28,6 @@ fun box(): String {
|
|||||||
var s: String
|
var s: String
|
||||||
|
|
||||||
// We shout not spill 's' to continuation field because it's not effectively initialized
|
// We shout not spill 's' to continuation field because it's not effectively initialized
|
||||||
// But we do this because it's not illegal (at least in Android/OpenJDK VM's)
|
|
||||||
if (suspendHere() == "OK") {
|
if (suspendHere() == "OK") {
|
||||||
s = "OK"
|
s = "OK"
|
||||||
}
|
}
|
||||||
@@ -44,8 +43,7 @@ fun box(): String {
|
|||||||
|
|
||||||
// 1 LOCALVARIABLE i Ljava/lang/String; L.* 3
|
// 1 LOCALVARIABLE i Ljava/lang/String; L.* 3
|
||||||
// 1 LOCALVARIABLE s Ljava/lang/String; L.* 3
|
// 1 LOCALVARIABLE s Ljava/lang/String; L.* 3
|
||||||
// 1 PUTFIELD VarValueConflictsWithTableSameSort_1_2Kt\$box\$1.L\$0 : Ljava/lang/Object;
|
// 0 PUTFIELD VarValueConflictsWithTableSameSort_1_2Kt\$box\$1.L\$0 : Ljava/lang/Object;
|
||||||
/* 1 load in try/finally */
|
/* 1 load in try/finally */
|
||||||
/* 1 load in result = s */
|
/* 1 load in result = s */
|
||||||
/* 1 load before suspension point */
|
// 2 ALOAD 3
|
||||||
// 3 ALOAD 3
|
|
||||||
|
|||||||
Reference in New Issue
Block a user