[8u] [PING?] RFR: 8222737: [TESTBUG] Allow for tier 1 like testing in OpenJDK 8u

Severin Gehwolf sgehwolf at redhat.com
Mon Jul 29 10:10:19 UTC 2019


On Mon, 2019-07-29 at 10:19 +0100, Andrew Dinn wrote:
> On 26/07/2019 18:32, Andrew John Hughes wrote:
> > On 26/07/2019 16:53, Severin Gehwolf wrote:
[...]
> > > 
> > > > What exactly is being pushed
> > > > here?
> > > 
> > > The following 4 patches:
> > > 
> > > jdk:       http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8222737/04/jdk/webrev/
> > > hotspot:   http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8222737/03/hotspot/webrev/
> > > langtools: http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8222737/03/langtools/webrev/
> > > top:       http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8222737/02/top/webrev/
> > > 
> > > Each of them has a reference to a plain patch file if you prefer to
> > > review that.
> > > 
> > > Thanks,
> > > Severin
> > > 
> > 
> > Ok. HotSpot, JDK & top look fine, but there seem to be a lot of changes
> > in langtools. Are these original changes to this patch or are they
> > backports? Is there a reason langtools needs so much more work than the
> > others?
> The langtools Makefile changes appear to be larger because they required
> adding a load of definitions/macros that are already present in the
> Makefiles in the other trees (i.e. AWK, CAT etc, ZIP_UP_RESULTS,
> BUNDLE_UP_AND_EXIT etc). These changes look ok to me.

Yes, exactly. The langools Makefile looks *very* different from
jdk/hotspot. In order to get some unified status of test results across
all three, these changes were needed. I've opted to make the langools
Makefile look more like the ones from jdk and hotspot.

Old "make test" from top-level continues to work with these changes
(modulo -verbose:nopass=> summary change).

Anyway, I had another look at this and made 8075546[1] another pre-
requisite which makes the langtools changes slightly smaller. Updated
webrevs set, thus, is:

jdk:       http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8222737/04/jdk/webrev/
hotspot:   http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8222737/03/hotspot/webrev/
langtools: http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8222737/05/langtools/webrev/
top:       http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8222737/02/top/webrev/

Thanks,
Severin

[1] https://bugs.openjdk.java.net/browse/JDK-8075546




More information about the build-dev mailing list