Commit Graph

41 Commits

Author SHA1 Message Date
James Melvin
5b1baa3d10 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 17:10:35 -04:00
Erik Joelsson
17888bc3c0 7153266: Adjustments to corba strip property utility (neutral to builds)
Fixes to sync up with jdk8 build-infra project.

Reviewed-by: ohair, tbell, ohrstrom
2012-03-19 13:03:37 -07:00
Alan Bateman
4b62ceec81 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:25:43 +00:00
Michael Fang
c5468080e4 7014477: pt_BR corba resource bundle is missing in jdk7 build
Reviewed-by: ohair
2011-02-10 11:07:10 -08:00
Kelly O'Hair
5757e522de 6962318: Update copyright year
Reviewed-by: xdono
2010-12-28 15:52:36 -08:00
Kelly O'Hair
7c9523592e 6909026: Change GNU make version requirement to 3.81
Reviewed-by: robilad
2010-12-18 18:29:58 -08:00
Kelly O'Hair
1edc810119 6981043: Clean out all native code makefile logic from corba repository
Reviewed-by: jjg
2010-08-30 14:39:42 -07:00
Andrew John Hughes
c45d80a0a2 6958257: Add support for alpha
Allow the Zero port to be built on alpha architectures

Reviewed-by: ohair
2010-06-03 19:37:48 +01:00
Kelly O'Hair
bb19e223b4 6956930: Remove unused OS_VENDOR make variable
Reviewed-by: trims
2010-05-28 10:40:17 -07:00
Kelly O'Hair
54705799f5 6943119: Rebrand source copyright notices
Reviewed-by: darcy
2010-05-25 15:52:11 -07:00
Phil Race
4260bdf72f 6931180: Migration to recent versions of MS Platform SDK
Changes to enable building JDK7 with Microsoft Visual Studio 2010

Reviewed-by: ohair, art, ccheung, dcubed
2010-05-11 14:35:21 -07:00
Gary Benson
bab0e148d6 6903453: Zero build on ARM and IA-64
Correctly set uname on ARM, and correctly build fdlibm on IA-64

Reviewed-by: ohair
2009-11-23 10:04:41 +00:00
Gary Benson
c45a788c5c 6891677: java/build integrate zero assembler JDK changes
Build changes for the Zero assembler port

Reviewed-by: ohair, tbell
2009-10-15 13:28:26 +01:00
Xiomara Jayasena
bd6c8e08ad 6884624: Update copyright year
Update copyright for files that have been modified in 2009 through Septermber

Reviewed-by: tbell, ohair
2009-09-22 14:06:05 -07:00
Kelly O'Hair
cd6e08db27 6883816: corba fix for missing javax/transaction/xa classes (the real fix)
Reviewed-by: tbell
2009-09-18 17:10:28 -07:00
Kelly O'Hair
97f616d2bd 6883790: corba build problem related to wildcard and vpath, regression
Reviewed-by: tbell
2009-09-18 16:26:51 -07:00
Kelly O'Hair
b4723614c1 6875240: Reduce Makefile build time by limiting repeated exec's (mostly for cygwin building)
Reviewed-by: jjg, iris
2009-09-02 09:20:17 -07:00
Andrew John Hughes
a2574bbbdb 6878106: Synchronize CORBA and JDK makefiles where possible
Add recent changes to the JDK makefile to the CORBA makefile

Reviewed-by: jjg, never
2009-09-01 23:44:41 +01:00
Andrew John Hughes
310e07492f 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk javac
The bootstrap javac currently uses the default source and targets of the boot javac

Reviewed-by: jjg, ohair
2009-08-20 01:28:58 +01:00
Tim Bell
78ceeef3f3 Merge 2009-07-30 23:37:25 -07:00
Xiomara Jayasena
f3605fc37c 6862919: Update copyright year
Update copyright for files that have been modified in 2009, up to 07/09

Reviewed-by: tbell, ohair
2009-07-28 12:12:36 -07:00
Jonathan Gibbons
103e820d94 6854244: change source/target used to compile JDK to 7
Reviewed-by: ohair
2009-07-27 15:19:26 -07:00
Andy Herrick
679c401cc8 Merge 2009-06-15 13:07:30 -04:00
Andy Herrick
ac945bbf62 6797688: Umbrella: Merge all JDK 6u4 - 6u12 deployment code into JDK7
6845973: Update JDK7 with deployment changes in 6u13, 6u14
4802695: Support 64-bit Java Plug-in and Java webstart on Windows/Linux on AMD64
6825019: DownloadManager should not be loaded and referenced for full JRE
6738770: REGRESSION:JSException throws when use LiveConnect javascript facility
6772884: plugin2 : java.lang.OutOfMemoryError or crash
6707535: Crossing domain hole affecting multiple sites/domains using plug-in
6728071: Non-verification of Update files may allow unintended updates
6704154: Code loaded from local filesystem should not get access to localhost
6727081: Web Start security restrictions bypass using special extension jnlp
6727079: Java Web Start Socket() restriction bypass
6727071: Cache location/user name information disclosure in SingleInstanceImpl
6716217: AppletClassLoader adds permissions based on codebase regardless of CS
6694892: Java Webstart inclusion via system properties override [CVE-2008-2086]
6704074: localhost socket access due to cache location exposed
6703909: Java webstart arbitrary file creation using nativelib
6665315: browser crashes when deployment.properties has more slashes ( / )
6660121: Encoding values in JNLP files can cause buffer overflow
6606110: URLConnection.setProxiedHost for resources that are loaded via proxy
6581221: SSV(VISTA): Redirection FAILS to work if user does a downgrade install
6609756: Buffer Overflow in Java ActiveX component
6608712: Bypassing the same origin policy in Java with crafted names
6534630: "gnumake clobber" doesn't
6849953: JDK7 - replacement of bufferoverflowU.lib on amd64 breaks build
6849029: Need some JDK7 merge clean-up after comments on the webrev
6847582: Build problem on JDK7 with isSecureProperty in merge
6827935: JDK 7 deployment merging - problem in Compiler-msvm.gmk
6823215: latest merge fixes from 6u12 -> JDK7
6816153: further mergers for JDK7 deployment integration
6807074: Fix Java Kernel and JQS in initial JDK7 builds

Initial changeset for implementing 6uX Deployment Features into JDK7

Reviewed-by: dgu, billyh
2009-06-11 15:16:20 -04:00
Kelly O'Hair
253ff78590 6733313: corba build warnings: /bin/sh: gcc: not found
Reviewed-by: tbell
2009-05-19 18:09:31 -07:00
Kelly O'Hair
9d17772469 6822374: Windows: detect X64 when PROCESSOR_IDENTIFIER contains EM64T or Intel64
6822913: Consolidate make/jprt.config files, let JPRT manage this file make it optional in repos

Reviewed-by: tbell
2009-03-26 16:47:41 -07:00
Xiomara Jayasena
ba0443d684 Merge 2009-03-16 16:18:10 -07:00
Kelly O'Hair
ad9390102d 6816311: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003
Reviewed-by: tbell
2009-03-11 17:31:56 -07:00
Kelly O'Hair
83f34e5507 6790292: BOOTDIR of jdk6 u12 will not work with jdk7 builds
Reviewed-by: tbell
2009-03-11 14:38:02 -07:00
Tim Bell
308015e275 Merge 2009-03-09 23:36:43 -07:00
Xiomara Jayasena
78f8162678 6814575: Update copyright year
Update copyright for files that have been modified in 2009, up to 03/09

Reviewed-by: katleman, tbell, ohair
2009-03-09 13:28:38 -07:00
Jonathan Gibbons
8ecfee604a 6810915: Sun proprietary warnings in JDK build
Reviewed-by: ohair
2009-02-26 18:32:46 -08:00
Jonathan Gibbons
c50a9c66cc 6809563: corba build in JDK uses invalid bootclasspath for javah
Reviewed-by: ohair
2009-02-26 18:28:21 -08:00
Xiomara Jayasena
87e027e6c7 6785258: Update copyright year
Update copyright for files that have been modified starting July 2008 to Dec 2008

Reviewed-by: katleman, ohair, tbell
2008-12-15 16:55:07 -08:00
Tim Bell
f52b203b13 6759959: VS2008 errors compiling corba sources
Update Makefiles to deal with newer Visual Studio releases

Reviewed-by: ohair
2008-10-15 21:24:26 -07:00
Kelly O'Hair
646d12c63f 6746424: Remove build dependency on findbugs and FINDBUGS_HOME
Reviewed-by: tbell
2008-09-09 15:46:54 -07:00
Kelly O'Hair
8e03026cf7 6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris
Reviewed-by: tbell
2008-08-06 16:08:15 -07:00
Xiomara Jayasena
c9dfb8b1bf 6719955: Update copyright year
Update copyright year for files that have been modified in 2008

Reviewed-by: ohair, tbell
2008-07-02 12:55:05 -07:00
Kelly O'Hair
ea96ee4b47 6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles)
Changes to support building with SS12.

Reviewed-by: tbell
2008-06-04 09:27:06 -07:00
Kelly O'Hair
2dae31e47c 6624808: corba makefiles not using langtools compiler
If supplied, the langtools javac should be used.

Reviewed-by: xdono
2008-03-06 13:56:47 -08:00
J. Duke
d714d32cbb Initial load 2007-12-01 00:00:00 +00:00