src/cpu/zero/vm/interpreter_zero.cpp

changeset 1632
9e1637a04678
parent 1445
354d3184f6b2
child 1907
c18cbe5936b8
     1.1 --- a/src/cpu/zero/vm/interpreter_zero.cpp	Wed Jan 27 14:06:27 2010 -0800
     1.2 +++ b/src/cpu/zero/vm/interpreter_zero.cpp	Thu Jan 28 08:36:34 2010 -0800
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5   * Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 - * Copyright 2007, 2008 Red Hat, Inc.
     1.7 + * Copyright 2007, 2008, 2009, 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 @@ -47,6 +47,10 @@
    1.12    return ShouldNotCallThisEntry();
    1.13  }
    1.14  
    1.15 +bool AbstractInterpreter::can_be_compiled(methodHandle m) {
    1.16 +  return true;
    1.17 +}
    1.18 +
    1.19  int AbstractInterpreter::size_activation(methodOop method,
    1.20                                           int tempcount,
    1.21                                           int popframe_extra_args,

mercurial