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 getUnixPID() for jdk11+ and stop waiting for tests after 10 min #11199

Merged
merged 1 commit into from
Nov 17, 2020

Conversation

pshipton
Copy link
Member

Fixes #11196
Fixes #11197

Signed-off-by: Peter Shipton Peter_Shipton@ca.ibm.com

@llxia
Copy link
Contributor

llxia commented Nov 16, 2020

jenkins test sanity all jdk8,jdk11

@llxia
Copy link
Contributor

llxia commented Nov 17, 2020

Test compilation error:

13:53:21      [javac] /home/****/workspace/Test_openjdk11_j9_sanity.functional_s390x_linux_Personal_testList_1/openjdk-tests/functional/cmdline_options_tester/src/Test.java:432: error: cannot find symbol
13:53:21      [javac] 			Method pidMethod = Process.class.getMethod("pid");
13:53:21      [javac] 			^
13:53:21      [javac]   symbol:   class Method
13:53:21      [javac]   location: class Test
13:53:21      [javac] Note: Some input files use unchecked or unsafe operations.
13:53:21      [javac] Note: Recompile with -Xlint:unchecked for details.
13:53:21      [javac] 1 error

Issue eclipse-openj9#11196
Issue eclipse-openj9#11197

[ci skip]

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
@pshipton
Copy link
Member Author

Missing import.

jenkins test sanity zlinux jdk8,jdk11

@pshipton
Copy link
Member Author

@llxia fixed now

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