[8u20] Request for approval: JDK-8039077: JPRT build configure not setting --with-update-version
dalibor.topic at oracle.com
dalibor.topic at oracle.com
Thu Apr 3 14:07:08 UTC 2014
Approved.
--
Oracle <http://www.oracle.com>
Dalibor Topic | Principal Product Manager
Phone: +494089091214<tel:+494089091214> | Mobile:+491737185961<tel:+491737185961>
Oracle Java Platform Group
ORACLE Deutschland B.V. & Co. KG | Kühnehöfe 5 | 22761 Hamburg
ORACLE Deutschland B.V. & Co. KG
Hauptverwaltung: Riesstr. 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603
Geschäftsführer: Jürgen Kunz
Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer: Alexander van der Ven, Astrid Kepper, Val Maher
Green Oracle <http://www.oracle.com/commitment> Oracle is committed to developing practices and products that help protect the environment
> On 03.04.2014, at 08:46, Erik Joelsson <erik.joelsson at oracle.com> wrote:
>
> I would also like to request approval for 8u20 for this.
>
> /Erik
>
>> On 2014-04-02 15:16, Erik Joelsson wrote:
>> (adding in jdk8u-dev)
>>
>>> On 2014-04-02 15:06, Erik Joelsson wrote:
>>> Please review this small fix for jdk8u.
>>>
>>> When building jdk8u in JPRT, we still use the bridgebuild concept, where we let make translate a bunch of old build style environment variables to configure arguments. This patch adds one more such variable, which is needed in the update versions of jdk8: JDK_UPDATE_VERSION.
>>>
>>> Bug: https://bugs.openjdk.java.net/browse/JDK-8039077
>>> Patch inline:
>>> diff -r b7750b6ee157 make/Jprt.gmk
>>> --- a/make/Jprt.gmk
>>> +++ b/make/Jprt.gmk
>>> @@ -106,6 +106,9 @@
>>> ifdef ENABLE_SJAVAC
>>> @$(ECHO) " --enable-sjavac" >> $@.tmp
>>> endif
>>> + ifdef JDK_UPDATE_VERSION
>>> + @$(ECHO) " --with-update-version=$(JDK_UPDATE_VERSION)" >> $@.tmp
>>> + endif
>>> ifeq ($(HOTSPOT_AVAILABLE),false)
>>> ifdef ALT_JDK_IMPORT_PATH
>>> @$(ECHO) " --with-import-hotspot=$(call UnixPath,$(ALT_JDK_IMPORT_PATH)) " >> $@.tmp
>>>
>>> /Erik
>
More information about the build-dev
mailing list