comparison make/linux/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 c18cbe5936b8
children 892acf0431ef
comparison
equal deleted inserted replaced
6174:74533f63b116 6197:d2a62e0f25eb
1 # 1 #
2 # Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
25 # Sets make macros for making debug version of VM 25 # Sets make macros for making debug version of VM
26 26
27 # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make 27 # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make
28 DEBUG_CFLAGS/DEFAULT= $(DEBUG_CFLAGS) 28 DEBUG_CFLAGS/DEFAULT= $(DEBUG_CFLAGS)
29 DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@)) 29 DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@))
30 CFLAGS += $(DEBUG_CFLAGS/BYFILE) 30
31 # _NMT_NOINLINE_ informs NMT that no inlining by Compiler
32 CFLAGS += $(DEBUG_CFLAGS/BYFILE) -D_NMT_NOINLINE_
31 33
32 # Set the environment variable HOTSPARC_GENERIC to "true" 34 # Set the environment variable HOTSPARC_GENERIC to "true"
33 # to inhibit the effect of the previous line on CFLAGS. 35 # to inhibit the effect of the previous line on CFLAGS.
34 36
35 # Linker mapfile 37 # Linker mapfile