repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git]
/
components
/
runtime
/
openjdk-23
/
patches
/
illumos-port-11.patch
blob
363bcb947cfe5a6171fcb233173140175cfcfe53
1
--- a/src/hotspot/share/runtime/os.cpp Thu Jan 14 11:21:25 2021
2
+++ b/src/hotspot/share/runtime/os.cpp Thu Jan 14 11:44:00 2021
3
@@ -84,6 +84,7 @@
4
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;