src/share/vm/prims/methodHandles.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/prims/methodHandles.hpp	Thu Dec 17 17:52:21 2015
--- new/src/share/vm/prims/methodHandles.hpp	Thu Dec 17 17:52:20 2015

*** 29,38 **** --- 29,44 ---- #include "classfile/vmSymbols.hpp" #include "runtime/frame.inline.hpp" #include "runtime/globals.hpp" #include "runtime/interfaceSupport.hpp" + #ifdef TARGET_ARCH_zero + # include "entry_zero.hpp" + #endif + + + class MacroAssembler; class Label; class MethodHandles: AllStatic { // JVM support for MethodHandle, MethodType, and related types

src/share/vm/prims/methodHandles.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File