Integrated: 8264151: ciMethod::ensure_method_data() should return false is loading resulted in empty state
Igor Veresov
iveresov at openjdk.java.net
Fri Mar 26 01:58:25 UTC 2021
On Wed, 24 Mar 2021 23:47:43 GMT, Igor Veresov <iveresov at openjdk.org> wrote:
> ciMethodData::load_data() can set the state of the MDO to empty (if it's replaying a compile). In this case we should return false from ensure_method_data().
This pull request has now been integrated.
Changeset: fe8ef322
Author: Igor Veresov <iveresov at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/fe8ef322
Stats: 9 lines in 3 files changed: 4 ins; 1 del; 4 mod
8264151: ciMethod::ensure_method_data() should return false is loading resulted in empty state
Reviewed-by: dlong, kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/3184
More information about the hotspot-compiler-dev
mailing list