src/share/vm/ci/ciCallSite.cpp

changeset 2639
8033953d67ff
parent 2314
f95d63e2154a
child 3050
fdb992d83a87
     1.1 --- a/src/share/vm/ci/ciCallSite.cpp	Fri Mar 11 22:33:47 2011 -0800
     1.2 +++ b/src/share/vm/ci/ciCallSite.cpp	Fri Mar 11 22:34:57 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2009, 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 @@ -34,7 +34,7 @@
    1.11  // Return the target MethodHandle of this CallSite.
    1.12  ciMethodHandle* ciCallSite::get_target() const {
    1.13    VM_ENTRY_MARK;
    1.14 -  oop method_handle_oop = java_dyn_CallSite::target(get_oop());
    1.15 +  oop method_handle_oop = java_lang_invoke_CallSite::target(get_oop());
    1.16    return CURRENT_ENV->get_object(method_handle_oop)->as_method_handle();
    1.17  }
    1.18  

mercurial