On Wed, 23 Oct 2024 14:07:49 GMT, Ramkumar Sunderbabu <rsunderb...@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 > > Ramkumar Sunderbabu has updated the pull request incrementally with one > additional commit since the last revision: > > use single compile, reuse utility class Changes 1. Replace batch compile to single compile wherever applicable. 2. Reuse utility classes in the merged InMemoryJavaCompiler, remove unused utility class PS: batch compile cannot be removed as certain use cases need it. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21641#issuecomment-2432334700