src/cpu/sparc/vm/interpreter_sparc.cpp

changeset 1609
ddb7834449d0
parent 1145
e5b0439ef4ae
child 1858
c640000b7cc1
     1.1 --- a/src/cpu/sparc/vm/interpreter_sparc.cpp	Wed Jan 13 23:05:52 2010 -0800
     1.2 +++ b/src/cpu/sparc/vm/interpreter_sparc.cpp	Fri Jan 15 11:53:33 2010 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2010 Sun Microsystems, Inc.  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 @@ -394,6 +394,11 @@
    1.11  }
    1.12  
    1.13  
    1.14 +bool AbstractInterpreter::can_be_compiled(methodHandle m) {
    1.15 +  // No special entry points that preclude compilation
    1.16 +  return true;
    1.17 +}
    1.18 +
    1.19  // This method tells the deoptimizer how big an interpreted frame must be:
    1.20  int AbstractInterpreter::size_activation(methodOop method,
    1.21                                           int tempcount,

mercurial