< prev index next > src/java.base/share/classes/module-info.java
Print this page
/*
- * Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
// compiled with "--enable-preview".
// It is recommended for any modules that do participate that their
// module declaration be annotated with jdk.internal.javac.ParticipatesInPreview
exports jdk.internal.javac to
java.compiler,
- java.management, // participates in preview features
jdk.compiler,
- jdk.incubator.concurrent, // participates in preview features
jdk.incubator.vector, // participates in preview features
jdk.jartool, // participates in preview features
- jdk.jdi,
- jdk.jfr,
- jdk.jshell,
- jdk.management;
+ jdk.jshell;
exports jdk.internal.access to
java.desktop,
java.logging,
java.management,
java.naming,
jdk.charsets,
jdk.jartool,
jdk.jlink,
jdk.jfr,
jdk.net,
- jdk.incubator.concurrent,
jdk.sctp,
jdk.crypto.cryptoki;
exports jdk.internal.foreign to
jdk.incubator.vector;
exports jdk.internal.event to
java.security.jgss,
jdk.attach,
jdk.charsets,
jdk.compiler,
jdk.crypto.cryptoki,
- jdk.incubator.concurrent,
jdk.incubator.vector,
jdk.jfr,
jdk.jshell,
jdk.nio.mapmode,
jdk.unsupported,
jdk.dynalink,
jdk.internal.vm.ci,
jdk.unsupported;
exports jdk.internal.vm to
java.management,
- jdk.incubator.concurrent,
jdk.internal.jvmstat,
jdk.management,
jdk.management.agent;
exports jdk.internal.vm.annotation to
java.instrument,
jdk.internal.vm.ci,
- jdk.incubator.concurrent,
jdk.incubator.vector,
jdk.jfr,
jdk.unsupported;
exports jdk.internal.vm.vector to
jdk.incubator.vector;
java.rmi,
java.sql.rowset;
exports sun.security.action to
java.desktop,
java.security.jgss,
- jdk.crypto.ec,
- jdk.incubator.concurrent;
+ jdk.crypto.ec;
exports sun.security.internal.interfaces to
jdk.crypto.cryptoki;
exports sun.security.internal.spec to
jdk.crypto.cryptoki;
exports sun.security.jca to
< prev index next >