Noticed this while profiling #8411, after the hints are done computing, something else is using up resources (very noticeable in large file benchmarks). It turned out to be editor/htmlui. (#380)
Maybe this can be improved somehow - assuming it still does what it should.
reproducer:
async profiler flamegraph of the phase right after hint processing shows the codepaths.
many-classes-js-module.html.txt
Committer
Noticed this while profiling #8411, after the hints are done computing, something else is using up resources (very noticeable in large file benchmarks). It turned out to be editor/htmlui. (#380)
Maybe this can be improved somehow - assuming it still does what it should.
reproducer:
-J-Dorg.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.level=FINEwait till the hints are doneasync profiler flamegraph of the phase right after hint processing shows the codepaths.
many-classes-js-module.html.txt
Committer