hotspot/src/share/vm/memory/allocation.hpp
changeset 17006 b9bfa72b7dda
parent 16682 4e30a46f6b76
child 17028 8972029d19a0
--- a/hotspot/src/share/vm/memory/allocation.hpp	Fri Apr 12 12:22:59 2013 -0700
+++ b/hotspot/src/share/vm/memory/allocation.hpp	Fri Apr 12 15:53:30 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -178,7 +178,7 @@
 #endif // INCLUDE_NMT
 
 // debug build does not inline
-#if defined(_DEBUG_)
+#if defined(_NMT_NOINLINE_)
   #define CURRENT_PC       (NMT_track_callsite ? os::get_caller_pc(1) : 0)
   #define CALLER_PC        (NMT_track_callsite ? os::get_caller_pc(2) : 0)
   #define CALLER_CALLER_PC (NMT_track_callsite ? os::get_caller_pc(3) : 0)