8346981: Remove obsolete java.base exports of jdk.internal.objectweb.asm packages

Reviewed-by: liach, alanb
This commit is contained in:
Adam Sotona 2025-01-06 14:08:32 +00:00
parent dfaa89162a
commit e0695e0ef0

View file

@ -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