From c0b9ea0f3b9dd56f6e301b96d48eb1c583497f24 Mon Sep 17 00:00:00 2001 From: Christoffer Quist Adamsen Date: Mon, 8 Jan 2024 10:44:08 +0100 Subject: [PATCH] Update 911-get-stack-trace after disabling field load elimination D8 8.4.5-dev disables redundant field load elimination in debug mode. Bug: 316744331 Change-Id: Iee10c8656266b41ef108d5da1c1716ac27ea8ef9 Test: existing --- test/911-get-stack-trace/expected-stdout.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/911-get-stack-trace/expected-stdout.txt b/test/911-get-stack-trace/expected-stdout.txt index 436810308e..fac1845fcd 100644 --- a/test/911-get-stack-trace/expected-stdout.txt +++ b/test/911-get-stack-trace/expected-stdout.txt @@ -392,7 +392,7 @@ Signal Catcher Test911 getAllStackTraces (I)[[Ljava/lang/Object; -1 -2 printAll (I)V 0 75 - doTest ()V 120 59 + doTest ()V 122 59 run ()V 28 44 --------- @@ -647,7 +647,7 @@ Signal Catcher Test911 getAllStackTraces (I)[[Ljava/lang/Object; -1 -2 printAll (I)V 0 75 - doTest ()V 125 61 + doTest ()V 127 61 run ()V 28 44 ---------