|
Relates :
|
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.
|