RFR: 8325983: Build failure after JDK-8324580
Zdenek Zambersky
zzambers at openjdk.org
Thu Feb 15 21:07:55 UTC 2024
On Thu, 15 Feb 2024 17:18:02 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:
>> I was informed, there is a build failure after [JDK-8324580](https://bugs.openjdk.org/browse/JDK-8324580). This is because there was an intermediate change [JDK-8325306](https://bugs.openjdk.org/browse/JDK-8325306) and while both changes worked independently, merged result does not build.
>>
>>
>> jdk/src/hotspot/os/linux/hugepages.cpp:321:9: error: 'supports_static_hugepages' was not declared in this scope; did you mean 'supports_explicit_hugepages'?
>> 321 | if (supports_static_hugepages()) {
>> | ^~~~~~~~~~~~~~~~~~~~~~~~~
>> | supports_explicit_hugepages
>
> @zzambers Probably the comment in `HugePages::thp_pagesize_fallback` should also be updated to replace references to `static` with `explicit` to align with https://github.com/openjdk/jdk/pull/17723.
@ashu-mehra @tstuefe @dcubed-ojdk thank you
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17879#issuecomment-1947337720
More information about the hotspot-runtime-dev
mailing list