Sean Coffey
9573fdd192
7185965: Build error in javadoc make stage for bundles not containing crypto package
...
Reviewed-by: chegar
2012-08-16 10:48:43 +01:00
Andrew John Hughes
1ec7522737
7110151: Use underlying platform's zlib library for Java zlib support
...
Make SYSTEM_ZLIB more flexible by using ZLIB_{CFLAGS,LIBS} and building on more than just MACOSX.
Reviewed-by: sherman, alanb
2012-08-15 14:35:36 +01:00
Sean Coffey
c3e4ab9209
7163470: Build fails if javax.crypto src files not present
...
Reviewed-by: valeriep
2012-05-10 10:45:04 +01:00
James Melvin
d090606f36
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
...
On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories.
Reviewed-by: dcubed, phh, ohair, katleman
2012-04-16 18:09:53 -04:00
Lana Steuck
1ae8995f36
Merge
2012-03-30 16:57:50 -07:00
Daniel D. Daugherty
a2edf55463
7136506: FDS: rework jdk repo Full Debug Symbols support
...
Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add support for .diz files. Preserve symlinks in zip archives.
Reviewed-by: dholmes, ohair
2012-03-23 09:27:44 -07:00
Lana Steuck
a3f1271a63
Merge
2012-03-21 13:38:55 -07:00
David Katleman
69aa6d19c3
Merge
2012-03-14 13:50:37 -07:00
Michael McMahon
7138ff4750
7151898: Check for LANG in Mac OS X jdk build sanity check [macosx]
...
Reviewed-by: ohair, smarks
2012-03-15 16:45:55 +00:00
Deepak Bhole
1ee1acb94f
7150392: Linux build breaks with GCC 4.7 due to unrecognized option
...
Remove -mimpure-text option.
Reviewed-by: ohair, dholmes, phh, andrew
2012-03-08 14:04:44 +00:00
Alan Bateman
3269d85838
7113349: Initial changeset for Macosx port to jdk
...
Co-authored-by: Alexander Potochkin <alexander.potochkin@oracle.com>
Co-authored-by: Alexander Zuev <alexander.zuev@oracle.com>
Co-authored-by: Andrew Brygin <andrew.brygin@oracle.com>
Co-authored-by: Artem Ananiev <artem.ananiev@oracle.com>
Co-authored-by: Alex Strange <astrange@apple.com>
Co-authored-by: Bino George <bino@apple.com>
Co-authored-by: Christine Lu <christine.lu@oracle.com>
Co-authored-by: David Katleman <david.katleman@oracle.com>
Co-authored-by: David Durrence <david_durrence@apple.com>
Co-authored-by: Dmitry Cherepanov <dmitry.cherepanov@oracle.com>
Co-authored-by: Greg Lewis <glewis@eyesbeyond.com>
Co-authored-by: Kevin Miller <kevin_m_miller@apple.com>
Co-authored-by: Kurt Miller <kurt@intricatesoftware.com>
Co-authored-by: Landon Fuller <landonf@plausiblelabs.com>
Co-authored-by: Leonid Romanov <leonid.romanov@oracle.com>
Co-authored-by: Loefty Walkowiak <loefty@apple.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Roger Hoover <rhoover@apple.com>
Co-authored-by: Scott Kovatch <scott.kovatch@oracle.com>
Co-authored-by: Sergey ByloKhov <sergey.bylokhov@oracle.com>
Co-authored-by: Mike Swingler <swingler@apple.com>
Co-authored-by: Tomas Hurka <tomas.hurka@oracle.com>
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
2012-03-06 20:34:38 +00:00
Mike Duigou
0193199d57
7143162: Allow disable building of jdk demos and samples
...
Reviewed-by: ohair
2012-02-27 18:10:03 -08:00
Kelly O'Hair
892dcc25fc
7127104: Build issue with prtconf and zones, also using := to avoid extra execs
...
Reviewed-by: katleman
2012-01-04 17:42:25 -08:00
Christopher Gruszka
29d2647a0a
Merge
2011-12-23 10:43:48 -05:00
Thomas Ng
fe50fa5abf
7112298: remove security baseline sanity check
...
Reviewed-by: ccheung, igor, ohair
2011-11-15 23:33:49 -08:00
Thomas Ng
f622d7c806
7109885: security baseline for 7u2 or above is not set correctly
...
Reviewed-by: ccheung, igor, ohair
2011-11-13 21:39:57 -08:00
Christopher Gruszka
64c2502a16
7066713: Separate demos from the bundles on Solaris and Linux
...
Add new license files to demos and samples, new directory for bundling
Reviewed-by: katleman, ohair, billyh
2011-09-15 13:59:13 -04:00
Alexandre Boulgakov
ae4c0a9af1
7060849: Eliminate pack200 build warnings
...
Reviewed-by: ksrini, jjg
2011-07-08 10:25:57 -07:00
Alexandre Boulgakov
c1deb9188b
7061195: Clean up makefiles for JDK 8
...
Reviewed-by: ohair, jjg
2011-06-30 16:50:34 -07:00
Alexandre Boulgakov
fa7e844eb4
7061190: Update boot JDK version for JDK 8
...
Reviewed-by: ohair, jjg
2011-06-30 16:48:44 -07:00
Joe Darcy
70b94c5b15
7052122: Update JDK_MINOR_VERSION for JDK 8
...
Reviewed-by: mr, katleman
2011-06-13 12:17:20 -07:00
Andrew John Hughes
24b0b30f9e
Merge
2011-05-06 02:27:10 +01:00
Christine Lu
e20a4c4a39
7026163: gzip tar files
...
Reviewed-by: katleman
2011-05-05 18:05:24 -07:00
Andrew John Hughes
6e40ce24d5
7042040: Remove disk space sanity check
...
Remove outdated disk space checks using df
Reviewed-by: ohair, omajid
2011-05-06 01:55:29 +01:00
Suchen Chien
f1c12a7da4
6903609: Max memory of 896 may be too large for typical windows developer environment
...
Reviewed-by: ksrini, katleman
2011-04-29 11:52:58 -07:00
Kelly O'Hair
ca53ccfc32
7040096: Fix broken hg tip for 'make source'
...
Reviewed-by: katleman
2011-04-27 14:02:01 -07:00
Kelly O'Hair
bb6082b053
6631003: Add hg tip changeset to build image
...
Reviewed-by: mduigou
2011-04-26 16:27:40 -07:00
Kelly O'Hair
4e01afab2d
7038711: Fix CC_VER checks for compiler options, fix use of -Wno-clobber
...
Reviewed-by: igor
2011-04-21 18:26:04 -07:00
Abhijit Saha
c82deda455
7018125: Reverting the JFB version string for JDK releases
...
Reviewed-by: katleman
2011-04-20 14:22:08 -07:00
Kelly O'Hair
7c8e01891a
Merge
2011-04-13 16:56:16 -07:00
Kelly O'Hair
d4ab380c60
7033957: Library built without a mapfile: libxinerama.so
...
Reviewed-by: ksrini
2011-04-12 14:23:37 -07:00
Lana Steuck
12320dbfc3
Merge
2011-04-10 10:23:28 -07:00
Kelly O'Hair
d2b1e20c7d
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 22:06:11 -07:00
Kelly O'Hair
4819e529c3
7033960: Do not check for mapfiles when fastdebug building
...
Reviewed-by: dcubed
2011-04-05 17:24:44 -07:00
Lana Steuck
24ab596494
Merge
2011-03-31 22:07:32 -07:00
Kelly O'Hair
bd3a9c0f0a
Merge
2011-03-29 20:19:55 -07:00
Kelly O'Hair
00fdfda12a
7011718: VS2010, remove makefile logic with regards to use of VC6, VS2003, VS2005, VS2008
...
Reviewed-by: prr, weijun
2011-03-29 11:29:01 -07:00
David Holmes
93af7b4699
7025066: Build systems changes to support SE Embedded Integration
...
Define Embedded specific files and include them in the main files. Allow finer control over some build options.
Reviewed-by: ohair, bobv, collins
2011-03-22 18:56:16 -04:00
Lana Steuck
b755013961
Merge
2011-03-18 10:59:12 -07:00
David Holmes
d79934dd2f
7027910: Add basic cross-compilation support and add ARM/PPC to the known architectures in the open code
...
Cross-compilation support
Reviewed-by: ohair, andrew
2011-03-16 18:54:50 -04:00
Kelly O'Hair
0ec85f12ef
7027923: Disable VS2003 use in preparation for all VS2003 make logic removal
...
Reviewed-by: prr
2011-03-16 15:01:07 -07:00
David Katleman
034e24095e
7022473: JDK7 still runs /etc/prtconf to find memory size
...
Reviewed-by: ohair
2011-03-16 09:42:55 -07:00
David Holmes
117062efaa
Merge
2011-03-15 20:00:45 -04:00
David Holmes
87f8cc390f
7027897: Build support for client-VM only configurations
...
Support builds for which only the client VM is required and/or available
Reviewed-by: ohair, andrew
2011-03-15 19:52:42 -04:00
Kelly O'Hair
c290d7c178
Merge
2011-03-15 15:32:07 -07:00
Abhijit Saha
78d73e02da
Merge
2011-03-14 12:01:41 -07:00
Lana Steuck
36d744e77b
Merge
2011-03-10 20:49:43 -08:00
Kelly O'Hair
5fccff3de9
7025412: make381 issues with quotes in jdk/make/docs/Makefile and other places
...
Reviewed-by: mchung, herrick
2011-03-10 14:48:32 -08:00
Mandy Chung
3e459d7a5d
7025631: Remove the modules build support from jdk 7
...
Reviewed-by: alanb, ohair
2011-03-09 23:11:07 -08:00
Abhijit Saha
71bd8c66ee
6908562: JFB Custom Revision Version Build/Makefile changes
...
Reviewed-by: ohair, ksrini, katleman
2011-03-09 16:44:27 -08:00