RFR: 8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp
Vladimir Kozlov
kvn at openjdk.org
Thu Jul 18 20:42:31 UTC 2024
On Thu, 18 Jul 2024 20:22:47 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> Does not running with `-Xcomp` mean not running it with graal?
`-Xcomp` is not related to graal at all. It triggers all JIT compilers compilation for each called Java method. And Java thread waits until compilation is finished. It is very slow application execution. But it stress JIT compilers since they do a lot more compilations.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20237#issuecomment-2237534976
More information about the hotspot-compiler-dev
mailing list