hotspot/src/cpu/zero/vm/interpreter_zero.cpp

Print this page

        

*** 1,8 **** /* * Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved. ! * Copyright 2007, 2008 Red Hat, Inc. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,8 ---- /* * Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved. ! * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 45,54 **** --- 45,58 ---- address InterpreterGenerator::generate_method_handle_entry() { return ShouldNotCallThisEntry(); } + bool AbstractInterpreter::can_be_compiled(methodHandle m) { + return true; + } + int AbstractInterpreter::size_activation(methodOop method, int tempcount, int popframe_extra_args, int moncount, int callee_param_count,