-
Notifications
You must be signed in to change notification settings - Fork 79
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
Revert "Temporarily restore Thread/ThreadGroup suspend/resume/stop" (#729) #818
Conversation
The copyright year has been updated. Thanks. |
Test Links:
|
This would be better described as reverting #729. |
Updated the description. Thanks. |
Please also update the commit message. It should be more like this:
|
Updated the commit description as above. Thanks. |
The commit message is not formatted properly. The first line should be a summary, the second line should be blank. The third and subsequent lines, if present, provide more details. See also https://github.com/eclipse/omr/blob/master/CONTRIBUTING.md#commit-guidelines. This has little to do with fixing tests; the commit message should be as suggested in #818 (comment). |
This reverts commit d987abc. Signed-off-by: LongyuZhang <[email protected]>
Updated. Thanks. |
Jenkins test sanity amac jdknext |
The test failures are unrelated to this change. |
Related Issue: Java23: Thread.suspend() and Thread.resume(), etc. have been removed eclipse-openj9/openj9#18758