RFR: 8339871: serviceability/sa/TestDebugInfoDecode.java should be driver
Tom Rodriguez
never at openjdk.org
Tue Oct 15 21:12:09 UTC 2024
On Tue, 15 Oct 2024 10:12:21 GMT, Ramkumar Sunderbabu <rsunderbabu at 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
More information about the serviceability-dev
mailing list