This has been pushed to build-infra (thanks Erik) so I would now like it
to get pushed to jdk8/build and up to jdk8/jdk8.
Thanks,
David
-------- Original Message --------
Subject: Re: RFR (JDK-7190137) Add support for JVM_VARIANT minimal1
Date: Mon, 17 Dec 2012 09:57:21 +0100
From: Erik Joelsson <erik.joels...@oracle.com>
To: David Holmes <david.hol...@oracle.com>
CC: build-infra-...@openjdk.java.net <build-infra-...@openjdk.java.net>
I will push it to build-infra now.
/Erik
On 2012-12-17 09:34, David Holmes wrote:
Thanks Erik, I'll need someone to push it to build-infra for me. Then
I'll initiate the push to jdk8/build. (Though it would be nice to not
have to do this twice ;-) )
David
On 17/12/2012 6:13 PM, Erik Joelsson wrote:
This looks good to me.
/Erik
On 2012-12-17 08:05, David Holmes wrote:
webrev: http://cr.openjdk.java.net/~dholmes/7190137/webrev/
This adds support for JVM_VARIANT_MINIMAL1.
Note: due to limitations of the the jvm.cfg file it is not possible to
build a JDK when only the minimal VM is to be built. This is because
the default in the jvm.cfg is -client or -server if server class. So
if only minimal is present then it fails. This causes tool invocations
like rmic to fail.
This needs to get into jdk8 ASAP.
Thanks,
David