-
Notifications
You must be signed in to change notification settings - Fork 729
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FFI] Adjust the code with the release of the thunk heap
The changes move the code intended for the release of thunk heap to UpcallThunkMem.cpp so as to consolidate the code specific to the thunk heap operations to one place, which includes: 1) move freeUpcallMetaDataDoFn() to UpcallThunkMem.cpp 2) move alll the code with the release of the thunk heap in freeJavaVM() to releaseThunkHeap() at UpcallThunkMem.cpp Related: #19714 Signed-off-by: ChengJin01 <[email protected]>
- Loading branch information
ChengJin01
committed
Jul 12, 2024
1 parent
66f477d
commit 332e2b3
Showing
3 changed files
with
110 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters