mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8268129: LibraryLookup::ofDefault leaks symbols from loaded libraries
Reviewed-by: jvernee, psandoz
This commit is contained in:
parent
40c9e258b5
commit
59a539fef1
47 changed files with 730 additions and 725 deletions
|
@ -51,10 +51,6 @@ void* getProcessHandle() {
|
|||
return procHandle;
|
||||
}
|
||||
|
||||
void* findEntryInProcess(const char* name) {
|
||||
return JVM_FindLibraryEntry(RTLD_DEFAULT, name);
|
||||
}
|
||||
|
||||
void buildJniFunctionName(const char *sym, const char *cname,
|
||||
char *jniEntryName) {
|
||||
strcpy(jniEntryName, sym);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue