Xiomara Jayasena
3ceaec158c
Merge
2008-04-18 13:24:06 -07:00
Kelly O'Hair
0e9c8616cc
6641585: jdk/make/javax/Makefile should not have both SUBDIRS and AUTO_FILES_JAVA_DIRS
...
Separated Makefile logic, subtree walk vs. javac compiles. Also fixed minor issue in Rules.gmk.
Reviewed-by: tbell
2008-04-18 12:47:38 -07:00
Keith McGuigan
cd24f6fc4a
6690122: Provide a mechanism for specifying Java-level USDT-like dtrace probes
...
Initial checkin of JSDT code
Reviewed-by: sspitsyn, sbohne
2008-04-17 22:00:16 -04:00
Tim Bell
065eb83a37
Merge
2008-04-15 17:46:47 -07:00
Kelly O'Hair
a2db9ffac0
6484686: The next directory looks like it is no longer part of the build (deploy makefiles)
...
Getting rid of the _OUTPUTDIR settings. Using BUILD_PARENT_DIRECTORY instead. This solves problems with the "/build/windows-i586*" paths getting mangled on Windows builds (fastdebug builds in particular).
Reviewed-by: tbell
2008-04-14 14:52:27 -07:00
Lana Steuck
1d540f665e
Merge
2008-04-10 18:31:26 -07:00
Phil Race
caf5ff6f0e
6662775: Move imaging and color classes from closed to open
...
Reviewed-by: tdv, campbell
2008-04-10 16:28:45 -07:00
Xueming Shen
7f4be79650
6529796: Support JIS X 0213:2004 in existing JDK versions, especially for Windows Vista
...
SJIS0213 support
Reviewed-by: naoto
2008-04-10 14:45:58 -07:00
Tim Bell
a996482e5d
Merge
2008-04-07 23:27:43 -07:00
Bradford Wetmore
e6ce57d09e
6683078: Update JCE framework and provider builds to work on read-only filesystems
...
6644659: Error in default target of make/javax/crypto in OpenJDK build
Reviewed-by: valeriep, ohair
2008-04-06 10:15:03 -07:00
Kelly O'Hair
3d9e4854d0
6482134: JDK 6 build error on Windows, Visual Studio .NET on Japanese locale
...
Fix scanning of cl.exe version output, removed CC_TYPE.
Reviewed-by: tbell
2008-04-01 15:14:53 -07:00
Kelly O'Hair
4a807d5ed3
6501543: Username can have non-alphanumeric characters
...
User version string issues, including a L10n issue with month names.
Reviewed-by: tbell
2008-03-31 17:20:48 -07:00
Kelly O'Hair
298642faa1
6482445: j2se/make/java/java/localegen.sh uses 'sort' from PATH, could get system32/sort
...
Making sure the right 'sort' utility is found.
Reviewed-by: tbell
2008-03-31 17:19:06 -07:00
Kelly O'Hair
ea297b80d9
6672405: OPENJDK build: jdk7/jdk/make/tools/freetypecheck leaves dirt behind
...
OpenJDK freetype sanity check cleanup.
Reviewed-by: tbell
2008-03-31 17:17:18 -07:00
Xiomara Jayasena
4afc4c31b2
Merge
2008-03-27 12:28:53 -07:00
Xiomara Jayasena
b1415f3d2d
Merge
2008-03-27 12:09:50 -07:00
Kelly O'Hair
2214f21856
Merge
2008-03-26 17:48:05 -07:00
Kelly O'Hair
ba11a6a5e6
6627817: Remove ^M characters in all files (Makefiles too)
...
Some files included the use of the ^M character, which has been deleted.
Reviewed-by: xdono
2008-03-25 14:40:43 -07:00
Yuri Nesterenko
3965384d4c
Merge
2008-03-24 06:33:16 -07:00
Oleg Sukhodolsky
816ed65ca6
6630878: clean target in sun/xawt is incomplete
...
Clean target should remove .gen_icons
Reviewed-by: yan
2008-03-20 16:21:44 +03:00
Kelly O'Hair
cd2e0b7e91
6611629: Avoid hardcoded cygwin paths for memory detection
...
Use free with sygwin, mem or systeminfo otherwise, to get MB_OF_MEMORY on windows.
Reviewed-by: tbell
2008-03-19 13:26:29 -07:00
Kelly O'Hair
e35b18e39b
6654458: /java/devtools findbugs doesn't work on windows
...
Changes to both ant and findbugs version checking.
Reviewed-by: tbell
2008-03-18 11:08:09 -07:00
Kelly O'Hair
42919ee3bb
6674232: OPENJDK=false is same as OPENJDK=true
...
OPENJDK should be empty (undefined) or "true".
Reviewed-by: tbell
2008-03-18 11:06:34 -07:00
Kelly O'Hair
0dbfd8d9bf
6611788: chmod a+x bin/winver.exe in make/tools/winver/Makefile fails on a read only file system
...
Tell Mercurial this file has execute permission.
Reviewed-by: tbell
2008-03-18 11:04:42 -07:00
Kelly O'Hair
65cbc8719f
6674226: Warning errors in freetypecheck
...
Just corrected some C code to remove warning errors from gcc.
Reviewed-by: tbell
2008-03-18 11:03:27 -07:00
Anthony Petrov
f92bcde478
6613927: Compilation of splashscreen png library failed on Ubuntu 7.04 (64bit)
...
The macro PNG_NO_MMX_CODE should be defined when compiling on 64bit Linux
Reviewed-by: yan, avu
2008-03-18 13:53:08 +03:00
Tim Bell
fa4fe9bea5
Merge
2008-03-17 22:56:59 -07:00
Kelly O'Hair
c0165a4ae8
6649672: Adjustments to OUTPUTDIR default and mkdirs to avoid empty directory clutter
...
OUTPUTDIR changes to make sure absolute path is correct.
Reviewed-by: xdono
2008-03-10 16:51:23 -07:00
Martin Buchholz
4341094beb
6600143: Remove another 450 unnecessary casts
...
Reviewed-by: alanb, iris, lmalvent, bristor, peterjones, darcy, wetmore
2008-03-10 15:07:09 -07:00
Martin Buchholz
504a24907d
6631352: File{OutputStream,Writer} should implement atomic append mode using FILE_APPEND_DATA (win)
...
Reviewed-by: alanb, iris
2008-03-10 14:32:51 -07:00
Kelly O'Hair
fbfab433d5
6672777: Broken deploy build from jdk fix 6668781 for cygwin windows
...
Deploy workspace does not set BUILDDIR, uses it, assumes it is jdk/make.
Reviewed-by: xdono
2008-03-09 14:16:49 -07:00
Kelly O'Hair
373ad3f1c5
6628146: Exclude the .hgignore and .hgtags files from the source bundles
...
Just add to list of SCM files.
Reviewed-by: xdono
2008-03-06 11:37:14 -08:00
Kumar Srinivasan
86d2ba8dfc
6596475: (launcher) javaw should call InitCommonControls
...
Javaw does not show error window after manifest changes.
Reviewed-by: darcy
2008-03-06 07:51:28 -08:00
Kelly O'Hair
4b49c996b4
6668781: Openjdk windows cygwin build failure: no rule to make linker_md.obj target
...
Use of GNU make vpath breaks on windows with C:/ style fullpaths
Reviewed-by: xdono
2008-03-04 09:52:54 -08:00
Kelly O'Hair
c13218442a
6638060: Build failed with GNU make 3.81 (part of latest Solaris 'gmake')
...
Changes to the way GNU make 3.81 deals with the env variable SHELL
Reviewed-by: xdono
2008-03-04 09:51:25 -08:00
Kelly O'Hair
962e1ab78e
6638571: Fix freetype sanity check to work on solaris 64bit
...
Missing -xarch options to build for 64bit
Reviewed-by: xdono
2008-03-04 09:50:30 -08:00
Kelly O'Hair
e467c731a7
6654456: OpenJDK build problem with freetype makefiles
...
Ifdef test on OPENJDK before it gets set based on source tree contents
Reviewed-by: xdono
2008-03-04 09:47:43 -08:00
J. Duke
319a3b9947
Initial load
2007-12-01 00:00:00 +00:00