comparison src/share/vm/interpreter/bytecodeInterpreter.inline.hpp @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 98cb887364d3
children c18cbe5936b8
comparison
equal deleted inserted replaced
580:ce2272390558 628:7bb995fbd3c0
20 * CA 95054 USA or visit www.sun.com if you need additional information or 20 * CA 95054 USA or visit www.sun.com if you need additional information or
21 * have any questions. 21 * have any questions.
22 * 22 *
23 */ 23 */
24 24
25 // This file holds platform-independant bodies of inline functions for the C++ based interpreter 25 // This file holds platform-independent bodies of inline functions for the C++ based interpreter
26 26
27 #ifdef CC_INTERP 27 #ifdef CC_INTERP
28 28
29 #ifdef ASSERT 29 #ifdef ASSERT
30 extern "C" { typedef void (*verify_oop_fn_t)(oop, const char *);}; 30 extern "C" { typedef void (*verify_oop_fn_t)(oop, const char *);};