Skip to content
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

Fix use of Thread.resume(), stop(), suspend() in tests for jdk20 #16245

Merged
merged 2 commits into from
Nov 2, 2022

Conversation

pshipton
Copy link
Member

@pshipton pshipton commented Nov 1, 2022

Issue eclipse-openj9#16213

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9#16213

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
@keithc-ca
Copy link
Contributor

The grinders were run on 03a6ab99488cfb976c10ce8b9500426ae9a25364 which differs only cosmetically from the latest commit here.

@keithc-ca
Copy link
Contributor

Jenkins compile amac jdk17,jdknext

@pshipton
Copy link
Member Author

pshipton commented Nov 2, 2022

Afaik the compiles won't build these tests, not sure what use they are. Started a grinder on jdk8, just in case there is something incompatible with that version.

https://openj9-jenkins.osuosl.org/view/Test/job/Grinder/1480/

@keithc-ca
Copy link
Contributor

That grinder didn't help: it tested Java 8 and consumed fd7e4b9 which predates this change.

@keithc-ca keithc-ca merged commit db33cb6 into eclipse-openj9:master Nov 2, 2022
@pshipton
Copy link
Member Author

pshipton commented Nov 2, 2022

Proper grinder on jdk8, which passed https://openj9-jenkins.osuosl.org/view/Test/job/Grinder/1482

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jdk20 Thread.stop(), suspend(), resume() tests failing, due to UnsupportedOperationException
2 participants