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

Add method waitForReferenceProcessing() in Reference.java #2923

Merged
merged 1 commit into from
Sep 18, 2018

Conversation

LinHu2016
Copy link
Contributor

@LinHu2016 LinHu2016 commented Sep 18, 2018

    - Add private static method waitForReferenceProcessing() in
java.lang.ref.Reference.java to adapt for openjdk TLS 1.3 
regression tests.

Fixes: #2909

Signed-off-by: Lin Hu linhu@ca.ibm.com

@@ -88,6 +88,11 @@ public void runFinalization() {
}
});
}

private static boolean waitForReferenceProcessing() throws InterruptedException {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment to explain why the method is added.

	- Add private static method waitForReferenceProcessing() in
	java.lang.ref.Reference.java to adapt for openjdk TLS 1.3 
	regression tests. 
	
	
Signed-off-by: Lin Hu <linhu@ca.ibm.com>
@pshipton
Copy link
Member

jenkins compile zlinux jdk11

@pshipton pshipton merged commit b6ae72b into eclipse-openj9:master Sep 18, 2018
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.

None yet

2 participants