Description
PhaseListenerManager currently creates a new PhaseEvent instance per phaseId, per listener, per before/after. The supplied patch reduces this to per phaseId, per before/after, sharing instances of this immutable class among listeners.
Attachments
Attachments
Issue Links
- relates to
-
TOBAGO-1025 Reduce number of PhaseEvent instances created
- Closed