You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Method DeploymentManager.addOnStartupError() has the modifier synchronized to write the field, but doStart() is the only place where the field is read and it is running with a lock held.
Seems to me that the modifier synchronized is not necessary and should be removed.
The text was updated successfully, but these errors were encountered:
Spawned by #5083.
Jetty version
9.4.x
Description
Method
DeploymentManager.addOnStartupError()
has the modifiersynchronized
to write the field, butdoStart()
is the only place where the field is read and it is running with a lock held.Seems to me that the modifier
synchronized
is not necessary and should be removed.The text was updated successfully, but these errors were encountered: