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

src/share/vm/runtime/sharedRuntime.hpp

Print this page

        

*** 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