src/share/vm/asm/codeBuffer.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/asm/codeBuffer.hpp	Tue Aug  3 11:01:40 2010
--- new/src/share/vm/asm/codeBuffer.hpp	Tue Aug  3 11:01:40 2010

*** 276,286 **** --- 276,286 ---- private: // CodeBuffers must be allocated on the stack except for a single // special case during expansion which is handled internally. This // is done to guarantee proper cleanup of resources. void* operator new(size_t size) { return ResourceObj::operator new(size); } ! void operator delete(void* p) { ResourceObj::operator delete(p); } ! void operator delete(void* p) { ShouldNotCallThis(); } public: typedef int csize_t; // code size type; would be size_t except for history enum { // Here is the list of all possible sections, in order of ascending address.

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