[11u] RFR: 8231318: Several compiler/aot tests fail for JDK11 on Windows when only MSVC 2017 is installed

Langer, Christoph christoph.langer at sap.com
Wed Sep 25 11:49:27 UTC 2019


Thanks, Vladimir.

> -----Original Message-----
> From: Vladimir Kozlov <vladimir.kozlov at oracle.com>
> Sent: Mittwoch, 25. September 2019 01:08
> To: Langer, Christoph <christoph.langer at sap.com>; jdk-updates-
> dev at openjdk.java.net; hotspot-compiler-dev at openjdk.java.net
> Subject: Re: [11u] RFR: 8231318: Several compiler/aot tests fail for JDK11 on
> Windows when only MSVC 2017 is installed
> 
> Looks good.
> 
> Thanks,
> Vladimir
> 
> On 9/24/19 7:21 AM, Langer, Christoph wrote:
> > Hi,
> >
> > Please review this fix to make several aot tests work in JDK11 on Windows
> hosts where only MSVC 2017 is installed. It actually is a backport of the
> changes to
> src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Linker.java
> from both the Graal updates of JDK-8206992 and JDK-8218074.
> >
> > Bug: https://bugs.openjdk.java.net/browse/JDK-8231318
> > Webrev: http://cr.openjdk.java.net/~clanger/webrevs/8231318.11u-
> dev.0/
> >
> > Original Changes:
> > http://hg.openjdk.java.net/jdk/jdk/rev/091c0d22e735#l89.1 (JDK-8206992)
> > http://hg.openjdk.java.net/jdk/jdk/rev/84f10bbf993f#l3.1 (JDK-8218074)
> >
> > With this patch applied the test cases mentioned in the bug description
> pass on Windows systems where we only have MSVC 2017.
> >
> > Thanks
> > Christoph
> >


More information about the hotspot-compiler-dev mailing list