aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-8/aarch32-hotspot-fix-shark-build-pt2.patch
blob: b09745cf09b7f237bcd3388c0b920524d4b788b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- hotspot/src/cpu/zero/vm/entry_zero.hpp
+++ hotspot/src/cpu/zero/vm/entry_zero.hpp
@@ -26,6 +26,8 @@
 #ifndef CPU_ZERO_VM_ENTRY_ZERO_HPP
 #define CPU_ZERO_VM_ENTRY_ZERO_HPP
 
+#include "utilities/globalDefinitions.hpp"
+#include "utilities/exceptions.hpp"
 #include "interpreter/cppInterpreter.hpp"
 
 class ZeroEntry {