Status Update
Comments
qi...@gmail.com <qi...@gmail.com>
cl...@google.com <cl...@google.com>
cl...@google.com <cl...@google.com> #2
ap...@google.com <ap...@google.com> #4
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Koala | 2024.1.1 Canary 8
- Android Gradle Plugin 8.5.0-alpha08
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
ap...@google.com <ap...@google.com> #6
Branch: 8.6
commit b3abc9f71d2803f4c7c420144d5619f6e09c6bc5
Author: Clément Béra <clementbera@google.com>
Date: Tue Jul 30 13:04:59 2024
Fix invalid removal of value used in phi
Bug:
Change-Id: I8b3ccd82d6261814fad8b2b1d1ab552efb373cb7
M src/main/java/com/android/tools/r8/ir/conversion/passes/FilledNewArrayRewriter.java
M src/test/java/com/android/tools/r8/regress/B354625681Test.java
ap...@google.com <ap...@google.com> #7
Branch: 8.6
commit 3ec73ce1dbb45b2b43148cb32753ef1e9fada74d
Author: Clément Béra <clementbera@google.com>
Date: Tue Jul 30 13:07:49 2024
Version 8.6.16
Bug:
Bug:
Bug:
Bug:
Change-Id: I9f2ad5022503a910fad4e649cf5df8dbbb616316
M src/main/java/com/android/tools/r8/Version.java
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #8
Branch: 8.5
commit d360da0f12e43c2e9798aaa1bdf3443cb7661e51
Author: Clément Béra <clementbera@google.com>
Date: Tue Jul 30 13:26:24 2024
Version 8.5.34
Bug:
Bug:
Bug:
Bug:
Change-Id: Ife8945c8f8ed416af360c78e5fc4267bba97b967
M src/main/java/com/android/tools/r8/Version.java
ap...@google.com <ap...@google.com> #9
Branch: 8.5
commit 6c07aaea627152e407ab9802b567ac34483cdc90
Author: Clément Béra <clementbera@google.com>
Date: Tue Jul 30 13:24:21 2024
Fix invalid removal of value used in phi
Bug:
Change-Id: I8b3ccd82d6261814fad8b2b1d1ab552efb373cb7
M src/main/java/com/android/tools/r8/ir/conversion/passes/FilledNewArrayRewriter.java
M src/test/java/com/android/tools/r8/regress/B354625681Test.java
ap...@google.com <ap...@google.com> #10
Branch: 8.5
commit 09efbea923a8cef6e3b79cb2b3f9b764d7592f09
Author: Clément Béra <clementbera@google.com>
Date: Tue Jul 30 13:23:49 2024
Add reproduction for Verification error
Bug:
Change-Id: Ib0b22004854647fc3f132a38b8169825de75ef30
A src/test/java/com/android/tools/r8/regress/B354625681Test.java
an...@google.com <an...@google.com> #11
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Koala Feature Drop | 2024.1.2 RC 1
- Android Gradle Plugin 8.6.0-rc01
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
an...@google.com <an...@google.com> #12
The fixes for this issue are now also available in:
- Android Studio Koala | 2024.1.1 Patch 2
- Android Gradle Plugin 8.5.2
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Description
Versions
Description
When processing jar files to generate dex files using D8 and R8 respectively, the resulting dex files behave inconsistently during execution. The dex file generated by R8 crashes upon execution, while the one generated by D8 does not. We suspect this is an issue with R8.
Step to Reproduce
Expected Result(D8 result)
Actual Result(R8 result)
Testcase Source Code
rules.pro