sdedic commented on PR #4317:
URL: https://github.com/apache/netbeans/pull/4317#issuecomment-1185460712

   > curious: did you measure how many modules are loaded less now? Or would 
this only occur during specific use cases?
   
   Not much of them::
   ```
           org.openide.execution.compat8
           org.netbeans.modules.project.ant.compat8/1 
           org.netbeans.modules.java.source.compat8 
           org.netbeans.api.progress.compat8
   ```
   But the change should eventually avoid bytecode load patching magic in the 
regular modules, since no `compatibility mode` (= patches) will be requested 
for them - unless the user activates a plugin that depends on an obsolete API 
(then a restart would be required).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to