Details
-
Bug
-
Status: Resolved
-
P5
-
Resolution: Fixed
-
16, 17
-
b16
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.
case PHASE_AFTER_MATCHING: return "After Matching";
[...]
case PHASE_MATCHING: return "After matching";
This is confusing and should be renamed.
Attachments
Issue Links
- relates to
-
JDK-8223347 Integration of Vector API (Incubator)
-
- Resolved
-