changeset 22827 | 07d991d45a51 |
parent 18446 | 635eae7b22fc |
child 22828 | 17ecb098bc1e |
--- a/hotspot/src/share/vm/code/nmethod.cpp Fri Jul 26 00:59:18 2013 +0200 +++ b/hotspot/src/share/vm/code/nmethod.cpp Thu Aug 22 09:39:54 2013 -0700 @@ -799,7 +799,7 @@ } #endif // def HAVE_DTRACE_H -void* nmethod::operator new(size_t size, int nmethod_size) throw () { +void* nmethod::operator new(size_t size, int nmethod_size) { // Not critical, may return null if there is too little continuous memory return CodeCache::allocate(nmethod_size); }