hotspot/make/solaris/makefiles/debug.make
changeset 17006 b9bfa72b7dda
parent 14815 41114a74463a
child 17007 8c5e4da3ed2f
equal deleted inserted replaced
17004:4d2371d76a19 17006:b9bfa72b7dda
     1 #
     1 #
     2 # Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1999, 2013, 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.
    17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    18 #
    18 #
    19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20 # or visit www.oracle.com if you need additional information or have any
    20 # or visit www.oracle.com if you need additional information or have any
    21 # questions.
    21 # questions.
    22 #  
    22 #
    23 #
    23 #
    24 
    24 
    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
    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_
       
    42 
       
    43 # Set the environment variable HOTSPARC_GENERIC to "true"
       
    44 # to inhibit the effect of the previous line on CFLAGS.
    41 
    45 
    42 # Linker mapfiles
    46 # Linker mapfiles
    43 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
    47 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
    44           $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
    48           $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
    45 
    49 
    46 # This mapfile is only needed when compiling with dtrace support, 
    50 # This mapfile is only needed when compiling with dtrace support,
    47 # and mustn't be otherwise.
    51 # and mustn't be otherwise.
    48 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
    52 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
    49 
    53 
    50 _JUNK_ := $(shell echo >&2 ""\
       
    51  "-------------------------------------------------------------------------\n" \
       
    52  "WARNING: 'gnumake debug' is deprecated. It will be removed in the future.\n" \
       
    53  "Please use 'gnumake jvmg' to build debug JVM.                            \n" \
       
    54  "-------------------------------------------------------------------------\n")
       
    55 
       
    56 VERSION = debug
    54 VERSION = debug
    57 SYSDEFS += -DASSERT -DDEBUG
    55 SYSDEFS += -DASSERT
    58 PICFLAGS = DEFAULT
    56 PICFLAGS = DEFAULT