Andreas Wacknitz
2024-01-27 7184c705a6f58435e822ea9de28cfa06dcf7e46f
commit | author | age
c448de 1 --- a/src/hotspot/share/runtime/os.cpp    Thu Jan 14 11:21:25 2021
NP 2 +++ b/src/hotspot/share/runtime/os.cpp    Thu Jan 14 11:44:00 2021
7184c7 3 @@ -84,6 +84,7 @@
c448de 4  
NP 5  # include <signal.h>
6  # include <errno.h>
7 +# include <alloca.h>
8  
9  OSThread*         os::_starting_thread    = nullptr;
10  volatile unsigned int os::_rand_seed      = 1234567;