src/share/vm/runtime/sharedRuntime.hpp

changeset 1100
c89f86385056
parent 1045
70998f2e05ef
child 1145
e5b0439ef4ae
     1.1 --- a/src/share/vm/runtime/sharedRuntime.hpp	Thu Mar 19 09:13:24 2009 -0700
     1.2 +++ b/src/share/vm/runtime/sharedRuntime.hpp	Fri Mar 20 23:19:36 2009 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2008 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 @@ -180,9 +180,6 @@
    1.11  
    1.12    static oop retrieve_receiver( symbolHandle sig, frame caller );
    1.13  
    1.14 -  static void verify_caller_frame(frame caller_frame, methodHandle callee_method) PRODUCT_RETURN;
    1.15 -  static methodHandle find_callee_method_inside_interpreter(frame caller_frame, methodHandle caller_method, int bci) PRODUCT_RETURN_(return methodHandle(););
    1.16 -
    1.17    static void register_finalizer(JavaThread* thread, oopDesc* obj);
    1.18  
    1.19    // dtrace notifications

mercurial