src/share/vm/memory/allocation.hpp

changeset 5246
4b52137b07c9
parent 5241
f75faf51e8c4
parent 4968
cc12becb22e7
child 5247
7ee0d5c53c78
     1.1 --- a/src/share/vm/memory/allocation.hpp	Sun Apr 28 08:15:33 2013 +0100
     1.2 +++ b/src/share/vm/memory/allocation.hpp	Wed May 01 14:11:01 2013 +0100
     1.3 @@ -178,7 +178,7 @@
     1.4  #endif // INCLUDE_NMT
     1.5  
     1.6  // debug build does not inline
     1.7 -#if defined(_DEBUG_)
     1.8 +#if defined(_NMT_NOINLINE_)
     1.9    #define CURRENT_PC       (NMT_track_callsite ? os::get_caller_pc(1) : 0)
    1.10    #define CALLER_PC        (NMT_track_callsite ? os::get_caller_pc(2) : 0)
    1.11    #define CALLER_CALLER_PC (NMT_track_callsite ? os::get_caller_pc(3) : 0)

mercurial