src/share/vm/code/nmethod.cpp

changeset 5614
9758d9f36299
parent 5548
5888334c9c24
child 5643
3bfb204913de
equal deleted inserted replaced
5613:cef1e56a4d88 5614:9758d9f36299
1 /* 1 /*
2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
798 } 798 }
799 } 799 }
800 } 800 }
801 #endif // def HAVE_DTRACE_H 801 #endif // def HAVE_DTRACE_H
802 802
803 void* nmethod::operator new(size_t size, int nmethod_size) throw () { 803 void* nmethod::operator new(size_t size, int nmethod_size) throw() {
804 // Not critical, may return null if there is too little continuous memory 804 // Not critical, may return null if there is too little continuous memory
805 return CodeCache::allocate(nmethod_size); 805 return CodeCache::allocate(nmethod_size);
806 } 806 }
807 807
808 nmethod::nmethod( 808 nmethod::nmethod(

mercurial