Thanks Volker. I see you are member of the build group… so I had a good feeling when I pushed this 😊
http://hg.openjdk.java.net/jdk/jdk/rev/3b2101f56cdd From: Volker Simonis <[email protected]> Sent: Mittwoch, 17. April 2019 07:54 To: Langer, Christoph <[email protected]> Cc: [email protected] Subject: Re: RFR(XS): 8222627: Remove sneaky token 'Name' in jdk-version.m4 Looks good. Nice to see how „fault tolerant“ m4 is :) Langer, Christoph <[email protected]<mailto:[email protected]>> schrieb am Mi. 17. Apr. 2019 um 08:46: Hi, please review this little revert of a token that accidentally sneaked in when I pushed JDK-8222522 (Add configure options for Mac Bundle creation) yesterday. I don't know how that happened but fortunately it didn't break the build... diff -r 15f2aae40bc8 -r ae1be0d04777 make/autoconf/jdk-version.m4 --- a/make/autoconf/jdk-version.m4 Tue Apr 16 20:47:11 2019 -0700 +++ b/make/autoconf/jdk-version.m4 Wed Apr 17 06:25:14 2019 +0100 @@ -1,4 +1,4 @@ -Name# +# # Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # Thanks & Sorry Christoph
