History log of /art/test/712-varhandle-invocations/src/VarHandleUnitTestCollector.java
Revision Date Author Comments
928033d81f63912f669acd27a72897694eb31db6 07-Feb-2018 Orion Hodson <oth@google.com> Revert^2 "ART: Interpreter support for VarHandle accessors"

This reverts commit c4d3bf4eaff9720ed0bb7775db6fc24a1bd755dd.

Bug: 65872996
Test: art/test/testrunner.py -b --host
Change-Id: I2d1017c45cee5b2fd2dd05e5eeff0a72146663b1
c4d3bf4eaff9720ed0bb7775db6fc24a1bd755dd 06-Feb-2018 Orion Hodson <oth@google.com> Revert "ART: Interpreter support for VarHandle accessors"

This reverts commit becc83b59ff703c02198f832dbc3216a0ab8a022.

Reason for revert: breaks on the ART buildbots due to localized toolchain differences.

Change-Id: Ieb1d93b0fc7116ddc542d8bbfee1975bcb30a8f7
becc83b59ff703c02198f832dbc3216a0ab8a022 08-Dec-2017 Orion Hodson <oth@google.com> ART: Interpreter support for VarHandle accessors

Add support for invoking VarHandle accessors in the interpreter and
forces code with VarHandles accessor invocations to use the interpreter.

Bug: 65872996
Test: art/test/run-test --host 712
Change-Id: I9ee3ad6aef6a3bc73d90cec0a8e023e5db42b7a2