[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Target changes in OpenJDK
From: |
Ricardo Wurmus |
Subject: |
Re: Target changes in OpenJDK |
Date: |
Mon, 17 Dec 2018 09:28:18 +0100 |
User-agent: |
mu4e 1.0; emacs 26.1 |
Hi Gábor,
> Starting from OpenJDK 11 the jre target is deprecated. It can still be
> built using a separate make target.
>
> I see three options here:
> 1. Remove the separate jdk output and put the jdk to the out otuput.
> This will be the way upstream will go anyway.
> 2. Build the jre using the provided target: legacy-jre-image, and
> leave outputs as is.
> 3. Do as 1, but build the jre, and add a jre output.
I would like to keep the default as the JRE, because when people install
“java” they get the tools to *run* their jars, not to hack on them.
So I’d pick option 2.
--
Ricardo