Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GarbageCollectCache method is removed in Android 15 #97

Closed
JingMatrix opened this issue Jul 23, 2024 · 1 comment
Closed

GarbageCollectCache method is removed in Android 15 #97

JingMatrix opened this issue Jul 23, 2024 · 1 comment

Comments

@JingMatrix
Copy link
Contributor

JingMatrix commented Jul 23, 2024

Since the commit, the method GarbageCollectCache is removed.
Hence, in lsplant/src/main/jni/art/runtime/jit/jit_code_cache.hpp, one should hook the symbol _ZN3art3jit12JitCodeCache12DoCollectionEPNS_6ThreadE instead of _ZN3art3jit12JitCodeCache19GarbageCollectCacheEPNS_6ThreadE.

Tested on Android 15, version: oriole_beta-ap31.240617.009.

@yujincheng08
Copy link
Member

0d9faca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants