RFR(m): 8145184: [aix] Implement os::platform_print_native_stack on AIX

David Holmes david.holmes at oracle.com
Tue Jan 12 00:52:16 UTC 2016


Hi Thomas,

On 11/01/2016 11:39 PM, Thomas Stüfe wrote:
> Hi all,
>
> could I please have a review?

Are you waiting for another AIX person to review, or a runtime team 
member to rubber stamp?

David

> Thank you!
>
> ..Thomas
>
> On Wed, Dec 16, 2015 at 3:18 PM, Thomas Stüfe <thomas.stuefe at gmail.com>
> wrote:
>
>> Hi all,
>>
>> please review this AIX-only patch.
>>
>> This ports a more sophisticated native callstack printer for AIX to the
>> OpenJDK. It prints out more information and is more robust in cases the
>> stack is corrupted.
>>
>> bug: https://bugs.openjdk.java.net/browse/JDK-8145184
>> webrev:
>> http://cr.openjdk.java.net/~stuefe/webrevs/8145184-aix-implement-os_platform_print_native_stack/webrev.00/webrev/
>>
>> Note that also some of functions were moved and made more coding-conform
>> to the OpenJDK: the old getFuncName() and getModuleName() functions are
>> moved to AixSymbols::get_function_name() and AixSymbols::get_module_name().
>>
>> Thanks and Kind Regards, Thomas
>>


More information about the hotspot-runtime-dev mailing list