Lana Steuck
55ca6aeb17
Merge
2010-03-09 15:29:13 -08:00
Kelly O'Hair
fa7b68252b
6931763: sanity checks broken with latest cygwin, newer egrep -i option problems
...
Reviewed-by: jjg
2010-03-03 11:29:44 -08:00
Lana Steuck
438e92ebe0
Merge
2010-03-01 18:30:05 -08:00
Alan Bateman
d5dc027db9
6928960: make modules fails to build class analyzer
...
Reviewed-by: mchung
2010-02-23 18:19:53 +00:00
Lana Steuck
642193f708
Merge
2010-02-17 10:24:30 -08:00
Yuka Kamiya
f27acf4a2a
6921289: (tz) Support tzdata2010b
...
Reviewed-by: okutsu
2010-02-12 14:38:16 +09:00
Yuka Kamiya
cd890eddf0
6909002: Remove indicim.jar and thaiim.jar from JRE and move to samples if needed
...
Reviewed-by: okutsu
2010-02-11 15:58:49 +09:00
Mandy Chung
d9eac222f1
6915413: Module build: building of specified jdk components instead of all
...
Define new SUBDIRS_* variables for specifying components for one group
Reviewed-by: ohair
2010-02-10 17:51:07 -08:00
Lana Steuck
4a34c2f90b
Merge
2010-02-09 00:02:38 -08:00
Lana Steuck
19f13aa80b
Merge
2010-02-08 23:59:22 -08:00
Andrew John Hughes
d7c18f0617
6921740: Eliminate warnings from sun.io converters and allow compiling with JAVAC_MAX_WARNINGS=true
...
Fix sun.io converters unchecked and cast warnings produced by -Xlint:all
Reviewed-by: alanb, sherman
2010-02-02 10:55:07 +00:00
Andrew John Hughes
2d314b47cd
6917466: Should set bootclasspath for javadoc in jdk build
...
Javadoc needs to reference the newly built classes so as not to hit APIs which differ between the boot JDK and the source files of the JDK being built.
Reviewed-by: ohair
2010-01-29 02:38:22 +00:00
Lana Steuck
21f09fb0b2
Merge
2010-01-28 18:24:54 -08:00
Andrew John Hughes
6e0e99e0cd
6921068: Remove javadoc builds warnings from specdefault tag
...
Ignore specdefault tag to avoid javadoc warnings
Reviewed-by: darcy, ohair
2010-01-28 21:01:13 +00:00
Vasanth Venkatachalam
688eab1157
6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
...
Add support for additional implementation specific info to the JVM/TI CompiledMethodLoad event via the compile_info parameter.
Reviewed-by: never, ohair, tbell, tdeneau
2010-01-20 12:09:31 -07:00
Mandy Chung
0dd2aad54f
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
...
Build modules not depending on ALT_JDK_IMPORT_PATH being set
Reviewed-by: alanb
2010-01-18 15:23:14 -08:00
Mandy Chung
74703b4493
6915502: Legal notice repairs needed in jdk/make/modules/tools
...
Fix the legal notice in jdk/make/modules/tools
Reviewed-by: tbell
2010-01-12 15:19:24 -08:00
Chris Hegarty
1d92211cb6
6915313: Reorganize implementation to make it more feasible to port to JDK6
...
This makes the SCTP implementation easier to run with Suns JDK6.
Reviewed-by: alanb
2010-01-11 16:04:05 +00:00
Mandy Chung
b4749c950a
6911737: Module build: generate modules with native libraries and any other files not in jar
...
Create modules under OUTPUTDIR/modules directory containing resources, native libraries
Reviewed-by: alanb, ohair
2010-01-07 08:14:48 -08:00
Alexey Utkin
fa9fcae42b
4874070: invoking DragSource's startDrag with an Image renders no image on drag
...
Reviewed-by: art, denis, alexp
2009-12-24 17:19:09 +03:00
Andrew John Hughes
071aabe3f8
6912893: (build) make/java/nio/FILES_java.gmk doesn't list sun.nio.cs.Unicode
...
Add missing Java source file
Reviewed-by: alanb
2009-12-23 17:17:16 +00:00
Tim Bell
4797193455
Merge
2009-12-19 10:26:19 -08:00
Mandy Chung
146de76334
6909572: Add a new target for building modules
...
Add a new "modules" build target that builds jdk and jre module image
Reviewed-by: alanb, ohair
2009-12-18 11:36:23 -08:00
Kelly O'Hair
6d3a4136f9
6558110: tmp/java/jli/obj_g/static is not deleted automatically
...
Reviewed-by: ksrini
2009-12-16 12:45:18 -08:00
Lana Steuck
6d6ed99403
Merge
2009-12-16 00:09:57 -08:00
Joe Darcy
37a980650b
6908131: Pure Java implementations of StrictMath.floor(double) & StrictMath.ceil(double)
...
Reviewed-by: alanb
2009-12-15 13:51:44 -08:00
Lana Steuck
ac644fa9f8
Merge
2009-12-10 09:50:09 -08:00
Lana Steuck
e4beee76a3
Merge
2009-12-10 09:46:13 -08:00
Jesse Wilson
1c4f3aa56b
6903754: (bf) Improve floating-point buffer comparison
...
Describe the exact behavior of {Double,Float}Buffer.{equals,compareTo}; fix non-anti-symmetric behavior of compareTo
Reviewed-by: alanb
2009-12-08 12:41:01 -08:00
Tim Bell
b66d49a7f2
Merge
2009-12-08 09:15:33 -08:00
Yuri Nesterenko
0974e6c1f3
5099725: AWT doesn't seem to handle MappingNotify events under X11
...
5036807: Pressing action keys "STOP/AGAIN/COMPOSE" generates keycode of F11/F12 keys
4787377: VK_STOP key on Solaris generates wrong Key Code
Added an event processing lumped with similar native code for similar bugs.
Reviewed-by: art
2009-12-07 13:32:50 +03:00
Kelly O'Hair
759c63a953
Merge
2009-12-01 08:54:10 -08:00
Kelly O'Hair
cd8f275bdb
6903197: Some java template files need to be renamed to .java.template
...
Reviewed-by: alanb
2009-11-30 14:15:15 -08:00
Alex Menkov
f0c4f1b346
Merge
2009-11-27 18:36:51 +03:00
Kelly O'Hair
56fe8463ef
Merge
2009-11-25 11:08:25 -08:00
Lana Steuck
314207e7f5
Merge
2009-11-24 18:12:46 -08:00
Gary Benson
d6a4ac9734
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:47 +00:00
Kumar Srinivasan
3d2d85a19c
6367077: Purge LD_LIBRARY_PATH usage from the launcher
...
6899834: (launcher) remove the solaris libjvm.so symlink
Fixes other related issues as well.
Reviewed-by: darcy, ohair, xlu, martin
2009-11-20 11:01:32 -08:00
Lana Steuck
a23c7f2fe8
Merge
2009-11-18 18:56:59 -08:00
Vinnie Ryan
2a073650dc
Merge
2009-11-12 23:04:42 +00:00
Vinnie Ryan
005e04bd07
6894643: Separate out dependency on Kerberos
...
Reviewed-by: alanb, xuelei
2009-11-12 23:00:23 +00:00
Yuka Kamiya
a1e00ce934
6899397: (tz) Support tzdata2009r
...
Reviewed-by: okutsu
2009-11-11 15:38:47 +09:00
Abhijit Saha
cc1b7fd05d
Merge
2009-11-09 07:38:05 -08:00
Kelly O'Hair
d12589297c
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
...
Reviewed-by: tbell, jjg, alanb
2009-11-08 15:11:10 -08:00
Abhijit Saha
b7a372efca
Merge
2009-11-06 21:32:35 -08:00
Tim Bell
44accdb4b7
Merge
2009-11-06 17:27:41 -08:00
Alex Menkov
83ed100592
6744801: JCK api/javax_sound/interactive/RecordSoundTest.html#RecordSoundTest fails on Solaris10 x64 for -d64
...
Reviewed-by: dav
2009-11-06 19:47:32 +03:00
Tim Bell
b20e230f81
Merge
2009-11-02 22:23:50 -08:00
Doug Lea
ef2dd097cc
6865582: jsr166y - jsr166 maintenance update
...
6865571: Add a lightweight task framework known as ForkJoin
6445158: Phaser - an improved CyclicBarrier
6865579: Add TransferQueue/LinkedTransferQueue
Reviewed-by: martin, chegar, dice
2009-11-02 17:25:38 -08:00
Abhijit Saha
91ce5d885d
Merge
2009-11-02 13:59:37 -08:00