RFR: 8180514: TestPrintMdo.java test fails with -XX:-TieredCompilation
Chris Plummer
cjplummer at openjdk.java.net
Wed Sep 30 23:29:03 UTC 2020
On Wed, 30 Sep 2020 22:51:59 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> Test fails with -XX:-TieredCompilation because j.l.Object hasn't been used enough time to trigger compilation. The
> default CompileThreshold value is good enough when tiered compilation is enabled (by default) but not for server-only
> mode. So it is needed to reduce CompileThreshold to ensure that methods are compiled in any mode.
Marked as reviewed by cjplummer (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/447
More information about the serviceability-dev
mailing list