src/cpu/x86/vm/frame_x86.hpp

changeset 4721
47bc9800972c
parent 4037
da91efe96a93
child 6198
55fb97c4c58d
     1.1 --- a/src/cpu/x86/vm/frame_x86.hpp	Wed Mar 06 13:38:17 2013 -0500
     1.2 +++ b/src/cpu/x86/vm/frame_x86.hpp	Wed Mar 06 13:46:55 2013 -0500
     1.3 @@ -170,7 +170,7 @@
     1.4      return (intptr_t*) addr_at(offset);
     1.5    }
     1.6  
     1.7 -#if ASSERT
     1.8 +#ifdef ASSERT
     1.9    // Used in frame::sender_for_{interpreter,compiled}_frame
    1.10    static void verify_deopt_original_pc(   nmethod* nm, intptr_t* unextended_sp, bool is_method_handle_return = false);
    1.11    static void verify_deopt_mh_original_pc(nmethod* nm, intptr_t* unextended_sp) {

mercurial