Path: blob/master/make/conf/module-loader-map.conf
40903 views
#1# Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.2# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.3#4# This code is free software; you can redistribute it and/or modify it5# under the terms of the GNU General Public License version 2 only, as6# published by the Free Software Foundation. Oracle designates this7# particular file as subject to the "Classpath" exception as provided8# by Oracle in the LICENSE file that accompanied this code.9#10# This code is distributed in the hope that it will be useful, but WITHOUT11# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or12# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License13# version 2 for more details (a copy is included in the LICENSE file that14# accompanied this code).15#16# You should have received a copy of the GNU General Public License version17# 2 along with this work; if not, write to the Free Software Foundation,18# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.19#20# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA21# or visit www.oracle.com if you need additional information or have any22# questions.23#2425################################################################################26# BOOT_MODULES are modules defined by the boot loader27# PLATFORM_MODULES are modules defined by the platform loader28#29# All other modules not declared below are defined by the application loader30# and are not included in JRE.3132BOOT_MODULES= \33java.base \34java.datatransfer \35java.desktop \36java.instrument \37java.logging \38java.management \39java.management.rmi \40java.naming \41java.prefs \42java.rmi \43java.security.sasl \44java.xml \45jdk.incubator.foreign \46jdk.incubator.vector \47jdk.internal.vm.ci \48jdk.jfr \49jdk.management \50jdk.management.jfr \51jdk.management.agent \52jdk.net \53jdk.nio.mapmode \54jdk.sctp \55jdk.unsupported \56jdk.naming.rmi \57#5859# Modules that directly or indirectly requiring upgradeable modules60# should carefully be considered if it should be upgradeable or not.61UPGRADEABLE_PLATFORM_MODULES= \62java.compiler \63jdk.internal.vm.compiler \64jdk.internal.vm.compiler.management \65#6667PLATFORM_MODULES= \68java.se \69java.net.http \70java.scripting \71java.security.jgss \72java.smartcardio \73java.sql \74java.sql.rowset \75java.transaction.xa \76java.xml.crypto \77jdk.accessibility \78jdk.charsets \79jdk.crypto.cryptoki \80jdk.crypto.ec \81jdk.dynalink \82jdk.httpserver \83jdk.jsobject \84jdk.localedata \85jdk.naming.dns \86jdk.security.auth \87jdk.security.jgss \88jdk.xml.dom \89jdk.zipfs \90#9192PLATFORM_MODULES_windows= \93jdk.crypto.mscapi \94#959697