hotspot/src/cpu/x86/vm/frame_x86.cpp
changeset 15937 fd3d2d0175f9
parent 15801 fefae82e1067
child 18025 b7bcf7497f93
--- a/hotspot/src/cpu/x86/vm/frame_x86.cpp	Wed Mar 06 13:38:17 2013 -0500
+++ b/hotspot/src/cpu/x86/vm/frame_x86.cpp	Wed Mar 06 13:46:55 2013 -0500
@@ -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;