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

[Bug] windows build failed #559

Closed
jia-wei-tang opened this issue Jul 12, 2023 · 0 comments
Closed

[Bug] windows build failed #559

jia-wei-tang opened this issue Jul 12, 2023 · 0 comments

Comments

@jia-wei-tang
Copy link
Collaborator

Description
19:08:12 C:\workspace\openjdk-build\workspace\build\src\hotspot\src\share\vm\classfile\sharedClassUtil.cpp(154) : error C2220: warning treated as error - no 'object' file generated
19:08:12 C:\workspace\openjdk-build\workspace\build\src\hotspot\src\share\vm\classfile\sharedClassUtil.cpp(154) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
19:08:12 C:\workspace\openjdk-build\workspace\build\src\hotspot\src\share\vm\classfile\sharedPathsMiscInfo.cpp(116) : error C2220: warning treated as error - no 'object' file generated
19:08:12 C:\workspace\openjdk-build\workspace\build\src\hotspot\src\share\vm\classfile\sharedPathsMiscInfo.cpp(116) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
19:08:12 C:\workspace\openjdk-build\workspace\build\src\hotspot\src\share\vm\classfile\sharedPathsMiscInfo.cpp(117) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data

Steps to Reproduce
build on win

Expected behavior
build success

JDK version

Execution environment

jia-wei-tang added a commit to jia-wei-tang/dragonwell8 that referenced this issue Jul 12, 2023
… 'int')

Summary: conversion from 'size_t' to 'int', possible loss of data

Test Plan: windows build

Reviewed-by: lei.yul, lingjun-cg

Issue: dragonwell-project#559

CR:
jia-wei-tang added a commit to jia-wei-tang/dragonwell8 that referenced this issue Jul 13, 2023
… 'int')

Summary: conversion from 'size_t' to 'int', possible loss of data

Test Plan: windows build

Reviewed-by: lei.yul, lingjun-cg

Issue: dragonwell-project#559

CR:
jia-wei-tang added a commit to jia-wei-tang/dragonwell8 that referenced this issue Jul 14, 2023
… check in cds

Summary: 1. strlen: conversion from 'size_t' to 'int', possible loss of data
2. change the impl of checking boot classpath value when replaying in cds

Test Plan: windows build
           ci jtreg cds

Reviewed-by: lei.yul, lingjun-cg

Issue: dragonwell-project#559

CR:
jia-wei-tang added a commit to jia-wei-tang/dragonwell8 that referenced this issue Jul 14, 2023
… check in cds

Summary: 1. strlen: conversion from 'size_t' to 'int', possible loss of data
2. change the impl of checking boot classpath value when replaying in cds

Test Plan: windows build
           ci jtreg cds

Reviewed-by: lei.yul, lingjun-cg

Issue: dragonwell-project#559

CR:
jia-wei-tang added a commit that referenced this issue Jul 14, 2023
… check in cds

Summary: 1. strlen: conversion from 'size_t' to 'int', possible loss of data
2. change the impl of checking boot classpath value when replaying in cds

Test Plan: windows build
           ci jtreg cds

Reviewed-by: lei.yul, lingjun-cg

Issue: #559

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

No branches or pull requests

1 participant