On Tue, 22 Oct 2024 17:25:29 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
>> Merging vm folder's InMemoryJavaCompiler into jdk folder's merge >> InMemoryJavaCompiler so that maintenance is easy. >> >> Testing done for >> Tiers 1,2,3 >> test/hotspot/jtreg tests > > I've occasionally run into this duplication and am happy you're fixing it. Thanks @coleenp and @lmesnik for the review. Only in vmTestbase/metaspace/stressHierarchy/common/generateHierarchy/GenerateHierarchyHelper.java, the batch compile is used. Even there, we could replace it with iteration of single compiles. I will remove all the instances of batch compile and keep the InMemoryJavaCompiler clean and simple. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21641#issuecomment-2430570943