History log of /art/test/617-clinit-oome/src/Main.java
Revision Date Author Comments
f6c66c3348a2b64e4b6472827e31f711142006e3 17-Dec-2015 Kevin Brodsky <kevin.brodsky@linaro.org> Tests: never use System.err

Always print stack traces to System.out, and replace all
System.err.println()'s with System.out.println().

Follow-up of https://android-review.googlesource.com/#/c/187020/ and
https://android-review.googlesource.com/#/c/407032/.

Test: m test-art-host
m test-art-target
Change-Id: I9ab9cd955a8db25b2ec6673790e5bc924f62c88a
5464c73567ccccd0cda6449d2a2775814d5fe88d 10-Aug-2016 Mathieu Chartier <mathieuc@google.com> Fix pending exception failure for encoded statics

ReadValueToField may allocate a string and cause OOME, we were
not checking this each loop iteration. Throwing an exception
with a pending exception causes an abort.

Bug: 30690988

Test: test-art-host

(cherry picked from commit da595bec0f9af0b087822e4febc282fe8ec28192)

Change-Id: I4701a4dcc63553aeb5c7970f99fd7f136443b266
da595bec0f9af0b087822e4febc282fe8ec28192 10-Aug-2016 Mathieu Chartier <mathieuc@google.com> Fix pending exception failure for encoded statics

ReadValueToField may allocate a string and cause OOME, we were
not checking this each loop iteration. Throwing an exception
with a pending exception causes an abort.

Bug: 30690988

Test: test-art-host

Change-Id: I2c9751bf0544cf115d9d8e914e58ebccc81bcbf4