Tim Bell
|
9298831bab
|
Merge
|
2009-01-09 22:01:38 -08:00 |
|
Bhavesh Patel
|
3849600cdd
|
6790217: Javadoc HTML WCAG 2.0 accessibility issues in jdk docs makefile - Bold tags should be strong
Reviewed-by: jjg
|
2009-01-07 16:39:43 -08:00 |
|
Lana Steuck
|
e39c4cbfe7
|
Merge
|
2009-01-06 16:24:03 -08:00 |
|
Tim Bell
|
928a098209
|
Merge
|
2008-12-19 10:37:50 -08:00 |
|
Xiomara Jayasena
|
cc8641d33a
|
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:25 -08:00 |
|
Xueming Shen
|
89fa477ecf
|
6642323: Speeding up Single Byte Decoders
6642328: Speeding up Single Byte Encoders
Re-implementation of mapping based sbcs charts
Reviewed-by: alanb
|
2008-12-10 14:03:15 -08:00 |
|
Lana Steuck
|
791e25aabf
|
Merge
|
2008-12-08 19:49:34 -08:00 |
|
Clemens Eisserer
|
5d3228cbb3
|
6708580: Java applications slow when EXA enabled
Reviewed-by: prr, tdv
|
2008-12-04 11:21:26 -08:00 |
|
Martin Buchholz
|
8dc49502e3
|
6775152: freetype version check program problem main arg order
Fix all compiler warnings
Reviewed-by: ohair, tbell
|
2008-11-23 09:56:39 -08:00 |
|
Eamonn McManus
|
d3972610f4
|
6763639: Remove "rawtypes" warnings from JMX code
Reviewed-by: dfuchs
|
2008-10-27 14:02:40 +01:00 |
|
Tim Bell
|
ecacc1fb5f
|
Merge
|
2008-10-17 08:41:15 -07:00 |
|
Lana Steuck
|
fb52866502
|
Merge
|
2008-10-13 17:13:29 -07:00 |
|
Bradford Wetmore
|
c63de8e0a8
|
Merge
|
2008-10-06 09:17:35 -07:00 |
|
Tim Bell
|
f7bfb9b472
|
Merge
|
2008-10-04 22:57:59 -07:00 |
|
Xiomara Jayasena
|
6e86513c3a
|
6754988: Update copyright year
Update for files that have been modified starting July 2008
Reviewed-by: ohair, tbell
|
2008-10-02 19:58:32 -07:00 |
|
Mandy Chung
|
2be5ac062d
|
6581243: Service Tag and Product Registration Support in JDK 7
Include service tag creation and product registration support in JDK
Reviewed-by: ksrini
|
2008-10-02 16:50:41 -07:00 |
|
Lana Steuck
|
297ae75019
|
Merge
|
2008-09-24 08:14:37 -07:00 |
|
Lana Steuck
|
6f9021ff80
|
Merge
|
2008-09-19 19:38:12 -07:00 |
|
Chris Hegarty
|
9f7bdd313a
|
6746836: java.net exception classes don't specify serialVersionUID
Reviewed-by: alanb, jccollet
|
2008-09-19 15:14:53 +01:00 |
|
Xiomara Jayasena
|
fb095c0504
|
Merge
|
2008-09-17 13:45:37 -07:00 |
|
Kelly O'Hair
|
69530c282e
|
Merge
|
2008-09-11 11:27:16 -07:00 |
|
Kelly O'Hair
|
ddc444d7b2
|
6746409: Error: dl failure on line 689: Copies of libjvm.so need to have chcon (selinux) re-applied to them
Reviewed-by: tbell
|
2008-09-10 10:19:02 -07:00 |
|
Kelly O'Hair
|
edb7cf2a91
|
6746430: Fix problems with getting 'ant -version' and the required setting of 'ANT_HOME'
Reviewed-by: tbell
|
2008-09-10 10:16:54 -07:00 |
|
Kelly O'Hair
|
ddfbf23583
|
6746424: Remove build dependency on findbugs and FINDBUGS_HOME
Reviewed-by: tbell
|
2008-09-10 09:48:41 -07:00 |
|
Kelly O'Hair
|
28aaf9add2
|
6746421: Compare images logic needs to be more forgiving
Reviewed-by: tbell
|
2008-09-10 09:31:16 -07:00 |
|
Yuka Kamiya
|
54e427219c
|
6730743: (tz) Support tzdata2008e
Reviewed-by: okutsu
|
2008-09-08 17:35:07 +09:00 |
|
Yuka Kamiya
|
c8b6411661
|
6466476: (tz) Introduction of tzdata2005r can introduce incompatility issues with some JDK1.1 3-letter TZ Ids
Reviewed-by: okutsu
|
2008-09-08 15:21:55 +09:00 |
|
Tim Bell
|
710733eaa5
|
Merge
|
2008-09-04 14:55:12 -07:00 |
|
Daniel Fuchs
|
6b53043eea
|
5072476: RFE: support cascaded (federated) MBean Servers
6299231: Add support for named MBean Servers
New javax.management.namespace package.
Reviewed-by: emcmanus
|
2008-09-04 14:46:36 +02:00 |
|
Tim Bell
|
09ef78ff9e
|
Merge
|
2008-08-31 11:59:20 -07:00 |
|
Alan Bateman
|
63d86bcfda
|
4640544: New I/O: Complete socket-channel functionality
Reviewed-by: iris, sherman, chegar
|
2008-08-31 18:39:01 +01:00 |
|
Alan Bateman
|
deaa5d9446
|
6570619: (bf) DirectByteBuffer.get/put(byte[]) does not scale well
Reviewed-by: iris
|
2008-08-31 18:32:59 +01:00 |
|
Kumar Srinivasan
|
136ad92f3d
|
6685121: (launcher) make ReportErrorMessages accessible by other launcher subsystems
Provided error reporting interfaces to other java subsystems that the launcher uses.
Reviewed-by: darcy
|
2008-08-26 10:21:20 -07:00 |
|
Alan Bateman
|
d41b0a77b2
|
6682020: (bf) Support monitoring of direct and mapped buffer usage
Reviewed-by: mchung, iris
|
2008-08-26 10:21:22 +01:00 |
|
Alan Bateman
|
827a25e39d
|
6728542: (se) epoll based SelectorProvider should be portable to platforms other than x86 and x64
Reviewed-by: sherman
|
2008-08-26 09:23:12 +01:00 |
|
Tim Bell
|
33a47ac00d
|
Merge
|
2008-08-25 23:37:31 -07:00 |
|
Lana Steuck
|
f0ef7211c5
|
Merge
|
2008-08-25 13:58:15 -07:00 |
|
Bradford Wetmore
|
f1c6258165
|
Merge
|
2008-08-25 08:11:08 -07:00 |
|
Jean-Christophe Collet
|
29241c7694
|
6717876: Make java.net.NetworkInterface.getIndex() public
Make getIndex() and getByIndex() public. Required a name change in native code
Reviewed-by: alanb, chegar, michaelm
|
2008-08-25 14:38:20 +02:00 |
|
Kelly O'Hair
|
cac629a070
|
6732421: Removed old javavm and Classic VM files from the jdk7 sources
Reviewed-by: alanb
|
2008-08-22 12:24:27 -07:00 |
|
Xiomara Jayasena
|
698094c02b
|
Merge
|
2008-08-21 09:55:18 -07:00 |
|
Kumar Srinivasan
|
731dd43ab4
|
6614210: JPRT Windows 32bit msival2 build failure when building 'install' workspace
Suppresses wscript's modal dialog on error and no msi validation for jprt.
Reviewed-by: ohair, jmelvin
|
2008-08-19 07:50:03 -07:00 |
|
Tim Bell
|
7c923b06e9
|
Merge
|
2008-08-14 22:16:00 -07:00 |
|
Kelly O'Hair
|
f3e3c0e552
|
Merge
|
2008-08-14 20:59:51 -07:00 |
|
Kelly O'Hair
|
6ec4c76bb7
|
6674227: Missing LICENSE file during build
Just a JPRT usage issue. The top level files (like LICENSE) are needed to create the jdk image (j2sdk-image directory).
Reviewed-by: tbell
|
2008-08-14 13:33:08 -07:00 |
|
Lana Steuck
|
189c383d48
|
Merge
|
2008-08-12 17:59:58 -07:00 |
|
Xiomara Jayasena
|
4fb42021d7
|
Merge
|
2008-08-12 15:17:12 -07:00 |
|
Tim Bell
|
4a362b1ee2
|
Merge
|
2008-08-10 18:35:53 -07:00 |
|
Kelly O'Hair
|
c28ab2107b
|
Merge
|
2008-08-08 08:52:18 -07:00 |
|
Kelly O'Hair
|
0c7d8c2c75
|
6734977: Fix build failure regarding the now deleted file jdk/README.html
Reviewed-by: xdono, tbell
|
2008-08-08 08:50:30 -07:00 |
|