src/share/vm/interpreter/cppInterpreter.cpp

changeset 1145
e5b0439ef4ae
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/interpreter/cppInterpreter.cpp	Wed Apr 08 00:12:59 2009 -0700
     1.2 +++ b/src/share/vm/interpreter/cppInterpreter.cpp	Wed Apr 08 10:56:49 2009 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2009 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 @@ -114,6 +114,7 @@
    1.11      method_entry(empty);
    1.12      method_entry(accessor);
    1.13      method_entry(abstract);
    1.14 +    method_entry(method_handle);
    1.15      method_entry(java_lang_math_sin   );
    1.16      method_entry(java_lang_math_cos   );
    1.17      method_entry(java_lang_math_tan   );

mercurial