-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review Scanner locking #5086
Comments
janbartel
added a commit
that referenced
this issue
Dec 1, 2020
Signed-off-by: Jan Bartel <[email protected]>
janbartel
added a commit
that referenced
this issue
Dec 1, 2020
Signed-off-by: Jan Bartel <[email protected]>
janbartel
added a commit
that referenced
this issue
Dec 1, 2020
Signed-off-by: Jan Bartel <[email protected]>
janbartel
added a commit
that referenced
this issue
Dec 1, 2020
Signed-off-by: Jan Bartel <[email protected]>
janbartel
added a commit
that referenced
this issue
Dec 1, 2020
Signed-off-by: Jan Bartel <[email protected]>
janbartel
added a commit
that referenced
this issue
Dec 2, 2020
Signed-off-by: Jan Bartel <[email protected]>
janbartel
added a commit
that referenced
this issue
Dec 2, 2020
Signed-off-by: Jan Bartel <[email protected]>
sbordet
added a commit
that referenced
this issue
Dec 2, 2020
Issue #5086 Review and rework o.e.j.util.Scanner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
9.4.x
Description
Scanner
needs a review regarding synchronization/locking.Many methods have the
synchronized
modifier, and other methods that access the same fields don't synchronize.Also, listeners are sometimes called with the lock held, etc.
This issue should be resolved after #5083.
The text was updated successfully, but these errors were encountered: