diff src/cpu/x86/vm/methodHandles_x86.hpp @ 4824:5dbed2f542ff

7120468: SPARC/x86: use frame::describe to enhance trace_method_handle Summary: improvements of TraceMethodHandles for JSR292 Reviewed-by: never, twisti
author bdelsart
date Thu, 26 Jan 2012 16:49:22 +0100
parents 82e5a84b7436
children 1d7922586cf6
line wrap: on
line diff
--- a/src/cpu/x86/vm/methodHandles_x86.hpp	Thu Jan 26 09:38:28 2012 +0100
+++ b/src/cpu/x86/vm/methodHandles_x86.hpp	Thu Jan 26 16:49:22 2012 +0100
@@ -225,7 +225,7 @@
 
   static void verify_clean(MacroAssembler* _masm) NOT_DEBUG_RETURN;
 
-  static void describe(const frame* fr, FrameValues& values, int frame_no) NOT_DEBUG_RETURN;
+  static void describe(const frame* fr, FrameValues& values, int frame_no) PRODUCT_RETURN;
 };
 
 // Additional helper methods for MethodHandles code generation: