On Wed, 8 Jan 2025 06:52:10 GMT, Adam Sotona <asot...@openjdk.org> wrote:

> BTW: purpose of this PR is to seamlessly remove ASM from java.base and it is 
> slightly turning into a massive synchronous refactoring of several hundreds 
> of hotspot tests.

Moving the ASM library requires modifying every single test that uses it.

If you also change the package structure then you also need to modify the 
import statements in those tests, so that is more work. Personally I think 
continuing to use `jdk.internal` is just wrong (in principle) and I'm surprised 
it is being allowed. But I'm prepared to address that change as a follow up.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/22946#issuecomment-2578774743

Reply via email to