netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Update javac package list in APTUtils

Open mbien opened this issue 2 months ago • 1 comments

Saw that list while going through heap dumps and looking through GC roots. Looks important.

Not sure if org.netbeans.lib.nbjavac needs to be on it too or only the original javac packages. We should update the comment too since libs/nbjavacapi still exists, but javacimpl isn't there anymore (now lib/nbjavac?).

mbien avatar Oct 17 '25 07:10 mbien

@lahodaj could you check if this update is ok? I believe that currently some classes may be loaded using the wrong CL since the list misses some packages.

mbien avatar Oct 25 '25 12:10 mbien