src/share/vm/interpreter/cppInterpreter.cpp

changeset 2781
e1162778c1c8
parent 2314
f95d63e2154a
child 4237
a3e2f723f2a5
     1.1 --- a/src/share/vm/interpreter/cppInterpreter.cpp	Tue Apr 05 19:14:03 2011 -0700
     1.2 +++ b/src/share/vm/interpreter/cppInterpreter.cpp	Thu Apr 07 09:53:20 2011 -0700
     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, 2011, Oracle and/or its affiliates. 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 @@ -125,6 +125,7 @@
    1.11      method_entry(java_lang_math_sqrt  );
    1.12      method_entry(java_lang_math_log   );
    1.13      method_entry(java_lang_math_log10 );
    1.14 +    method_entry(java_lang_ref_reference_get);
    1.15      Interpreter::_native_entry_begin = Interpreter::code()->code_end();
    1.16      method_entry(native);
    1.17      method_entry(native_synchronized);

mercurial