RFR: 8276095: ciReplay: replay failure due to incomplete ciMethodData information [v3]
Dean Long
dlong at openjdk.java.net
Fri Nov 12 20:23:07 UTC 2021
> 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
Dean Long has updated the pull request incrementally with two additional commits since the last revision:
- turn version error into a warning
- updated syntax comment
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/6344/files
- new: https://git.openjdk.java.net/jdk/pull/6344/files/20bea849..46fd3fac
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6344&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6344&range=01-02
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/6344.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6344/head:pull/6344
PR: https://git.openjdk.java.net/jdk/pull/6344
More information about the hotspot-dev
mailing list