Integrated: 8276095: ciReplay: replay failure due to incomplete ciMethodData information
Dean Long
dlong at openjdk.java.net
Mon Nov 15 21:12:43 UTC 2021
On Thu, 11 Nov 2021 03:28:40 GMT, Dean Long <dlong at openjdk.org> wrote:
> The replay data was missing MethodData::_invocation_counter. Adding it seems to fix the problem. @rwestrel please verify if it works for you. Also, with this change:
> 1. added a version number to the replay file
> 2. removed unnused ci fields
> 3. corrected comment in TestLambdas.java
This pull request has now been integrated.
Changeset: 9326eb14
Author: Dean Long <dlong at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/9326eb14617bf08e3376f854fc022e11d1ef34dd
Stats: 63 lines in 8 files changed: 26 ins; 27 del; 10 mod
8276095: ciReplay: replay failure due to incomplete ciMethodData information
Reviewed-by: chagedorn, kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/6344
More information about the hotspot-dev
mailing list