-
Type:
Enhancement
-
Resolution: Not an Issue
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
aix
Use of ::strdup is forbidden in HotSpot code, which should be using os::strdup to specify the NMT MemTag for the allocation. StringList::append (in loadlib_aix.cpp) uses ::strdup, violating that restriction.