RFR: JDK-8257588: Make os::_page_sizes a bitmask [v4]

Thomas Stuefe stuefe at openjdk.java.net
Fri Dec 4 16:46:15 UTC 2020


On Fri, 4 Dec 2020 13:48:25 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Feedback Stefan K
>
> src/hotspot/share/runtime/os.cpp line 1852:
> 
>> 1850: ////// Implementation of PageSizes
>> 1851: 
>> 1852: void os::PageSizes::add(size_t pagesize) {
> 
> pagesize => page_size and the same for other places as well.

Oh missed that in your first review, sorry.

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

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


More information about the hotspot-dev mailing list