make/autoconf/spec.gmk.in
changeset 48433 04d8d293e458
parent 48430 68c6f57c40d4
child 48608 1dab70e20292
equal deleted inserted replaced
48432:db09f53aba91 48433:04d8d293e458
     1 #
     1 #
     2 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2018, 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.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   583 # Interim langtools and rmic modules and arguments
   583 # Interim langtools and rmic modules and arguments
   584 INTERIM_LANGTOOLS_BASE_MODULES := java.compiler jdk.compiler jdk.javadoc
   584 INTERIM_LANGTOOLS_BASE_MODULES := java.compiler jdk.compiler jdk.javadoc
   585 INTERIM_LANGTOOLS_MODULES := $(addsuffix .interim, $(INTERIM_LANGTOOLS_BASE_MODULES))
   585 INTERIM_LANGTOOLS_MODULES := $(addsuffix .interim, $(INTERIM_LANGTOOLS_BASE_MODULES))
   586 INTERIM_LANGTOOLS_ADD_EXPORTS := \
   586 INTERIM_LANGTOOLS_ADD_EXPORTS := \
   587     --add-exports java.base/sun.reflect.annotation=jdk.compiler.interim \
   587     --add-exports java.base/sun.reflect.annotation=jdk.compiler.interim \
       
   588     --add-exports java.base/jdk.internal.jmod=jdk.compiler.interim \
       
   589     --add-exports java.base/jdk.internal.misc=jdk.compiler.interim \
   588     #
   590     #
   589 INTERIM_LANGTOOLS_MODULES_COMMA := $(strip $(subst $(SPACE),$(COMMA),$(strip \
   591 INTERIM_LANGTOOLS_MODULES_COMMA := $(strip $(subst $(SPACE),$(COMMA),$(strip \
   590     $(INTERIM_LANGTOOLS_MODULES))))
   592     $(INTERIM_LANGTOOLS_MODULES))))
   591 INTERIM_LANGTOOLS_ARGS := \
   593 INTERIM_LANGTOOLS_ARGS := \
   592     --limit-modules java.base,jdk.zipfs,$(INTERIM_LANGTOOLS_MODULES_COMMA) \
   594     --limit-modules java.base,jdk.zipfs,$(INTERIM_LANGTOOLS_MODULES_COMMA) \