hotspot/src/cpu/x86/vm/frame_x86.hpp
changeset 15937 fd3d2d0175f9
parent 13728 882756847a04
child 22234 da823d78ad65
--- a/hotspot/src/cpu/x86/vm/frame_x86.hpp	Wed Mar 06 13:38:17 2013 -0500
+++ b/hotspot/src/cpu/x86/vm/frame_x86.hpp	Wed Mar 06 13:46:55 2013 -0500
@@ -170,7 +170,7 @@
     return (intptr_t*) addr_at(offset);
   }
 
-#if ASSERT
+#ifdef ASSERT
   // Used in frame::sender_for_{interpreter,compiled}_frame
   static void verify_deopt_original_pc(   nmethod* nm, intptr_t* unextended_sp, bool is_method_handle_return = false);
   static void verify_deopt_mh_original_pc(nmethod* nm, intptr_t* unextended_sp) {