On Tue, 15 Oct 2024 10:12:21 GMT, Ramkumar Sunderbabu <rsunderb...@openjdk.org> wrote:
> Passing "-Xmx1g -Xcomp" to the LingeredApp. > Testing: tier1 The -Xmx1g is probably just copied from ClhsdbPrintAll.java so it could probably be dropped. Since the point of this test is to exercise nmethod debug info decoding we want LingeredApp to run with Xcomp so that the inspected process has nmethods. It doesn't matter if anything else is run with Xcomp so whatever accomplishes that seems fine. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21519#issuecomment-2415171345