jdk8-b80: HotSpot

2013-03-05 Thread Alejandro E Murillo
hs25-b21 has been integrated into jdk8-b80. http://hg.openjdk.java.net/jdk8/jdk8/rev/0adf9c626bb1 http://hg.openjdk.java.net/jdk8/jdk8/corba/rev/5f3d4a6bdd02 http://hg.openjdk.java.net/jdk8/jdk8/hotspot/rev/4a198b201f3c http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/4873a0499bc3 http://hg.openjdk.

hg: jdk8/jdk8/hotspot: 29 new changesets

2013-03-05 Thread alejandro . murillo
Changeset: be1fbee20765 Author:amurillo Date: 2013-02-22 10:12 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/hotspot/rev/be1fbee20765 8008692: new hotspot build - hs25-b21 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 1b0dc9f87e75 Author:mgerdin Date: 2013-02-1

Re: RFR : JDK-8009162: "make test" target change

2013-03-05 Thread Martin Buchholz
Historically, developers have always developed shortcuts to speed up their own personal edit-compile-test cycle and the build system should support that as well as it can, without making it too error-prone. Ideally, the build system should never have to use the classes directory hack, which is onl

Re: RFR : JDK-8009162: "make test" target change

2013-03-05 Thread Jonathan Gibbons
On 03/05/2013 01:14 PM, Mike Duigou wrote: We could certainly make test depend upon images. I considered but did not implement this because I imagined that doing so would result in inevitable complaints about overhead and/or unwanted building. On my system an images target rebuild with no wor

Re: RFR : JDK-8009162: "make test" target change

2013-03-05 Thread Mike Duigou
We could certainly make test depend upon images. I considered but did not implement this because I imagined that doing so would result in inevitable complaints about overhead and/or unwanted building. On my system an images target rebuild with no work takes only 1 second. Probably more on a non

Re: RFR : JDK-8009162: "make test" target change

2013-03-05 Thread Alan Bateman
On 05/03/2013 20:58, Martin Buchholz wrote: On Tue, Mar 5, 2013 at 5:37 AM, Alan Bateman > wrote: it make sense to default to the JDK image. This introduces a new problem, where a developer will build and test, but because the lazy developer did not bu

Re: RFR : JDK-8009162: "make test" target change

2013-03-05 Thread Martin Buchholz
On Tue, Mar 5, 2013 at 5:37 AM, Alan Bateman wrote: > >> >> it make sense to default to the JDK image. This introduces a new problem, where a developer will build and test, but because the lazy developer did not build images, the wrong bits get tested. Either fully support testing with non-imag

Re: RFR : JDK-8009162: "make test" target change

2013-03-05 Thread Chris Hegarty
On 03/05/2013 01:37 PM, Alan Bateman wrote: ... This looks okay to me and it make sense to default to the JDK image. +1. Running the tests on an exploded JDK has caught a few people out. -Chris. -Alan

Re: RFR : JDK-8009162: "make test" target change

2013-03-05 Thread Alan Bateman
On 04/03/2013 22:52, Mike Duigou wrote: Hello all; Sorry for the wide broadcast but this change, though very small, affects many different teams. Currently the JDK8 root repo "make test" target runs against the jdk pre-image. ie. the compiled jdk classes. Many tests regression tests expect to