src/share/vm/utilities/globalDefinitions.hpp

changeset 5188
fb14e9ed1594
parent 4958
63e31ce40bdb
child 5237
f2110083203d
child 5402
16b10327b00d
     1.1 --- a/src/share/vm/utilities/globalDefinitions.hpp	Fri May 24 09:35:10 2013 -0700
     1.2 +++ b/src/share/vm/utilities/globalDefinitions.hpp	Tue May 28 11:32:46 2013 -0400
     1.3 @@ -380,6 +380,14 @@
     1.4  # include "globalDefinitions_ppc.hpp"
     1.5  #endif
     1.6  
     1.7 +/*
     1.8 + * If a platform does not support NMT_detail
     1.9 + * the platform specific globalDefinitions (above)
    1.10 + * can set PLATFORM_NMT_DETAIL_SUPPORTED to false
    1.11 + */
    1.12 +#ifndef PLATFORM_NMT_DETAIL_SUPPORTED
    1.13 +#define PLATFORM_NMT_DETAIL_SUPPORTED true
    1.14 +#endif
    1.15  
    1.16  // The byte alignment to be used by Arena::Amalloc.  See bugid 4169348.
    1.17  // Note: this value must be a power of 2

mercurial