netbeans
netbeans copied to clipboard
Update javac package list in APTUtils
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?).
@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.