src/share/vm/utilities/globalDefinitions.hpp

changeset 5402
16b10327b00d
parent 5188
fb14e9ed1594
child 5403
90d6c221d4e5
     1.1 --- a/src/share/vm/utilities/globalDefinitions.hpp	Fri Jun 07 09:33:01 2013 -0700
     1.2 +++ b/src/share/vm/utilities/globalDefinitions.hpp	Tue Jul 16 10:55:48 2013 -0400
     1.3 @@ -381,12 +381,12 @@
     1.4  #endif
     1.5  
     1.6  /*
     1.7 - * If a platform does not support NMT_detail
     1.8 + * If a platform does not support native stack walking
     1.9   * the platform specific globalDefinitions (above)
    1.10 - * can set PLATFORM_NMT_DETAIL_SUPPORTED to false
    1.11 + * can set PLATFORM_NATIVE_STACK_WALKING_SUPPORTED to 0
    1.12   */
    1.13 -#ifndef PLATFORM_NMT_DETAIL_SUPPORTED
    1.14 -#define PLATFORM_NMT_DETAIL_SUPPORTED true
    1.15 +#ifndef PLATFORM_NATIVE_STACK_WALKING_SUPPORTED
    1.16 +#define PLATFORM_NATIVE_STACK_WALKING_SUPPORTED 1
    1.17  #endif
    1.18  
    1.19  // The byte alignment to be used by Arena::Amalloc.  See bugid 4169348.

mercurial