Commit Graph

74 Commits

Author SHA1 Message Date
Erik Joelsson
e709aa268d 8152666: The new Hotspot Build System
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Ingemar Aberg <ingemar.aberg@oracle.com>
Reviewed-by: ihse, dcubed, erikj
2016-04-08 13:14:23 +02:00
Alan Bateman
cc661dd1c6 8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282

Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Christian Tornqvist <christian.tornqvist@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, tbell
2016-03-17 19:03:53 +00:00
Magnus Ihse Bursie
f395ccd749 8149647: Incremental enhancements from build-infra
Reviewed-by: erikj
2016-02-12 11:07:35 +01:00
Magnus Ihse Bursie
7553186482 8148655: LOG=cmdlines and other build-infra fixes
Reviewed-by: erikj
2016-02-02 15:02:55 +01:00
Magnus Ihse Bursie
299843c5f3 8147091: Remove debug output in basics.m4
Reviewed-by: erikj
2016-01-14 15:05:22 +01:00
Magnus Ihse Bursie
6559500ac2 8146995: Introduce named arguments in configure
Reviewed-by: erikj
2016-01-14 11:58:32 +01:00
Yasumasa Suenaga
0cc58634ff 8036003: Add --with-debug-symbols=[none|internal|external|zipped]
Reviewed-by: ihse, dholmes
2015-12-11 21:58:28 +09:00
Erik Joelsson
129c3028ee 8136782: Introduce a build/configure wrapper
Reviewed-by: ihse
2015-12-09 11:44:40 +01:00
Erik Joelsson
e82b8fd111 8140591: Add configure argument specifying make executable in JPRT
Reviewed-by: ihse, tbell
2015-10-29 17:14:34 +01:00
Magnus Ihse Bursie
5a7c62ba2e 8140282: Remove test directories on clean-test-*
Reviewed-by: erikj
2015-10-22 16:41:24 +02:00
Magnus Ihse Bursie
203f76fbda 8138761: Improved handling of libffi, and cleanup of libraries.m4
Reviewed-by: erikj
2015-10-07 15:26:48 +02:00
Magnus Ihse Bursie
9f31d88faf 8138864: Build with nice to lower UI impact
Reviewed-by: erikj
2015-10-07 11:58:03 +02:00
Magnus Ihse Bursie
e6b91586aa 8136764: ORIGINAL_PATH is broken if PATH contains directory with "#" in it's name
Reviewed-by: erikj, tbell
2015-09-21 09:40:37 +02:00
Magnus Ihse Bursie
19b025dd98 8136695: Automatic build comparison with COMPARE_BUILD
Reviewed-by: erikj
2015-09-21 09:32:07 +02:00
Erik Joelsson
b0742f7a97 8087193: Support building with devkits on Macosx
Reviewed-by: ihse
2015-06-18 10:08:42 +02:00
Magnus Ihse Bursie
62836eec59 8080082: configure fails if you create an empty directory and then run configure from it
Reviewed-by: dholmes, erikj
2015-05-12 13:24:34 +02:00
Magnus Ihse Bursie
7fb09ab821 8079891: Store configure log in $BUILD/configure.log
Reviewed-by: erikj
2015-05-11 13:45:39 +02:00
Erik Joelsson
20afeb9907 8078437: Enable use of devkits for Windows
Reviewed-by: ihse
2015-04-29 22:33:42 +02:00
Erik Joelsson
6e76eef82a 8072023: Investigate and upgrade the minimum supported gnumake for JDK 9, from 3.81 to 4.0
Reviewed-by: ihse, tbell, katleman
2015-04-17 10:43:28 +02:00
Erik Joelsson
45fbc2f802 8077563: 9-dev 1-prebuild fail: "configure: error: write failure creating /config.status"
Reviewed-by: dholmes
2015-04-13 08:39:19 +02:00
Erik Joelsson
671367fd2a 8073634: Improve clean targets
Reviewed-by: ihse
2015-04-10 16:32:00 +02:00
Erik Joelsson
90284ff64a 8076123: 9-dev build fail: make/Init.gmk:142: *** multiple target patterns. Stop
Reviewed-by: ihse
2015-03-27 14:11:26 +01:00
Magnus Ihse Bursie
1eb8d0b847 8076060: Improve make bootstrap process
Reviewed-by: erikj
2015-03-26 16:17:30 +01:00
Magnus Ihse Bursie
b3005d5d3c 8073862: BASIC_FIXUP_EXECUTABLE should not fail on empty path
Reviewed-by: erikj
2015-02-25 14:48:41 +01:00
David Dehaven
cbd516739c Merge 2015-02-09 09:52:45 -08:00
Erik Joelsson
c0277e17c9 8071329: Stop exporting INCLUDE and LIB when building on windows
Reviewed-by: ihse
2015-02-06 09:56:30 +01:00
David Dehaven
c0190983ad Merge 2015-01-28 08:14:14 -08:00
Magnus Ihse Bursie
5e638e9c56 8069064: Various improvements and fixes in build system
Reviewed-by: erikj
2015-01-16 16:02:09 +01:00
Erik Joelsson
530e7bd26f 8065576: Enable pipefail in the shell used by make to better detect build errors
Reviewed-by: ihse, tbell, martin
2015-01-14 16:03:59 +01:00
Magnus Ihse Bursie
c4ced97793 8065914: Various improvements and cleanup of build system
Reviewed-by: erikj
2014-11-27 15:41:56 +01:00
Magnus Ihse Bursie
a6355c5d7d 8058631: Rename posix to unix in build system to match file name changes
Reviewed-by: simonis, erikj, tbell
2014-11-21 16:05:46 +01:00
Magnus Ihse Bursie
f2253115a2 8062806: Remove unused build/make files
Reviewed-by: tbell
2014-11-05 09:51:33 +01:00
Volker Simonis
8df6fff19b 8056246: Fix AIX build after the Modular Source Code change 8054834
Reviewed-by: erikj, ihse
2014-08-29 12:02:20 +02:00
Erik Joelsson
3195bc66ba 8022177: Windows/MSYS builds broken
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Reviewed-by: tbell, erikj, simonis
2014-08-19 13:43:40 +02:00
Chris Hegarty
ebd8efe5ef 8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: alanb, chegar, ihse, mduigou
2014-08-17 15:51:37 +01:00
David Dehaven
9110c16bd9 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
Build system tweaks to allow building with Xcode 5 and on OS X 10.9 and later

Reviewed-by: erikj, henryjen, dholmes
2014-06-18 12:52:13 -07:00
Erik Joelsson
4cbd014b29 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
Reviewed-by: ihse
2014-03-28 14:59:56 +01:00
Magnus Ihse Bursie
7fc4ffd40b 8035730: Configure fails in cygwin if current dir is in /home/user
Reviewed-by: tbell
2014-02-27 09:40:35 +01:00
Magnus Ihse Bursie
e00f753d87 8035495: Improvements in autoconf integration
Reviewed-by: mduigou, tbell
2014-02-24 13:29:26 +01:00
Magnus Ihse Bursie
0bedc5f1e7 8034788: Rewrite toolchain.m4 to support multiple toolchains per platform
Reviewed-by: henryjen, erikj
2014-02-24 12:16:58 +01:00
Magnus Ihse Bursie
8f9dfe90ed 8034199: Add 'reconfigure' target for re-creating a configuration
Reviewed-by: erikj, tbell
2014-02-13 23:30:08 +01:00
Magnus Ihse Bursie
a9618434af 8033292: only warn, not fail, on unknown variables in configure
Reviewed-by: erikj
2014-01-31 10:24:58 +01:00
Magnus Ihse Bursie
57fe89a46b 8031759: Improved tool overriding in configure
Reviewed-by: tbell, mduigou, erikj
2014-01-29 11:21:54 +01:00
Magnus Ihse Bursie
ad5f12b1fc 8027584: Disable ccache by default
Reviewed-by: mduigou, tbell
2014-01-29 11:04:37 +01:00
Magnus Ihse Bursie
1a8ec8e251 8027566: Remove the old build system
Reviewed-by: erikj, tbell
2013-11-14 10:53:23 +01:00
Lana Steuck
bc22aec7d1 Merge 2013-10-30 13:41:36 -07:00
Vinnie Ryan
ddce55a5ed 8027567: JDK 8 build failure: the correct version of GNU make is being rejected
Reviewed-by: chegar, erikj
2013-10-30 17:31:01 +00:00
Daniel D. Daugherty
4002278f34 8027117: adapt JDK-7165611 to new build-infra whitespace/indent policy
Fix whitespace/indent issues.

Reviewed-by: hseigel, coleenp, erikj, ihse
2013-10-25 10:15:33 -07:00
David Katleman
779bb36744 Merge 2013-10-22 14:53:08 -07:00
Magnus Ihse Bursie
f46cc723f8 8026864: Deprecate --disable-macosx-runtime-support
Reviewed-by: erikj
2013-10-22 12:29:29 +02:00