RFR: JDK-8320383: refresh libraries cache on AIX in VMError::report [v3]
Matthias Baesken
mbaesken at openjdk.org
Fri Nov 24 07:59:18 UTC 2023
On Thu, 23 Nov 2023 15:13:14 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>>
>> use new method also in print_vm_info
>
> src/hotspot/share/utilities/vmError.cpp line 727:
>
>> 725: if (should_report_bug(_id)) {
>> 726: os::prepare_native_symbols();
>> 727: }
>
> Ugh, misuse of "should report bug" as "is oom error" :-/ But no problem, I see you just repeat the existing pattern, that is fine. We can clean that in a separate patch.
Hi Thomas, any suggestion for a better name? Maybe there was a reason to keep it generic ?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16730#discussion_r1404040760
More information about the hotspot-dev
mailing list