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

Dean Long dlong at openjdk.java.net
Fri Nov 12 03:24:33 UTC 2021


On Thu, 11 Nov 2021 16:55:17 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> Would be nice to print both versions numbers in error message.
> Also I would like to be able ignore such error and process file anyway. Is report_error allows it?

Currently report_error() saves the error string to be printed later, so to have an error message that requires formatting, I guess I would have to allocate the string using malloc or ResourceObj memory.
Right now the only ignore flag is ReplayIgnoreInitErrors.  I could introduce something like ReplayIgnoreAllErrors , or maybe turn this error into a warning.
Christian is waiting on this version number support, so maybe I could create a separate RFE for the above suggestions?

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

PR: https://git.openjdk.java.net/jdk/pull/6344


More information about the hotspot-dev mailing list