[jdk8u-dev] Integrated: 8137329: [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"

Kazuhisa Takakuri ktakakuri at openjdk.org
Thu Jun 27 17:47:25 UTC 2024


On Fri, 26 Jan 2024 05:33:52 GMT, Kazuhisa Takakuri <ktakakuri at openjdk.org> wrote:

> Hi all, This is a backport of JDK-8137329: [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging".
> I worked on backporting JDK-8159695 to jdk8u ( https://github.com/openjdk/jdk8u-dev/pull/428 ), and found that VS2010 build fails. This is because strtoull function, which the JDK-8159695 patch contains, is not predefined in VS2010. This patch defines strtoull macro when the earlier versions of Visual Studio are used, so this patch need to be backported for builing with VS2010 if JDK-8159695 is backported as proposed.
> 
> This patch couldn't be applied cleanly due to a previously backported fix for earlier versions of Visual Studio at the same location, which needs to be merged.
> 
> The risk is low as this only affects earlier VS builds and introduces one macro.  
> Testing: GHA
> 
> Thank you.

This pull request has now been integrated.

Changeset: 44eac487
Author:    Kazuhisa Takakuri <ktakakuri at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/44eac48705dd89f20cda5c4384cbecf417555eb1
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8137329: [windows] Build broken on VS2010 after  "8046148: JEP 158: Unified JVM Logging"

Reviewed-by: stuefe, andrew
Backport-of: 6c113577e63d359a78ed72e5f37919da26b2f20d

-------------

PR: https://git.openjdk.org/jdk8u-dev/pull/434


More information about the jdk8u-dev mailing list