RFR: 8325983: Build failure after JDK-8324580 [v2]
Zdenek Zambersky
zzambers at openjdk.org
Thu Feb 15 17:26:06 UTC 2024
> 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
Zdenek Zambersky has updated the pull request incrementally with one additional commit since the last revision:
Update comments
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17879/files
- new: https://git.openjdk.org/jdk/pull/17879/files/630c29c5..b4e071ad
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17879&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17879&range=00-01
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/17879.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17879/head:pull/17879
PR: https://git.openjdk.org/jdk/pull/17879
More information about the hotspot-runtime-dev
mailing list