make/common/Modules.gmk
changeset 39612 00cf8f38916f
parent 38626 68d286c03952
child 39817 2689bb7db9fc
equal deleted inserted replaced
39611:f39353fa6106 39612:00cf8f38916f
     1 #
     1 #
     2 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2014, 2016, 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
    69     jdk.vm.ci \
    69     jdk.vm.ci \
    70     #
    70     #
    71 
    71 
    72 # to be deprivileged
    72 # to be deprivileged
    73 BOOT_MODULES += \
    73 BOOT_MODULES += \
    74     java.smartcardio \
       
    75     jdk.naming.rmi \
    74     jdk.naming.rmi \
    76     #
    75     #
    77 
    76 
    78 UPGRADEABLE_MODULES += \
    77 UPGRADEABLE_MODULES += \
    79     java.activation \
    78     java.activation \
   102     #
   101     #
   103 
   102 
   104 PLATFORM_MODULES += \
   103 PLATFORM_MODULES += \
   105     java.compiler \
   104     java.compiler \
   106     java.scripting \
   105     java.scripting \
       
   106     java.smartcardio \
   107     java.sql \
   107     java.sql \
   108     java.sql.rowset \
   108     java.sql.rowset \
   109     jdk.accessibility \
   109     jdk.accessibility \
   110     jdk.charsets \
   110     jdk.charsets \
   111     jdk.crypto.ec \
   111     jdk.crypto.ec \