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 Jun  2 14:57:22 2011
--- new/src/share/vm/prims/methodHandles.hpp	Thu Jun  2 14:57:22 2011

*** 215,225 **** --- 215,224 ---- static jobject _raise_exception_method; static address _adapter_return_handlers[CONV_TYPE_MASK+1]; // Adapters. static MethodHandlesAdapterBlob* _adapter_code; static int _adapter_code_size; static bool ek_valid(EntryKind ek) { return (uint)ek < (uint)_EK_LIMIT; } static bool conv_op_valid(int op) { return (uint)op < (uint)CONV_OP_LIMIT; } public:
*** 711,726 **** --- 710,723 ---- #ifdef TARGET_ARCH_x86 # include "methodHandles_x86.hpp" #endif #ifdef TARGET_ARCH_sparc #define TARGET_ARCH_NYI_6939861 1 //FIXME //# include "methodHandles_sparc.hpp" + # include "methodHandles_sparc.hpp" #endif #ifdef TARGET_ARCH_zero #define TARGET_ARCH_NYI_6939861 1 //FIXME //# include "methodHandles_zero.hpp" + # include "methodHandles_zero.hpp" #endif #ifdef TARGET_ARCH_arm # include "methodHandles_arm.hpp" #endif #ifdef TARGET_ARCH_ppc

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