RFR: 8336856: Efficient hidden class-based string concatenation strategy [v48]

Shaojin Wen duke at openjdk.org
Tue Aug 13 01:45:53 UTC 2024


On Tue, 13 Aug 2024 01:39:33 GMT, Shaojin Wen <duke at 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


More information about the core-libs-dev mailing list