The change for JDK-8372040 missed adding a needed #include, resulting in:
open/src/hotspot/share/gc/serial/serialHeap.cpp:497:7: error: 'Prefetch' has not been declared
497 | Prefetch::write(p, interval);
Looks like serialHeap.cpp was previously getting Prefetch indirectly from
generation.hpp via tenuredGeneration.hpp via tenuredGeneration.inline.hpp.
open/src/hotspot/share/gc/serial/serialHeap.cpp:497:7: error: 'Prefetch' has not been declared
497 | Prefetch::write(p, interval);
Looks like serialHeap.cpp was previously getting Prefetch indirectly from
generation.hpp via tenuredGeneration.hpp via tenuredGeneration.inline.hpp.
- caused by
-
JDK-8372040 Remove Prefetch header vs inline header separation
-
- Closed
-
- relates to
-
JDK-8374921 [REDO] Remove Prefetch header vs inline header separation
-
- Closed
-
- links to
-
Commit(master)
openjdk/jdk/0537a3fa
-
Review(master)
openjdk/jdk/29148