src/cpu/zero/vm/cppInterpreter_zero.hpp

changeset 4037
da91efe96a93
parent 2762
4b95bbb36464
child 4237
a3e2f723f2a5
     1.1 --- a/src/cpu/zero/vm/cppInterpreter_zero.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/cpu/zero/vm/cppInterpreter_zero.hpp	Sat Sep 01 13:25:18 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * Copyright 2007, 2008, 2010, 2011 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -32,11 +32,11 @@
    1.11  
    1.12   public:
    1.13    // Method entries
    1.14 -  static int normal_entry(methodOop method, intptr_t UNUSED, TRAPS);
    1.15 -  static int native_entry(methodOop method, intptr_t UNUSED, TRAPS);
    1.16 -  static int accessor_entry(methodOop method, intptr_t UNUSED, TRAPS);
    1.17 -  static int empty_entry(methodOop method, intptr_t UNUSED, TRAPS);
    1.18 -  static int method_handle_entry(methodOop method, intptr_t UNUSED, TRAPS);
    1.19 +  static int normal_entry(Method* method, intptr_t UNUSED, TRAPS);
    1.20 +  static int native_entry(Method* method, intptr_t UNUSED, TRAPS);
    1.21 +  static int accessor_entry(Method* method, intptr_t UNUSED, TRAPS);
    1.22 +  static int empty_entry(Method* method, intptr_t UNUSED, TRAPS);
    1.23 +  static int method_handle_entry(Method* method, intptr_t UNUSED, TRAPS);
    1.24  
    1.25   public:
    1.26    // Main loop of normal_entry
    1.27 @@ -53,6 +53,6 @@
    1.28  
    1.29   private:
    1.30    // Fast result type determination
    1.31 -  static BasicType result_type_of(methodOop method);
    1.32 +  static BasicType result_type_of(Method* method);
    1.33  
    1.34  #endif // CPU_ZERO_VM_CPPINTERPRETER_ZERO_HPP

mercurial