Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/make/conf/module-loader-map.conf
40903 views
1
#
2
# Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
#
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
7
# published by the Free Software Foundation. Oracle designates this
8
# particular file as subject to the "Classpath" exception as provided
9
# by Oracle in the LICENSE file that accompanied this code.
10
#
11
# This code is distributed in the hope that it will be useful, but WITHOUT
12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14
# version 2 for more details (a copy is included in the LICENSE file that
15
# accompanied this code).
16
#
17
# You should have received a copy of the GNU General Public License version
18
# 2 along with this work; if not, write to the Free Software Foundation,
19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20
#
21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22
# or visit www.oracle.com if you need additional information or have any
23
# questions.
24
#
25
26
################################################################################
27
# BOOT_MODULES are modules defined by the boot loader
28
# PLATFORM_MODULES are modules defined by the platform loader
29
#
30
# All other modules not declared below are defined by the application loader
31
# and are not included in JRE.
32
33
BOOT_MODULES= \
34
java.base \
35
java.datatransfer \
36
java.desktop \
37
java.instrument \
38
java.logging \
39
java.management \
40
java.management.rmi \
41
java.naming \
42
java.prefs \
43
java.rmi \
44
java.security.sasl \
45
java.xml \
46
jdk.incubator.foreign \
47
jdk.incubator.vector \
48
jdk.internal.vm.ci \
49
jdk.jfr \
50
jdk.management \
51
jdk.management.jfr \
52
jdk.management.agent \
53
jdk.net \
54
jdk.nio.mapmode \
55
jdk.sctp \
56
jdk.unsupported \
57
jdk.naming.rmi \
58
#
59
60
# Modules that directly or indirectly requiring upgradeable modules
61
# should carefully be considered if it should be upgradeable or not.
62
UPGRADEABLE_PLATFORM_MODULES= \
63
java.compiler \
64
jdk.internal.vm.compiler \
65
jdk.internal.vm.compiler.management \
66
#
67
68
PLATFORM_MODULES= \
69
java.se \
70
java.net.http \
71
java.scripting \
72
java.security.jgss \
73
java.smartcardio \
74
java.sql \
75
java.sql.rowset \
76
java.transaction.xa \
77
java.xml.crypto \
78
jdk.accessibility \
79
jdk.charsets \
80
jdk.crypto.cryptoki \
81
jdk.crypto.ec \
82
jdk.dynalink \
83
jdk.httpserver \
84
jdk.jsobject \
85
jdk.localedata \
86
jdk.naming.dns \
87
jdk.security.auth \
88
jdk.security.jgss \
89
jdk.xml.dom \
90
jdk.zipfs \
91
#
92
93
PLATFORM_MODULES_windows= \
94
jdk.crypto.mscapi \
95
#
96
97