-
Bug
-
Resolution: Fixed
-
P1
-
23
-
b11
I was informed, there is a build failure after JDK-8324580. This is because there was an intermediate change 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
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
- duplicates
-
JDK-8326056 compile error: 'supports_static_hugepages' was not declared after 8324580 with gcc9.3.1 on centos7
-
- Closed
-
- relates to
-
JDK-8324580 SIGFPE on THP initialization on kernels < 4.10
-
- Resolved
-
-
JDK-8325306 Rename static huge pages to explicit huge pages
-
- Resolved
-