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-25.patch
blob
71b4ee6c7aa47a7a76cbc2e0762f4637cc409043
1
--- a/src/hotspot/share/runtime/javaThread.cpp Wed Apr 12 04:15:39 2023
2
+++ b/src/hotspot/share/runtime/javaThread.cpp Thu Apr 6 13:54:57 2023
3
@@ -23,6 +23,7 @@
4
*
5
*/
6
7
+#include <alloca.h>
8
#include "precompiled.hpp"
9
#include "cds/dynamicArchive.hpp"
10
#include "ci/ciEnv.hpp"