ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / runtime / openjdk-23 / patches / illumos-zero-1.patch
blob7619aef5546c50bff49e94965cd5b657123d3d90
1 --- a/src/hotspot/cpu/zero/stubGenerator_zero.cpp Wed Aug 19 21:41:08 2020
2 +++ b/src/hotspot/cpu/zero/stubGenerator_zero.cpp Tue Sep 1 21:46:36 2020
3 @@ -42,6 +42,9 @@
4 #ifdef COMPILER2
5 #include "opto/runtime.hpp"
6 #endif
7 +#ifdef __sun__
8 +#include <alloca.h>
9 +#endif
11 // Declaration and definition of StubGenerator (no .hpp file).
12 // For a more detailed description of the stub routine structure