changeset 35214 | d86005e0b4c2 |
parent 31037 | 01a5c5fa5681 |
child 35232 | 76aed99c0ddd |
--- a/hotspot/src/share/vm/prims/methodHandles.hpp Tue Dec 22 11:03:37 2015 +0100 +++ b/hotspot/src/share/vm/prims/methodHandles.hpp Tue Dec 22 11:11:29 2015 -0500 @@ -31,6 +31,12 @@ #include "runtime/globals.hpp" #include "runtime/interfaceSupport.hpp" +#ifdef TARGET_ARCH_zero +# include "entry_zero.hpp" +#endif + + + class MacroAssembler; class Label;