Skip to content

Commit e0695e0

Browse files
committed
8346981: Remove obsolete java.base exports of jdk.internal.objectweb.asm packages
Reviewed-by: liach, alanb
1 parent dfaa891 commit e0695e0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Diff for: src/java.base/share/classes/module-info.java

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -197,14 +197,6 @@
197197
jdk.jlink;
198198
exports jdk.internal.logger to
199199
java.logging;
200-
exports jdk.internal.org.objectweb.asm to
201-
jdk.jfr;
202-
exports jdk.internal.org.objectweb.asm.tree to
203-
jdk.jfr;
204-
exports jdk.internal.org.objectweb.asm.util to
205-
jdk.jfr;
206-
exports jdk.internal.org.objectweb.asm.commons to
207-
jdk.jfr;
208200
exports jdk.internal.org.xml.sax to
209201
jdk.jfr;
210202
exports jdk.internal.org.xml.sax.helpers to

0 commit comments

Comments
 (0)