Closed pshipton closed 2 years ago
jenkins compile win jdk11
jenkins compile win jdk11
jenkins compile win jdk11
The OpenJDK changes backported were made in 2020, so I used that date.
@keithc-ca do you have an opinion on what copyright date to use?
I think we should also backport the copyright dates from jdk17.
@babsingh Why did you merge this before @pshipton had a chance to update the copyright dates?
@keithc-ca Was your message misinterpreted? I can make the correction.
Perhaps I didn't look at the dates closely enough. For example, spec.gmk.in
has a current copyright date in jdk17 of 2021, but this change leaves that date at 2020: that sort of discrepancy was the basis for my comment. However, if we consider the date when the change was committed to jdk17, it is actually 2020, so I think everything is fine. Sorry for the noise.
Internal issue -
JVMJ9VM011W Unable to load j9jit29: JVMPORT015E Unable to resolve shared library references - a prerequisite shared library may be missing
The OpenJDK code is backported from jdk17. 8242468: VS2019 build missing vcruntime140_1.dll
In the PR build, vcruntime140_1.dll is included in the bin directory and the java.base.jmod (as expected). On a system without vcruntime140_1.dll, the PR build runs without error, while the last nightly build gets the error shown above.
Signed-off-by: Peter Shipton Peter_Shipton@ca.ibm.com