comparison make/solaris/makefiles/jvmg.make @ 6197:d2a62e0f25eb

6995781: Native Memory Tracking (Phase 1) 7151532: DCmd for hotspot native memory tracking Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd Reviewed-by: acorn, coleenp, fparain
author zgu
date Thu, 28 Jun 2012 17:03:16 -0400
parents 19241ae0d839
children 2b5eab0df111 b9a9ed0f8eeb
comparison
equal deleted inserted replaced
6174:74533f63b116 6197:d2a62e0f25eb
35 DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0 35 DEBUG_CFLAGS/compileBroker.o = $(DEBUG_CFLAGS) -xO0
36 DEBUG_CFLAGS/jvmtiTagMap.o = $(DEBUG_CFLAGS) -xO0 36 DEBUG_CFLAGS/jvmtiTagMap.o = $(DEBUG_CFLAGS) -xO0
37 endif 37 endif
38 endif 38 endif
39 39
40 CFLAGS += $(DEBUG_CFLAGS/BYFILE) 40 # _NMT_NOINLINE_ informs NMT that no inlining by Compiler
41 CFLAGS += $(DEBUG_CFLAGS/BYFILE) -D_NMT_NOINLINE_
41 42
42 # Set the environment variable HOTSPARC_GENERIC to "true" 43 # Set the environment variable HOTSPARC_GENERIC to "true"
43 # to inhibit the effect of the previous line on CFLAGS. 44 # to inhibit the effect of the previous line on CFLAGS.
44 45
45 # Linker mapfiles 46 # Linker mapfiles