-
Notifications
You must be signed in to change notification settings - Fork 497
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
[Bug] Build failure on windows #601
Comments
15:54:24 C:\workspace\openjdk-build\workspace\build\src\hotspot\src\share\vm\runtime\quickStart.cpp(565) : error C2220: warning treated as error - no 'object' file generated |
Summary: As title. We need to convert size_t to int obviously on windows. Test Plan: windows build Reviewed-by: lingjun-cg, yuleil Issue: dragonwell-project#601 CR:
Summary: As title. We need to convert size_t to int obviously on windows. Test Plan: windows build Reviewed-by: lingjun-cg, yuleil Issue: #601 CR:
Description
Cannot build on windows.
Output as follows:
C:\workspace\openjdk-build\workspace\build\src\hotspot\src\share\vm\runtime\quickStart.cpp(565) : error C2220: warning treated as error - no 'object' file generated
C:\workspace\openjdk-build\workspace\build\src\hotspot\src\share\vm\runtime\quickStart.cpp(565) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
C:\workspace\openjdk-build\workspace\build\src\hotspot\src\share\vm\runtime\quickStart.cpp(568) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
C:\workspace\openjdk-build\workspace\build\src\hotspot\src\share\vm\runtime\quickStart.cpp(589) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
C:\workspace\openjdk-build\workspace\build\src\hotspot\src\share\vm\runtime\quickStart.cpp(1133) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
C:\workspace\openjdk-build\workspace\build\src\hotspot\src\share\vm\runtime\quickStart.cpp(1135) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
Steps to Reproduce
make images
Expected behavior
Build success.
JDK version
OpenJDK 64-Bit Server VM (Alibaba Dragonwell Extended Edition 8.16.17)
Execution environment
windows
The text was updated successfully, but these errors were encountered: