JDK-8263591 : Two C2 compiler phases with the name "after matching"
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 16,17
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-03-15
  • Updated: 2021-09-29
  • Resolved: 2021-03-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 17
17 b16Fixed
Related Reports
Relates :  
Description
After integration of JDK-8223347, we have two "After matching" phases in the IGV:

      case PHASE_AFTER_MATCHING:             return "After Matching";
[...]
      case PHASE_MATCHING:                   return "After matching";

This is confusing and should be renamed.
Comments
Changeset: 3516c265 Author: Tobias Hartmann <thartmann@openjdk.org> Date: 2021-03-29 12:41:09 +0000 URL: https://git.openjdk.java.net/jdk/commit/3516c265
29-03-2021

ILW = LLL = P5
16-03-2021