Hi,

I am trying to build JDK 10 from http://hg.openjdk.java.net/jdk10/jdk10 and also using JIB (JIB_SERVER=https://java.se.oracle.com/artifactory) to configure/make as the following:

bash get_source.sh
bash common/bin/jib.sh configure
bash common/bin/jib.sh make

It seems that test_json.cpp caused the error which failed the build process:
c:/openJDK/jdk10/hotspot/test/native/utilities/test_json.cpp : error C2220: warning treated as error - no 'object' file generated

Do you know how to resolve it?

Thanks and regards,

Andrew


Reply via email to