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 compile error #4213

Merged
merged 1 commit into from
Jan 9, 2019
Merged

Fix compile error #4213

merged 1 commit into from
Jan 9, 2019

Conversation

amicic
Copy link
Contributor

@amicic amicic commented Jan 9, 2019

Caused by #4168

20:51:30 mmparseXXgc.cpp(950) : error C2220: warning treated as error -
no 'object' file generated
20:51:30 mmparseXXgc.cpp(950) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data
20:51:30 mmparseXXgc.cpp(964) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

Signed-off-by: Aleksandar Micic amicic@ca.ibm.com

@amicic
Copy link
Contributor Author

amicic commented Jan 9, 2019

Jenkins test sanity win,xLinux jdk11

@amicic
Copy link
Contributor Author

amicic commented Jan 9, 2019

similar errors in mminit.cpp - appended the fix.

@amicic
Copy link
Contributor Author

amicic commented Jan 9, 2019

Jenkins test sanity win,xLinux jdk11

Caused by eclipse-openj9#4168

20:51:30 mmparseXXgc.cpp(950) : error C2220: warning treated as error -
no 'object' file generated
20:51:30 mmparseXXgc.cpp(950) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data
20:51:30 mmparseXXgc.cpp(964) : warning C4244: '=' : conversion from
'double' to 'float', possible loss of data

Signed-off-by: Aleksandar Micic <amicic@ca.ibm.com>
@amicic
Copy link
Contributor Author

amicic commented Jan 9, 2019

Jenkins test sanity win,xLinux jdk11

@pshipton
Copy link
Member

pshipton commented Jan 9, 2019

I don't think we need to wait for all the testing to complete. I want to get this merged before the overnight builds start. The builds passed, and the initial testing is also passing.

https://ci.eclipse.org/openj9/job/PullRequest-Sanity-JDK11-linux_x86-64_cmprssptrs-OpenJ9/286/
https://ci.eclipse.org/openj9/job/PullRequest-Sanity-JDK11-win_x86-64_cmprssptrs-OpenJ9/201/

@pshipton pshipton merged commit 8ae5966 into eclipse-openj9:master Jan 9, 2019
@amicic amicic deleted the heapsizehints branch June 11, 2019 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants