RFR: 8262235: Remove unnecessary logic in hugetlbfs_sanity_check() [v2]

Stefan Johansson sjohanss at openjdk.java.net
Tue Mar 23 10:36:01 UTC 2021


On Tue, 23 Mar 2021 09:39:49 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:

>> Stefan Johansson has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Self review
>>  - Ivan review
>
> src/hotspot/os/linux/os_linux.cpp line 3496:
> 
>> 3494: 
>> 3495:   if (warn) {
>> 3496:     warning("HugeTLBFS is not supported or configured by the operating system.");
> 
> minor: "HugeTLBFS is not configured or not supported by the operating system."

Thanks, I'll update it per your suggestion.
Suggestion:

    warning("HugeTLBFS is not configured or not supported by the operating system.");

-------------

PR: https://git.openjdk.java.net/jdk/pull/3048



More information about the hotspot-gc-dev mailing list