On Tue, 13 Aug 2024 01:39:33 GMT, Shaojin Wen <d...@openjdk.org> wrote:

>> This PR implements the same algorithm as the current generateMHInlineCopy 
>> based on bytecode to improve startup performance.
>
> Shaojin Wen has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   add jtreg HiddenClassUnloading

Instrumentation::getAllLoadedClasses() cannot be called within the current 
process. I used 
ManagementFactory.getClassLoadingMXBean().getUnloadedClassCount(), which is not 
as accurate, but barely usable.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20273#issuecomment-2285186006

Reply via email to