comparison src/share/vm/utilities/globalDefinitions.hpp @ 11198:1e6d5dec4a4e

Merge.
author Christian Humer <christian.humer@gmail.com>
date Mon, 05 Aug 2013 13:20:06 +0200
parents 6b0fd0964b87
children 3cce976666d9
comparison
equal deleted inserted replaced
11197:3479ab380552 11198:1e6d5dec4a4e
379 #ifdef TARGET_ARCH_ppc 379 #ifdef TARGET_ARCH_ppc
380 # include "globalDefinitions_ppc.hpp" 380 # include "globalDefinitions_ppc.hpp"
381 #endif 381 #endif
382 382
383 /* 383 /*
384 * If a platform does not support NMT_detail 384 * If a platform does not support native stack walking
385 * the platform specific globalDefinitions (above) 385 * the platform specific globalDefinitions (above)
386 * can set PLATFORM_NMT_DETAIL_SUPPORTED to false 386 * can set PLATFORM_NATIVE_STACK_WALKING_SUPPORTED to 0
387 */ 387 */
388 #ifndef PLATFORM_NMT_DETAIL_SUPPORTED 388 #ifndef PLATFORM_NATIVE_STACK_WALKING_SUPPORTED
389 #define PLATFORM_NMT_DETAIL_SUPPORTED true 389 #define PLATFORM_NATIVE_STACK_WALKING_SUPPORTED 1
390 #endif 390 #endif
391 391
392 // The byte alignment to be used by Arena::Amalloc. See bugid 4169348. 392 // The byte alignment to be used by Arena::Amalloc. See bugid 4169348.
393 // Note: this value must be a power of 2 393 // Note: this value must be a power of 2
394 394