-
Bug
-
Resolution: Fixed
-
P5
-
16, 17
-
b16
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.
- relates to
-
JDK-8223347 Integration of Vector API (Incubator)
- Resolved