-
Notifications
You must be signed in to change notification settings - Fork 305
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
PAYARA-2541 synch HK2 Dom class race condition #2512
PAYARA-2541 synch HK2 Dom class race condition #2512
Conversation
…thread-safe, as per PAYARA-2541
jenkins test |
Quick build and test failed! |
jenkins test |
Quick build and test failed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem with the changes, they seem to make sense. Just one missed copyright header!
@@ -226,9 +226,16 @@ public static ThreadPool findThreadPool(NetworkListener listener) { | |||
List<ThreadPool> list = listeners.getThreadPool(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs copyright header.
jenkins test |
jenkins test |
Issue fixed, please re-review, thanks!
jenkins test |
Quick build and test passed! |
Quick build and test passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
synchronized all getter access to the Dom class due to Dom not being thread-safe, as per PAYARA-2541