make/CompileInterimRmic.gmk
changeset 48841 0937e5f799df
parent 48068 7c08e9f96916
equal deleted inserted replaced
48840:5e2d2067da48 48841:0937e5f799df
     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
    67     INCLUDES := $(RMIC_PKGS), \
    67     INCLUDES := $(RMIC_PKGS), \
    68     BIN := $(BUILDTOOLS_OUTPUTDIR)/interim_rmic_modules/jdk.rmic.interim, \
    68     BIN := $(BUILDTOOLS_OUTPUTDIR)/interim_rmic_modules/jdk.rmic.interim, \
    69     COPY := .properties, \
    69     COPY := .properties, \
    70     ADD_JAVAC_FLAGS := \
    70     ADD_JAVAC_FLAGS := \
    71         --module-path $(BUILDTOOLS_OUTPUTDIR)/interim_rmic_modules \
    71         --module-path $(BUILDTOOLS_OUTPUTDIR)/interim_rmic_modules \
    72         --add-modules java.corba \
       
    73         --add-exports java.corba/com.sun.corba.se.impl.util=jdk.rmic.interim \
       
    74         $(INTERIM_RMIC_ADD_EXPORTS), \
    72         $(INTERIM_RMIC_ADD_EXPORTS), \
    75 ))
    73 ))
    76 
    74 
    77 TARGETS += $(BUILD_jdk.rmic.interim)
    75 TARGETS += $(BUILD_jdk.rmic.interim)
    78 
    76