hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 37152 29e68f1d35bb
parent 36079 692adc3fa1b5
child 37179 4dbcb3a642d2
equal deleted inserted replaced
37053:4eac559b9503 37152:29e68f1d35bb
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   266   static int rc_trace_method_entry(JavaThread* thread, Method* m);
   266   static int rc_trace_method_entry(JavaThread* thread, Method* m);
   267 
   267 
   268   // To be used as the entry point for unresolved native methods.
   268   // To be used as the entry point for unresolved native methods.
   269   static address native_method_throw_unsatisfied_link_error_entry();
   269   static address native_method_throw_unsatisfied_link_error_entry();
   270   static address native_method_throw_unsupported_operation_exception_entry();
   270   static address native_method_throw_unsupported_operation_exception_entry();
   271 
       
   272   // bytecode tracing is only used by the TraceBytecodes
       
   273   static intptr_t trace_bytecode(JavaThread* thread, intptr_t preserve_this_value, intptr_t tos, intptr_t tos2) PRODUCT_RETURN0;
       
   274 
   271 
   275   static oop retrieve_receiver(Symbol* sig, frame caller);
   272   static oop retrieve_receiver(Symbol* sig, frame caller);
   276 
   273 
   277   static void register_finalizer(JavaThread* thread, oopDesc* obj);
   274   static void register_finalizer(JavaThread* thread, oopDesc* obj);
   278 
   275