comparison make/solaris/makefiles/fastdebug.make @ 9159:43223d3f5dcd

Merge with hsx/hotspot-comp
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 16 Apr 2013 17:39:46 +0200
parents a7a93887b4c4 f36e073d56a4
children 36b1f3224948
comparison
equal deleted inserted replaced
9158:9d74a0d7b231 9159:43223d3f5dcd
1 # 1 #
2 # Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1998, 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
119 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug 119 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
120 #ifdef GRAAL 120 #ifdef GRAAL
121 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-GRAAL 121 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-GRAAL
122 #endif 122 #endif
123 123
124 # This mapfile is only needed when compiling with dtrace support, 124 # This mapfile is only needed when compiling with dtrace support,
125 # and mustn't be otherwise. 125 # and mustn't be otherwise.
126 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 126 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
127 127
128 VERSION = optimized 128 VERSION = optimized
129 SYSDEFS += -DASSERT -DFASTDEBUG -DCHECK_UNHANDLED_OOPS 129 SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
130 PICFLAGS = DEFAULT 130 PICFLAGS = DEFAULT