Fixed
Status Update
Comments
ad...@google.com <ad...@google.com> #2
We have passed this to the development team and will update this issue with more information as it becomes available.
ad...@google.com <ad...@google.com> #3
The issue has been fixed and it will be available in a future build.
Description
The
Test.java
in the enclosed zip archive triggers a difference between ART's JIT compiler and Interpreter.Environment to reproduce the problem
Host Arch: x86_64
Android Build: Tiramisu; TPB1.220310.028
Android Build Tools: bulid-tools;33.0.0-rc3
Java compiler: Java 8
Steps to reproduce the problem (including sample code if appropriate)
Push
test.jar
to the emulatorRun in dalvikvm with default (JIT compiler)
Run in dalvikvm with forced Interpreter
What happened
ART's JIT compiler produces different results from Interpreter
What you think the correct behavior should be
The results should be the same