RFR: 8261229: MethodData is not correctly initialized with TieredStopAtLevel=3 [v2]

Igor Veresov iveresov at openjdk.java.net
Mon Feb 8 07:13:41 UTC 2021


On Mon, 8 Feb 2021 07:06:09 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> Just wondering if we should add a regression test (i.e. add a `TieredStopAtLeveL=3`) run to the test(s) you've mentioned in the bug comments?

I think we should rather start running the existing tests in compiler/whitebox and compiler/tiered with TieredStopAtLevel={1, 2,3} instead. Many of them failed when I did that, 3 of them failed because of this particular problem.

Many of these tests are specifically crafted to be run with different TieredStopAtLevel values.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2444


More information about the hotspot-compiler-dev mailing list