commit | a6b1ead81603513fd40b77fd72f06d8cb1f35276 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Oct 06 10:32:38 2015 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue Oct 06 13:24:20 2015 -0700 |
tree | 3ba5add50b6b0034024e65c6de3aea1004ec5161 | |
parent | bcb71a2ce5bcb516f76fc9fe838b61b0c48e1210 [diff] [blame] |
Mark breakpoint roots Used to prevent class unloading on methods that have breakpoints. Bug: 22720414 Change-Id: I9aee8bcbfdf253607e89dfc55a50ba3f11d99206
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index 1f447d0..9fb21a8 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc
@@ -1426,6 +1426,7 @@ // Guaranteed to have no new roots in the constant roots. VisitConstantRoots(visitor); } + Dbg::VisitRoots(visitor); } void Runtime::VisitTransactionRoots(RootVisitor* visitor) {