Skip to content

Commit

Permalink
Update 911-get-stack-trace after disabling field load elimination
Browse files Browse the repository at this point in the history
D8 8.4.5-dev disables redundant field load elimination in debug mode.

Bug: 316744331
Change-Id: Iee10c8656266b41ef108d5da1c1716ac27ea8ef9
Test: existing
  • Loading branch information
christofferqa committed Jan 8, 2024
1 parent bd62787 commit c0b9ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/911-get-stack-trace/expected-stdout.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

---------
Expand Down Expand Up @@ -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

---------
Expand Down

0 comments on commit c0b9ea0

Please sign in to comment.