Fixed
Status Update
Comments
ag...@google.com <ag...@google.com> #2
Thanks for the report. Most of the team is on vacation for the next couple of weeks. Therefore, there will likely be a delay in getting to these.
ag...@google.com <ag...@google.com> #3
If you could share the reproduction with
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #4
Project: r8
Branch: master
commit 1828216bb849356025c6da86cc42d4af28436103
Author: Ian Zerny <zerny@google.com>
Date: Thu Aug 06 13:59:00 2020
Handle no-exceptions case when inlining synchronized methods.
Bug: 161154276
Bug: 163007704
Change-Id: I94b67bcf7a0363f717fbd78079706f5894167c8f
M src/main/java/com/android/tools/r8/ir/optimize/Inliner.java
A src/test/java/com/android/tools/r8/ir/optimize/inliner/InlineSynchronizedMethodTest.java
https://r8-review.googlesource.com/52747
Branch: master
commit 1828216bb849356025c6da86cc42d4af28436103
Author: Ian Zerny <zerny@google.com>
Date: Thu Aug 06 13:59:00 2020
Handle no-exceptions case when inlining synchronized methods.
Bug: 161154276
Bug: 163007704
Change-Id: I94b67bcf7a0363f717fbd78079706f5894167c8f
M src/main/java/com/android/tools/r8/ir/optimize/Inliner.java
A src/test/java/com/android/tools/r8/ir/optimize/inliner/InlineSynchronizedMethodTest.java
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #5
Project: r8
Branch: 2.1
commit 63c85347ce0e314d44c8688286e051a6cf55674c
Author: Ian Zerny <zerny@google.com>
Date: Thu Aug 06 16:37:19 2020
Version: 2.1.60
Cherry-pick: Handle no-exceptions case when inlining synchronized methods.
CL:https://r8-review.googlesource.com/c/r8/+/52747
Bug: 161154276
Change-Id: I13e5d0b7566f2fa514be6a78056f849126b459d6
M src/main/java/com/android/tools/r8/Version.java
M src/main/java/com/android/tools/r8/ir/optimize/Inliner.java
A src/test/java/com/android/tools/r8/ir/optimize/inliner/InlineSynchronizedMethodTest.java
https://r8-review.googlesource.com/52750
Branch: 2.1
commit 63c85347ce0e314d44c8688286e051a6cf55674c
Author: Ian Zerny <zerny@google.com>
Date: Thu Aug 06 16:37:19 2020
Version: 2.1.60
Cherry-pick: Handle no-exceptions case when inlining synchronized methods.
CL:
Bug: 161154276
Change-Id: I13e5d0b7566f2fa514be6a78056f849126b459d6
M src/main/java/com/android/tools/r8/Version.java
M src/main/java/com/android/tools/r8/ir/optimize/Inliner.java
A src/test/java/com/android/tools/r8/ir/optimize/inliner/InlineSynchronizedMethodTest.java
Description
I'm receiving the following error on R8 2.1.52. I've captured a dump and can share it over google drive.
Stacktrace: