comparison src/share/vm/opto/runtime.hpp @ 4063:7e0e43cf86d6

7109887: java/util/Arrays/CopyMethods.java fails with -XX:+DeoptimizeALot Summary: zero array when compiled code is deoptimized. Reviewed-by: never, twisti
author kvn
date Wed, 09 Nov 2011 06:14:32 -0800
parents a92cdbac8b9e
children 0105f367a14c
comparison
equal deleted inserted replaced
4062:83d0b5cd1438 4063:7e0e43cf86d6
173 // Exception handling 173 // Exception handling
174 static address handle_exception_C (JavaThread* thread); 174 static address handle_exception_C (JavaThread* thread);
175 static address handle_exception_C_helper(JavaThread* thread, nmethod*& nm); 175 static address handle_exception_C_helper(JavaThread* thread, nmethod*& nm);
176 static address rethrow_C (oopDesc* exception, JavaThread *thread, address return_pc ); 176 static address rethrow_C (oopDesc* exception, JavaThread *thread, address return_pc );
177 static void deoptimize_caller_frame (JavaThread *thread, bool doit); 177 static void deoptimize_caller_frame (JavaThread *thread, bool doit);
178 static bool is_deoptimized_caller_frame (JavaThread *thread);
178 179
179 // CodeBlob support 180 // CodeBlob support
180 // =================================================================== 181 // ===================================================================
181 182
182 static ExceptionBlob* _exception_blob; 183 static ExceptionBlob* _exception_blob;