commit | 67f65ea9ca0826ff16397694bfb9c4858a958453 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Feb 03 10:10:52 2015 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue Feb 03 10:10:52 2015 +0000 |
tree | e9adb87a30c5b0a3cf7cebf8e1a70388e5eace4c | |
parent | ed8b53d679d46891d8d405b0ce4a48c282d872f7 [diff] [blame] |
Revert "Revert "ART: Make 074-gc-thrash more OOME tolerant"" This reverts commit ed8b53d679d46891d8d405b0ce4a48c282d872f7. This wasn't the reason for breakage. Instead, it was the Makefile change in: https://android-review.googlesource.com/#/c/128250/ Change-Id: Ib94870c1eccbe821e3b4945ea92ca35ca0a8a9b9
diff --git a/test/074-gc-thrash/src/Main.java b/test/074-gc-thrash/src/Main.java index 32fbf2d..238e73a 100644 --- a/test/074-gc-thrash/src/Main.java +++ b/test/074-gc-thrash/src/Main.java
@@ -292,8 +292,8 @@ break; } - strong[depth] = funStr; weak[depth] = new WeakReference(funStr); + strong[depth] = funStr; if (depth+1 < MAX_DEPTH) dive(depth+1, iteration+1); else