mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8346981: Remove obsolete java.base exports of jdk.internal.objectweb.asm packages
Reviewed-by: liach, alanb
This commit is contained in:
parent
dfaa89162a
commit
e0695e0ef0
1 changed files with 1 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2025, 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
|
||||
|
@ -197,14 +197,6 @@ module java.base {
|
|||
jdk.jlink;
|
||||
exports jdk.internal.logger to
|
||||
java.logging;
|
||||
exports jdk.internal.org.objectweb.asm to
|
||||
jdk.jfr;
|
||||
exports jdk.internal.org.objectweb.asm.tree to
|
||||
jdk.jfr;
|
||||
exports jdk.internal.org.objectweb.asm.util to
|
||||
jdk.jfr;
|
||||
exports jdk.internal.org.objectweb.asm.commons to
|
||||
jdk.jfr;
|
||||
exports jdk.internal.org.xml.sax to
|
||||
jdk.jfr;
|
||||
exports jdk.internal.org.xml.sax.helpers to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue