JDK-8041959 : Skip replay parsing errors with ReplayIgnoreInitErrors
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-04-25
  • Updated: 2019-09-13
  • Resolved: 2014-04-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u20Fixed 9 b14Fixed
Description
Compilation replay currently can't resolve dynamically generated classes recorded in replay file.
There are other parsing problems too which does not affect replayed compilation.
Replay is aborted (not even reaching compilation) if such problems are found.
We should allow to try the compilation even if such problems are found because the compilation may not need that broken information.


Comments
ILW=replay may not work, sometimes, none=LMH=P5
29-04-2014