src/share/vm/code/nmethod.hpp

changeset 5614
9758d9f36299
parent 5548
5888334c9c24
child 5792
510fbd28919c
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.
263 ImplicitExceptionTable* nul_chk_table, 263 ImplicitExceptionTable* nul_chk_table,
264 AbstractCompiler* compiler, 264 AbstractCompiler* compiler,
265 int comp_level); 265 int comp_level);
266 266
267 // helper methods 267 // helper methods
268 void* operator new(size_t size, int nmethod_size); 268 void* operator new(size_t size, int nmethod_size) throw();
269 269
270 const char* reloc_string_for(u_char* begin, u_char* end); 270 const char* reloc_string_for(u_char* begin, u_char* end);
271 // Returns true if this thread changed the state of the nmethod or 271 // Returns true if this thread changed the state of the nmethod or
272 // false if another thread performed the transition. 272 // false if another thread performed the transition.
273 bool make_not_entrant_or_zombie(unsigned int state); 273 bool make_not_entrant_or_zombie(unsigned int state);

mercurial