RFR: 8292269: Replace FileMapInfo::fail_continue() with Unified Logging [v10]
Matias Saavedra Silva
matsaave at openjdk.org
Fri Mar 3 18:42:19 UTC 2023
On Fri, 3 Mar 2023 18:21:21 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
>> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Added early exit for one case
>
> src/hotspot/share/cds/metaspaceShared.cpp line 914:
>
>> 912: log_info(cds)("Core region alignment: " SIZE_FORMAT, static_mapinfo->core_region_alignment());
>> 913: dynamic_mapinfo = open_dynamic_archive();
>> 914:
>
> Please remove this added blank line.
This blank line was present before my change, I just restored it.
-------------
PR: https://git.openjdk.org/jdk/pull/12419
More information about the hotspot-runtime-dev
mailing list