We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Copied from #10741 (comment)
The logic here https://github.com/eclipse/openj9/blob/efdb86514d722cf83747d9d8badc449fe6121658/test/functional/cmdline_options_tester/src/Test.java#L415 will only work on jdk8 as UNIXProcess.java does not exist in jdk11+. For jdk11+ it should use the jdk11 API pid() to get the pid.
pid()
The text was updated successfully, but these errors were encountered:
Fix getUnixPID() for jdk11+ and stop waiting for tests after 10 min
0662412
Issue eclipse-openj9#11196 Issue eclipse-openj9#11197 [ci skip] Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
pshipton
Successfully merging a pull request may close this issue.
Copied from #10741 (comment)
The logic here https://github.com/eclipse/openj9/blob/efdb86514d722cf83747d9d8badc449fe6121658/test/functional/cmdline_options_tester/src/Test.java#L415
will only work on jdk8 as UNIXProcess.java does not exist in jdk11+. For jdk11+ it should use the jdk11 API
pid()
to get the pid.The text was updated successfully, but these errors were encountered: