Commit Graph

96 Commits

Author SHA1 Message Date
Erik Joelsson
bf403c2e7e 8019229: Build Configuration Fail in Windows Platform
Reviewed-by: chegar, tbell, dxu
2013-06-28 11:58:16 +02:00
Erik Joelsson
19689fb2ab 8017047: Can't use --with-java-devtools and --with-devkit at the same time
Reviewed-by: tbell
2013-06-27 09:27:06 +02:00
Erik Joelsson
3514ec5324 8015377: Support using compiler devkits on Linux
Reviewed-by: tbell, dholmes
2013-06-18 11:30:36 +02:00
Erik Joelsson
6cf0a1dd59 8014404: Debug flag not added to jdk native compile when --enable-debug is set
Reviewed-by: tbell
2013-06-18 11:29:34 +02:00
Erik Joelsson
78a2cedbb6 8014231: --with-alsa configuration options don't add include or lib directories to proper flags
Reviewed-by: tbell
2013-06-13 14:04:32 +02:00
Erik Joelsson
fcb2ec8d6f 8010785: JDK 8 build on Linux fails with new build mechanism
Reviewed-by: dholmes, tbell
2013-06-11 13:25:21 +02:00
Erik Joelsson
c6a5dcd8bf 8008707: build-infra: Closed (deploy) can't be built using environment from SDK SetEnv.cmd
Reviewed-by: tbell
2013-06-11 13:08:02 +02:00
David Katleman
91f5800bbb 6983966: remove lzma and upx from repository JDK8
Reviewed-by: tbell, paulk, ngthomas
2013-06-05 15:20:35 -07:00
David Katleman
227dc3c228 Merge 2013-06-04 15:54:46 -07:00
Mike Duigou
22dc46d3cd 8015510: (s) Improve JTReg location detection and provide location to test/Makefile
Reviewed-by: erikj
2013-06-04 10:36:00 +02:00
Tristan Yan
0a8d4b90f5 8015784: Add configure parameter --with-update-version
Reviewed-by: tbell, katleman, erikj
2013-06-04 10:23:37 +02:00
Qi Zuo
ca66036ebd Merge 2013-06-04 00:12:51 -04:00
Erik Joelsson
14c2e56643 8014003: New build does not handle symlinks in workspace path
Reviewed-by: tbell
2013-05-31 14:07:42 +02:00
Pranav Bhat
d07ea54e1e Merge 2013-05-29 11:02:18 -04:00
Erik Joelsson
4f1888c9fc 8013489: New build system does not run codesign on SA-related launchers on OS X
Reviewed-by: sla, tbell
2013-05-29 14:01:04 +02:00
Erik Joelsson
9a45525272 8013920: Configure sets JOBS to 0 if memory is too low
Reviewed-by: tbell
2013-05-29 13:58:40 +02:00
Klara Ward
ee0d343130 8014762: Add JMC configure option mapping to Jprt.gmk
Need to add the mapping between JPRT env var and configure flag for JMC, from ALT_JMC_ZIP_DIR to --with-jmc-zip-dir (same pattern as for Javafx)

Reviewed-by: tbell, erikj
2013-05-28 20:03:21 +02:00
Erik Joelsson
e028541281 8007129: build-infra Add configure --with-jtreg option for location of JTREG
Reviewed-by: tbell
2013-05-28 08:50:52 +02:00
Erik Joelsson
7c1db2aff0 8014514: Fix jvm args for sjavac
Reviewed-by: tbell
2013-05-22 17:26:31 +02:00
Erik Joelsson
a9185efc82 8014508: Fix log levels in make
Reviewed-by: tbell
2013-05-21 13:18:28 +02:00
Erik Joelsson
e1001e848f 8011687: Support correct dependencies from header files on windows and solaris
Reviewed-by: tbell
2013-05-02 15:56:39 +02:00
Erik Joelsson
e44f5ce0ae 8013786: JDK-8013480 broke configure on solaris
Reviewed-by: tbell
2013-05-02 15:46:38 +02:00
Omair Majid
cfb277ad09 8013480: fix zero build on arm
Reviewed-by: erikj
2013-04-29 12:34:30 -04:00
David Katleman
3b3b7d1f73 8012048: JDK8 b85 source with GPL header errors
Reviewed-by: iris, mduigou, jjg
2013-04-12 15:21:17 -07:00
Tim Bell
0a6c65bc99 8011348: use of which in common/autoconf/autogen.sh is not portable
Reviewed-by: erikj, katleman, mduigou
2013-04-09 13:05:22 -07:00
Erik Joelsson
21711140e2 8006288: build-infra: Use solaris nm and not gnm on solaris
Reviewed-by: tbell
2013-04-09 09:42:20 +02:00
Omair Majid
ca98a33db4 8011388: Support building zero and zeroshark with the new build
Co-authored-by: Roman Kennke <rkennke@redhat.com>
Reviewed-by: andrew, dholmes, erikj
2013-04-08 14:07:32 -04:00
Erik Joelsson
6cb72b3aab 8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'
Reviewed-by: tbell
2013-04-05 09:38:54 +02:00
Erik Joelsson
a88f9ec2d6 8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
Reviewed-by: tbell, alanb
2013-04-04 09:24:21 +02:00
Omair Majid
b34573420a 8011278: Allow using a system-installed giflib
Reviewed-by: andrew, prr
2013-04-02 14:13:06 -04:00
Andrew John Hughes
c6ab956b21 8009988: build-infra: Fix configure output for zip debuginfo check
No output from zip debuginfo option when default is used.

Reviewed-by: tbell
2013-04-02 13:59:30 +01:00
Omair Majid
2e4abcea23 8010277: Configure doesn't fail when Xrender.h is missing
Reviewed-by: andrew
2013-03-19 11:25:05 -04:00
Omair Majid
7b22402218 8010030: Allow configure to detect if EC implementation is present
Reviewed-by: andrew, dholmes
2013-03-18 10:47:37 -04:00
Lana Steuck
aeddcfd53b Merge 2013-03-13 23:21:35 -07:00
Tim Bell
4d75d57692 8009819: build-infra: RE jdk8 build forest fails for windows since addition of --with-dxsdk
Reviewed-by: katleman
2013-03-12 22:08:13 -07:00
Lana Steuck
a92ce06fe1 Merge 2013-03-12 16:38:11 -07:00
Erik Joelsson
ef56e8fdec 8008073: build-infra: Need --with-dxsdk option? And awt/sound -I option additions?
Reviewed-by: tbell
2013-03-06 10:50:37 +01:00
David Holmes
a9a7cc3a23 8009529: Fix for 8006988 missed closed configure changes
Reviewed-by: mr
2013-03-05 22:45:59 -05:00
Lana Steuck
76d8a6b8c2 Merge 2013-03-05 15:09:56 -08:00
Martin Buchholz
8391257f03 8006988: build-infra: Configure fails if 'cl' is in path on linux
Respect user CC and CXX environment variables; use cl iff on windows

Reviewed-by: erikj
2013-03-05 13:16:40 -08:00
Lana Steuck
72cb4c459e Merge 2013-03-05 11:46:02 -08:00
Erik Joelsson
737b863ce4 8004352: build-infra: Limit JOBS on large machines
Reviewed-by: mduigou
2013-03-04 16:45:07 +01:00
Tim Bell
20b2cd4890 8009019: Updates to generated-configure.sh required for 8008914
Reviewed-by: sundar, jlaskey, jjg
2013-02-26 09:25:44 -08:00
Erik Joelsson
5c31bde4c0 8008914: Add nashorn to the tl build
Co-authored-by: James Laskey <james.laskey@oracle.com>
Reviewed-by: mr, tbell, jjh
2013-02-25 15:08:11 -08:00
Erik Joelsson
b70f9bfef4 8008451: Make mac builds on 10.8 work on 10.7
Reviewed-by: ohair, ddehaven
2013-02-21 14:16:56 +01:00
David Holmes
25c1411706 Merge 2013-02-18 15:35:05 -05:00
David Holmes
e0ece27387 Merge 2013-02-17 16:44:28 -05:00
Erik Joelsson
d49ae7856e 8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac
Reviewed-by: ohair
2013-02-15 10:40:46 +01:00
David Holmes
2cc65f1eb7 Merge 2013-02-04 18:08:42 -05:00
Erik Joelsson
2b800f01d9 8007275: build-infra: Create final-images target
Reviewed-by: tbell
2013-02-04 11:02:03 +01:00