hg: jdk8/profiles: 27 new changesets
david.holmes at oracle.com
david.holmes at oracle.com
Sun Dec 2 14:23:30 PST 2012
Changeset: 8343ccdd63f1
Author: katleman
Date: 2012-10-18 11:07 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/8343ccdd63f1
Added tag jdk8-b61 for changeset 20ff117b5090
! .hgtags
Changeset: c12e759ac4e8
Author: tbell
Date: 2012-10-23 10:10 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/c12e759ac4e8
7152336: Enable builds on Windows with MinGW/MSYS
Summary: Minimal makefile changes to enable building OpenJDK using MSYS on Windows7
Reviewed-by: ohair, tbell
Contributed-by: volker.simonis at gmail.com
! README-builds.html
+ make/scripts/fixpath.pl
! make/scripts/vsvars.sh
Changeset: 8a3fe0ae06a8
Author: katleman
Date: 2012-10-24 13:11 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/8a3fe0ae06a8
Merge
Changeset: 4e984be114bd
Author: katleman
Date: 2012-10-25 09:52 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/4e984be114bd
Added tag jdk8-b62 for changeset 8a3fe0ae06a8
! .hgtags
Changeset: 4bde5640fb36
Author: alanb
Date: 2012-10-09 13:25 +0100
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/4bde5640fb36
7173494: some jdk tests are not run in test/Makefile
Reviewed-by: chegar, mchung, mduigou, iris
! make/jprt.properties
! test/Makefile
Changeset: ce2b111ee869
Author: lana
Date: 2012-10-12 14:46 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/ce2b111ee869
Merge
Changeset: 744e165aaf33
Author: lana
Date: 2012-10-23 09:40 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/744e165aaf33
Merge
Changeset: ce212cd7ea69
Author: lana
Date: 2012-10-25 20:04 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/ce212cd7ea69
Merge
Changeset: e64f2cb57d05
Author: ohair
Date: 2012-10-26 14:29 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/e64f2cb57d05
8000992: Update new build-infra makefiles
Summary: Build-infra project integration. Multiple authors on this work: erikj and ihse primarily, also changes from ohair, tbell, and dholmes. Special credit to ohstrom for his smartjavac work.
Reviewed-by: erikj, ihse, dholmes, tbell
! NewMakefile.gmk
! common/autoconf/autogen.sh
! common/autoconf/basics.m4
+ common/autoconf/basics_windows.m4
! common/autoconf/boot-jdk.m4
! common/autoconf/build-aux/config.guess
! common/autoconf/build-performance.m4
! common/autoconf/builddeps.m4
! common/autoconf/closed.version.numbers
! common/autoconf/compare.sh.in
! common/autoconf/configure
! common/autoconf/configure.ac
! common/autoconf/generated-configure.sh
! common/autoconf/help.m4
! common/autoconf/hotspot-spec.gmk.in
! common/autoconf/jdk-options.m4
! common/autoconf/libraries.m4
! common/autoconf/platform.m4
! common/autoconf/spec.gmk.in
! common/autoconf/toolchain.m4
+ common/autoconf/toolchain_windows.m4
! common/autoconf/version.numbers
+ common/bin/compare.sh
+ common/bin/compare_exceptions.sh.incl
- common/bin/compareimage.sh
- common/bin/diffexec.sh
- common/bin/diffjarzip.sh
- common/bin/difflib.sh
- common/bin/difftext.sh
- common/bin/exception_list_linux
- common/bin/extractvcvars.sh
! common/bin/hide_important_warnings_from_javac.sh
! common/bin/logger.sh
+ common/bin/shell-tracer.sh
- common/bin/unicode2x.sed
! common/makefiles/HotspotWrapper.gmk
! common/makefiles/IdlCompilation.gmk
! common/makefiles/JavaCompilation.gmk
+ common/makefiles/Main.gmk
! common/makefiles/MakeBase.gmk
! common/makefiles/MakeHelpers.gmk
! common/makefiles/Makefile
! common/makefiles/NativeCompilation.gmk
! common/makefiles/RMICompilation.gmk
- common/makefiles/compress.post
- common/makefiles/compress.pre
+ common/makefiles/support/ListPathsSafely-post-compress.incl
+ common/makefiles/support/ListPathsSafely-pre-compress.incl
+ common/makefiles/support/ListPathsSafely-uncompress.sed
+ common/makefiles/support/unicode2x.sed
- common/makefiles/uncompress.sed
+ common/src/fixpath.c
- common/src/uncygdrive.c
+ configure
Changeset: e3182741ade2
Author: ihse
Date: 2012-10-29 14:06 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/e3182741ade2
8001897: build-infra: misc adjustments to configure script
Reviewed-by: ohair
! common/autoconf/Makefile.in
! common/autoconf/basics.m4
! common/autoconf/generated-configure.sh
! common/autoconf/jdk-options.m4
! common/autoconf/spec.gmk.in
! common/autoconf/toolchain.m4
Changeset: 3229597524ca
Author: katleman
Date: 2012-10-31 18:30 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/3229597524ca
Merge
- common/bin/compareimage.sh
- common/bin/diffexec.sh
- common/bin/diffjarzip.sh
- common/bin/difflib.sh
- common/bin/difftext.sh
- common/bin/exception_list_linux
- common/bin/extractvcvars.sh
- common/bin/unicode2x.sed
- common/makefiles/compress.post
- common/makefiles/compress.pre
- common/makefiles/uncompress.sed
- common/src/uncygdrive.c
Changeset: cababb9dfce7
Author: katleman
Date: 2012-11-01 14:10 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/cababb9dfce7
Added tag jdk8-b63 for changeset 3229597524ca
! .hgtags
Changeset: dd1a80efa7cf
Author: anthony
Date: 2012-10-30 15:04 +0400
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/dd1a80efa7cf
8001764: vsvars.sh should support VS2012
Summary: Update the vsvars.sh script to support VS2012
Reviewed-by: ohair, tbell
! make/scripts/vsvars.sh
Changeset: fc61be4ff6ae
Author: lana
Date: 2012-10-31 09:12 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/fc61be4ff6ae
Merge
! make/scripts/vsvars.sh
Changeset: 65dca75b2a26
Author: lana
Date: 2012-11-02 17:32 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/65dca75b2a26
Merge
Changeset: e20ffc02e437
Author: erikj
Date: 2012-11-03 16:15 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/e20ffc02e437
8002183: Increased max number of paths to list in ListPathsSafely to 16000.
Reviewed-by: ohair
! common/makefiles/MakeBase.gmk
Changeset: ed9e5635fc80
Author: erikj
Date: 2012-11-03 16:28 -0700
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/ed9e5635fc80
8002220: build-infra: update for mac, solaris 11 issues
8002184: Fixed exclude and includes for jarsigner in new build
Reviewed-by: ohair
! common/autoconf/basics.m4
! common/autoconf/basics_windows.m4
! common/autoconf/compare.sh.in
! common/autoconf/generated-configure.sh
! common/autoconf/libraries.m4
! common/bin/compare.sh
! common/bin/compare_exceptions.sh.incl
! common/makefiles/JavaCompilation.gmk
Changeset: 1c8370a55b30
Author: katleman
Date: 2012-11-07 15:32 -0800
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/1c8370a55b30
Merge
Changeset: 266c3d79edc5
Author: dholmes
Date: 2012-11-18 21:41 -0500
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/266c3d79edc5
Sync-up with jdk8-b64: does not build as we need fixes from jdk8-b65
- .jcheck/conf
! common/autoconf/generated-configure.sh
! common/autoconf/hotspot-spec.gmk.in
! common/autoconf/jdk-options.m4
! common/autoconf/spec.gmk.in
! common/autoconf/toolchain.m4
! common/autoconf/version.numbers
! common/makefiles/Main.gmk
! common/makefiles/Makefile
Changeset: 838a64965131
Author: katleman
Date: 2012-11-08 11:50 -0800
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/838a64965131
Added tag jdk8-b64 for changeset 1c8370a55b30
! .hgtags
Changeset: 8bbc72864a41
Author: ohrstrom
Date: 2012-11-08 12:24 +0100
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/8bbc72864a41
8003161: small fixes to re-enable new build system
Reviewed-by: dholmes, alanb, erikj
! common/makefiles/JavaCompilation.gmk
Changeset: 78bb27faf889
Author: tbell
Date: 2012-11-12 12:34 -0800
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/78bb27faf889
8002028: build-infra: need no-hotspot partial build
Summary: Added configure option --with-import-hotspot=/path/to/j2sdkimage
Reviewed-by: dholmes, tbell
Contributed-by: erik.joelsson at oracle.com
! common/autoconf/generated-configure.sh
! common/autoconf/source-dirs.m4
! common/autoconf/spec.gmk.in
! common/makefiles/Main.gmk
Changeset: f2ac4d0edaae
Author: tbell
Date: 2012-11-13 15:54 -0800
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/f2ac4d0edaae
8003274: build-infra: Makefile changes needed for sjavac
Summary: changes left in build-infra that are related to sjavac
Reviewed-by: ohair, tbell
Contributed-by: erik.joelsson at oracle.com, fredrik.ohrstrom at oracle.com
! common/autoconf/spec.gmk.in
! common/makefiles/JavaCompilation.gmk
! common/makefiles/MakeHelpers.gmk
Changeset: b772de306dc2
Author: katleman
Date: 2012-11-14 12:28 -0800
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/b772de306dc2
Merge
Changeset: 25816e7966b4
Author: dholmes
Date: 2012-11-18 22:13 -0500
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/25816e7966b4
Sync-up with jdk8-b65: initial merge so may not build
! common/autoconf/generated-configure.sh
! common/autoconf/spec.gmk.in
! common/makefiles/Main.gmk
Changeset: 2f5dd9931ae5
Author: dholmes
Date: 2012-11-25 16:29 -0500
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/2f5dd9931ae5
Import of 8003945: build-infra: problems finding compiler when using --with-dev-kit
! common/autoconf/toolchain.m4
Changeset: e95545118fbd
Author: dholmes
Date: 2012-11-28 23:24 -0500
URL: http://hg.openjdk.java.net/jdk8/profiles/rev/e95545118fbd
Regenerated configure
! common/autoconf/generated-configure.sh
More information about the build-infra-dev
mailing list