Partially revert expected output for 911-get-stack-trace

After https://r8-review.googlesource.com/c/r8/+/32540, D8/R8 will not
canonicalize const-string in methods with monitor instructions to
honor try region in synchronized methods.

That change conflicts with previous test updates:
https://android-review.googlesource.com/c/platform/art/+/811793/

This CL partially reverts, in particular, consistently shifted offset
of AllTraces#doTest() that has a synchronized region.

(with manually built, up-to-date d8-master.jar)
Test: art/test/testrunner/testrunner.py -b --host -t 911-get-stack-trace
Bug: 121341648

Change-Id: Ibfef4ec3f388624fda77f0b892b588d65bd3edbf
diff --git a/test/911-get-stack-trace/expected.txt b/test/911-get-stack-trace/expected.txt
index 8dd49aa..3179424 100644
--- a/test/911-get-stack-trace/expected.txt
+++ b/test/911-get-stack-trace/expected.txt
@@ -388,7 +388,7 @@
 Test911
  getAllStackTraces (I)[[Ljava/lang/Object; -1 -2
  printAll (I)V 0 75
- doTest ()V 118 59
+ doTest ()V 120 59
  run ()V 24 37
 
 ---------
@@ -643,7 +643,7 @@
 Test911
  getAllStackTraces (I)[[Ljava/lang/Object; -1 -2
  printAll (I)V 0 75
- doTest ()V 123 61
+ doTest ()V 125 61
  run ()V 24 37
 
 ---------
@@ -675,7 +675,7 @@
 Test911
  getThreadListStackTraces ([Ljava/lang/Thread;I)[[Ljava/lang/Object; -1 -2
  printList ([Ljava/lang/Thread;I)V 0 68
- doTest ()V 108 54
+ doTest ()V 110 54
  run ()V 32 41
 
 ---------
@@ -732,7 +732,7 @@
 Test911
  getThreadListStackTraces ([Ljava/lang/Thread;I)[[Ljava/lang/Object; -1 -2
  printList ([Ljava/lang/Thread;I)V 0 68
- doTest ()V 113 56
+ doTest ()V 115 56
  run ()V 32 41
 
 ---------