make/solaris/makefiles/fastdebug.make

changeset 4942
f36e073d56a4
parent 4344
892acf0431ef
child 6876
710a3c8b516e
     1.1 --- a/make/solaris/makefiles/fastdebug.make	Fri Apr 12 12:22:59 2013 -0700
     1.2 +++ b/make/solaris/makefiles/fastdebug.make	Fri Apr 12 15:53:30 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -19,7 +19,7 @@
    1.11  # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.12  # or visit www.oracle.com if you need additional information or have any
    1.13  # questions.
    1.14 -#  
    1.15 +#
    1.16  #
    1.17  
    1.18  # Sets make macros for making debug version of VM
    1.19 @@ -118,10 +118,10 @@
    1.20  MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
    1.21  	  $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
    1.22  
    1.23 -# This mapfile is only needed when compiling with dtrace support, 
    1.24 +# This mapfile is only needed when compiling with dtrace support,
    1.25  # and mustn't be otherwise.
    1.26  MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
    1.27  
    1.28  VERSION = optimized
    1.29 -SYSDEFS += -DASSERT -DFASTDEBUG -DCHECK_UNHANDLED_OOPS
    1.30 +SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
    1.31  PICFLAGS = DEFAULT

mercurial