src/cpu/zero/vm/interpreterFrame_zero.hpp

changeset 1814
f9271ff9d324
parent 1445
354d3184f6b2
child 1907
c18cbe5936b8
     1.1 --- a/src/cpu/zero/vm/interpreterFrame_zero.hpp	Wed Apr 14 15:30:13 2010 -0700
     1.2 +++ b/src/cpu/zero/vm/interpreterFrame_zero.hpp	Thu Apr 15 02:40:12 2010 -0700
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5   * Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 - * Copyright 2008 Red Hat, Inc.
     1.7 + * Copyright 2008, 2010 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or modify it
    1.11 @@ -55,10 +55,8 @@
    1.12    };
    1.13  
    1.14   public:
    1.15 -  static InterpreterFrame *build(ZeroStack*      stack,
    1.16 -                                 const methodOop method,
    1.17 -                                 JavaThread*     thread);
    1.18 -  static InterpreterFrame *build(ZeroStack* stack, int size);
    1.19 +  static InterpreterFrame *build(const methodOop method, TRAPS);
    1.20 +  static InterpreterFrame *build(int size, TRAPS);
    1.21  
    1.22   public:
    1.23    interpreterState interpreter_state() const {

mercurial