summaryrefslogtreecommitdiff
path: root/test/661-classloader-allocator/src-ex/OtherClass.java
AgeCommit message (Collapse)Author
2017-08-07Use the right class loader allocator in ReallocMethods.Nicolas Geoffray
Otherwise we would leak memory. Also complies with the JitCodeCache assumption that ArtMethods are allocated with the classloader that loaded the class where those ArtMethods hang. bug: 64241268 Test: 661-classloader-allocator Change-Id: I9e4ddbf8f40547084a1a4983459db48f68743cc7