Loading... (original) (raw)

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

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8135515 allow demangling to be optional in dll_address_to_function_name