-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b06
-
aix
The use of strdup (which is os::strdup because of context) in aix's os::dll_load is odd. The result is nearly unused (it's passed to strrchr, but the original filename could be used instead), so the duplication doesn't seem needed. And the duplicate is free'd using FREE_C_HEAP_ARRAY, which seems wrong.
- links to
-
Commit(master) openjdk/jdk/d5320197
-
Review(master) openjdk/jdk/23078