common/autoconf/hotspot-spec.gmk.in

changeset 1862
73494e6ff8e5
parent 1585
65315e30034e
child 2003
2224002fc647
child 2206
7ba4e17574e0
     1.1 --- a/common/autoconf/hotspot-spec.gmk.in	Mon Jul 25 15:06:07 2016 -0700
     1.2 +++ b/common/autoconf/hotspot-spec.gmk.in	Mon Jul 11 05:02:28 2016 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2011, 2016, 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 @@ -109,7 +109,8 @@
    1.11  MT:=@HOTSPOT_MT@
    1.12  RC:=@HOTSPOT_RC@
    1.13  
    1.14 -EXTRA_CFLAGS=@LEGACY_EXTRA_CFLAGS@
    1.15 +EXTRA_CFLAGS=@LEGACY_EXTRA_CFLAGS@ $(NO_DELETE_NULL_POINTER_CHECKS_CFLAG) \
    1.16 +				   $(NO_LIFETIME_DSE_CFLAG) $(CXXSTD_CXXFLAG)
    1.17  EXTRA_CXXFLAGS=@LEGACY_EXTRA_CXXFLAGS@
    1.18  EXTRA_LDFLAGS=@LEGACY_EXTRA_LDFLAGS@
    1.19  

mercurial