-
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 15, 2024
1 parent
31badae
commit 4b6f2fd
Showing
4 changed files
with
109 additions
and
94 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
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