hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 23865 ba4aeedb2a9f
parent 22876 57aa8995d43b
child 23995 fc58ec725daf
equal deleted inserted replaced
23863:76fc8456723d 23865:ba4aeedb2a9f
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, 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.
   250   static address native_method_throw_unsatisfied_link_error_entry();
   250   static address native_method_throw_unsatisfied_link_error_entry();
   251   static address native_method_throw_unsupported_operation_exception_entry();
   251   static address native_method_throw_unsupported_operation_exception_entry();
   252 
   252 
   253   // bytecode tracing is only used by the TraceBytecodes
   253   // bytecode tracing is only used by the TraceBytecodes
   254   static intptr_t trace_bytecode(JavaThread* thread, intptr_t preserve_this_value, intptr_t tos, intptr_t tos2) PRODUCT_RETURN0;
   254   static intptr_t trace_bytecode(JavaThread* thread, intptr_t preserve_this_value, intptr_t tos, intptr_t tos2) PRODUCT_RETURN0;
   255 
       
   256   // Used to back off a spin lock that is under heavy contention
       
   257   static void yield_all(JavaThread* thread, int attempts = 0);
       
   258 
   255 
   259   static oop retrieve_receiver( Symbol* sig, frame caller );
   256   static oop retrieve_receiver( Symbol* sig, frame caller );
   260 
   257 
   261   static void register_finalizer(JavaThread* thread, oopDesc* obj);
   258   static void register_finalizer(JavaThread* thread, oopDesc* obj);
   262 
   259