diff src/cpu/x86/vm/frame_x86.cpp @ 8883:b9a918201d47

Merge with hsx25
author Gilles Duboscq <duboscq@ssw.jku.at>
date Sat, 06 Apr 2013 20:04:06 +0200
parents b8f261ba79c6 47bc9800972c
children 836a62f43af9
line wrap: on
line diff
--- a/src/cpu/x86/vm/frame_x86.cpp	Fri Apr 05 18:53:57 2013 +0200
+++ b/src/cpu/x86/vm/frame_x86.cpp	Sat Apr 06 20:04:06 2013 +0200
@@ -356,7 +356,7 @@
 // Verifies the calculated original PC of a deoptimization PC for the
 // given unextended SP.  The unextended SP might also be the saved SP
 // for MethodHandle call sites.
-#if ASSERT
+#ifdef ASSERT
 void frame::verify_deopt_original_pc(nmethod* nm, intptr_t* unextended_sp, bool is_method_handle_return) {
   frame fr;