RFR: 8276095: ciReplay: replay failure due to incomplete ciMethodData information

Dean Long dlong at openjdk.java.net
Thu Nov 11 03:36:51 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

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

Commit messages:
 - replay failure due to incomplete ciMethodData information

Changes: https://git.openjdk.java.net/jdk/pull/6344/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6344&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8276095
  Stats: 59 lines in 7 files changed: 27 ins; 24 del; 8 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