Loading... (original) (raw)
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P3
- Fix Version/s: 9
- Affects Version/s: 9
Add a bool argument to os::dll_address_to_function_name to specify whether the name should be demangled. It will be true by default, as per current behavior.
The non-demangling version is currently used only for closed extensions but will be implemented for all platforms for consistency and future use-cases.
backported by
JDK-8135515 allow demangling to be optional in dll_address_to_function_name
- Resolved