src/share/vm/runtime/sharedRuntime.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/sharedRuntime.hpp	Tue Apr 28 16:11:27 2009
--- new/src/share/vm/runtime/sharedRuntime.hpp	Tue Apr 28 16:11:27 2009

*** 558,567 **** --- 558,568 ---- class AdapterHandlerLibrary: public AllStatic { private: static u_char _buffer[]; // the temporary code buffer static GrowableArray<uint64_t>* _fingerprints; // the fingerprint collection static GrowableArray<AdapterHandlerEntry*> * _handlers; // the corresponding handlers + static BufferBlob* _buffer_blob; // the temporary code buffer in CodeCache enum { AbstractMethodHandler = 1 // special handler for abstract methods }; static void initialize(); static int get_create_adapter_index(methodHandle method);

src/share/vm/runtime/sharedRuntime.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File