[11u] RFR: 8223678: Add Visual Studio Code workspace generation support (for native code)

Langer, Christoph christoph.langer at sap.com
Fri Mar 13 13:55:40 UTC 2020


Thanks for approving.

I have a last minute update to JDK-8223678, though. By working on a backport of another change (JDK-8237192), I recognized that the function "isTargetOs" does not exist in 11u. So I had to replace 2 occurences, one in make/common/MakeBase.gmk and the other in make/vscode/CreateVSCodeProject.gmk with the equivalent construct "ifeq ($(OPENJDK_TARGET_OS), windows)". People would probably have recognized this error only when working on Windows.

New webrev: http://cr.openjdk.java.net/~clanger/webrevs/8223678.11u.1/

Best regards
Christoph



> -----Original Message-----
> From: Severin Gehwolf <sgehwolf at redhat.com>
> Sent: Freitag, 13. März 2020 14:29
> To: Langer, Christoph <christoph.langer at sap.com>; jdk-updates-dev <jdk-
> updates-dev at openjdk.java.net>
> Subject: Re: [11u] RFR: 8223678: Add Visual Studio Code workspace
> generation support (for native code)
> 
> On Fri, 2020-03-13 at 13:10 +0000, Langer, Christoph wrote:
> > Thanks, Severin.
> >
> > could you please approve the item then, and as well JDK-8232572, JDK-
> > 8232748 and JDK-8235686? I guess I can push all these after approval.
> 
> Done. JDK-8236921 is one for you to approve. I don't want to approve my
> own requests.
> 
> Thanks,
> Severin



More information about the jdk-updates-dev mailing list