RFR: 8202100: Merge vm/share/InMemoryJavaCompiler w/ jdk/test/lib/compiler/InMemoryJavaCompiler

Ramkumar Sunderbabu rsunderbabu at openjdk.org
Wed Oct 23 00:44:07 UTC 2024


On Tue, 22 Oct 2024 17:25:29 GMT, Coleen Phillimore <coleenp at 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


More information about the hotspot-dev mailing list