RFR: 8346986: Remove ASM from java.base
    Alan Bateman 
    alanb at openjdk.org
       
    Wed Jan  8 07:08:34 UTC 2025
    
    
  
On Wed, 8 Jan 2025 01:14:00 GMT, David Holmes <dholmes at openjdk.org> wrote:
> It is not appropriate for anything outside the platform modules to claim to be part of `jdk.internal`. In fact I'm surprised we are even allowed to add to that from outside the module!
There's nothing to prohibit this, it's just surprising to have classes in jdk.internal.obj.objectweb.asm in an unnamed module, it will work of course.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22946#issuecomment-2576894583
    
    
More information about the hotspot-dev
mailing list