Integrated: 8261229: MethodData is not correctly initialized with TieredStopAtLevel=3
Igor Veresov
iveresov at openjdk.java.net
Mon Feb 8 17:11:40 UTC 2021
On Sat, 6 Feb 2021 06:16:45 GMT, Igor Veresov <iveresov at openjdk.org> wrote:
> Mostly a typo in compilation mode ergonomics that selected a quick-only mode essentially when the user specified TieredStopAtLevel={1,2,3}. The quick-only mode has an optimization that eliminates parts of the MDO since they are not needed. Meanwhile, the WB API considered it a fair game to request a level 3 compile, that requires a full MDO.
>
> The fix corrects the original issue and also tries to be extra defensive with WB API (since it's semantics is not clearly specified) by always allocating full MDO if WB API is on.
This pull request has now been integrated.
Changeset: 29a428f5
Author: Igor Veresov <iveresov at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/29a428f5
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8261229: MethodData is not correctly initialized with TieredStopAtLevel=3
Reviewed-by: thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/2444
More information about the hotspot-compiler-dev
mailing list