src/share/vm/interpreter/templateInterpreter.hpp

changeset 4037
da91efe96a93
parent 2708
1d1603768966
child 6039
bd3237e0e18d
     1.1 --- a/src/share/vm/interpreter/templateInterpreter.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/share/vm/interpreter/templateInterpreter.hpp	Sat Sep 01 13:25:18 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -174,14 +174,14 @@
    1.11  
    1.12    // Deoptimization support
    1.13    // Compute the entry address for continuation after
    1.14 -  static address deopt_continue_after_entry(methodOop method,
    1.15 +  static address deopt_continue_after_entry(Method* method,
    1.16                                              address bcp,
    1.17                                              int callee_parameters,
    1.18                                              bool is_top_frame);
    1.19    // Deoptimization should reexecute this bytecode
    1.20    static bool    bytecode_should_reexecute(Bytecodes::Code code);
    1.21    // Compute the address for reexecution
    1.22 -  static address deopt_reexecute_entry(methodOop method, address bcp);
    1.23 +  static address deopt_reexecute_entry(Method* method, address bcp);
    1.24  
    1.25  #ifdef TARGET_ARCH_x86
    1.26  # include "templateInterpreter_x86.hpp"

mercurial