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 cmdlinetester getUnixPid() for jdk11+ #11196

Closed
pshipton opened this issue Nov 16, 2020 · 0 comments · Fixed by #11199
Closed

Fix cmdlinetester getUnixPid() for jdk11+ #11196

pshipton opened this issue Nov 16, 2020 · 0 comments · Fixed by #11199
Assignees

Comments

@pshipton
Copy link
Member

pshipton commented Nov 16, 2020

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.

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

Successfully merging a pull request may close this issue.

1 participant