--- 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 @@ -560,6 +560,7 @@ static u_char _buffer[]; // the temporary code buffer static GrowableArray* _fingerprints; // the fingerprint collection static GrowableArray * _handlers; // the corresponding handlers + static BufferBlob* _buffer_blob; // the temporary code buffer in CodeCache enum { AbstractMethodHandler = 1 // special handler for abstract methods };