--- jdk23u-jdk-23.0.1-ga/src/hotspot/cpu/zero/stubGenerator_zero.cpp.orig +++ jdk23u-jdk-23.0.1-ga/src/hotspot/cpu/zero/stubGenerator_zero.cpp @@ -42,6 +42,9 @@ #ifdef COMPILER2 #include "opto/runtime.hpp" #endif +#ifdef __sun__ +#include +#endif // Declaration and definition of StubGenerator (no .hpp file). // For a more detailed description of the stub routine structure