Tim Bell
|
79bc5884e7
|
Merge
|
2009-03-09 23:37:17 -07:00 |
|
Xiomara Jayasena
|
f038343dc2
|
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:29:01 -07:00 |
|
Valerie Peng
|
ddd8b068ab
|
6812738: SSL stress test with GF leads to 32 bit max process size in less than 5 minutes with PCKS11 provider
Removed finalize() and add more error handling to native code
Reviewed-by: vinnie
|
2009-03-03 19:50:59 -08:00 |
|
Kevin Walls
|
ee5c2301ec
|
6599383: Unable to open zip files more than 2GB in size
Reviewed-by: alanb
|
2009-02-24 14:22:08 +00:00 |
|
Alan Bateman
|
030a13d8fe
|
6781363: New I/O: Update socket-channel API to jsr203/nio2-b99
4313887: New I/O: Improved filesystem interface
4607272: New I/O: Support asynchronous I/O
Reviewed-by: sherman, chegar
|
2009-02-15 12:25:54 +00:00 |
|
Tim Bell
|
9298831bab
|
Merge
|
2009-01-09 22:01:38 -08:00 |
|
Martin Buchholz
|
1db3e0312e
|
6792066: src/share/native/java/io/io_util.c clean-ups
Reviewed-by: alanb
|
2009-01-09 16:48:46 -08:00 |
|
Jeremy Manson
|
e8974fee90
|
6791458: FileInputStream/RandomAccessFile.read leaks memory if invoked on closed stream with len > 8k
Reviewed-by: alanb
|
2009-01-08 14:07:45 -08:00 |
|
Gary Benson
|
95f5222445
|
6788196: (porting) Bounds checks in io_util.c rely on undefined behaviour
Reviewed-by: alanb
|
2009-01-07 11:50:32 -08:00 |
|
Lana Steuck
|
e39c4cbfe7
|
Merge
|
2009-01-06 16:24:03 -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 |
|
Lana Steuck
|
791e25aabf
|
Merge
|
2008-12-08 19:49:34 -08:00 |
|
Alan Bateman
|
e9a892dd41
|
6763122: ZipFile ctor does not throw exception when file is not a zip file
Reviewed-by: bristor
|
2008-11-11 08:59:43 +00:00 |
|
Igor Nekrestyanov
|
df32a451da
|
6761856: OpenJDK: vertical text metrics may be significanly different from those returned by Sun JDK
Reviewed-by: bae, prr
|
2008-10-29 01:52:22 +03:00 |
|
Lana Steuck
|
579cc2111a
|
Merge
|
2008-10-20 11:52:47 -07:00 |
|
Lana Steuck
|
fb52866502
|
Merge
|
2008-10-13 17:13:29 -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 |
|
Lana Steuck
|
297ae75019
|
Merge
|
2008-09-24 08:14:37 -07:00 |
|
Dave Bristor
|
3020470ba9
|
6440786: Cannot create a ZIP file containing zero entries
Allow reading and writing of ZIP files with zero entries.
Reviewed-by: alanb
|
2008-09-11 14:58:57 -07:00 |
|
Yuka Kamiya
|
14ea0be212
|
6665028: native code of method j*.text.Bidi.nativeBidiChars is using the contents of a primitive array direct
Reviewed-by: okutsu
|
2008-09-08 10:44:57 +09: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 |
|
Dmitri Trembovetski
|
bef3a59d4c
|
6739267: D3D/OGL: add missing ThreeByteBgr to texture upload blit loop
Reviewed-by: campbell, flar
|
2008-08-28 11:27:14 -07: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 |
|
Kelly O'Hair
|
36a04a49a7
|
6496269: Many warnings generated from com/sun/java/util/jar/pack/*.cpp when compiled on Linux
Removal of compiler warnings and fixing of assert logic.
Reviewed-by: jrose, ksrini, bristor
|
2008-08-17 17:02:04 -07:00 |
|
Tim Bell
|
37f438af87
|
Merge
|
2008-08-07 09:42:31 -07:00 |
|
Lana Steuck
|
025ca5d66a
|
Merge
|
2008-07-24 21:12:50 -07:00 |
|
Alan Bateman
|
949d3854a5
|
6726309: Compiler warnings in nio code
Reviewed-by: sherman, iris
|
2008-07-24 12:46:41 +01:00 |
|
Dmitri Trembovetski
|
bd5f86fee1
|
6728492: typo in copyrights in some files touched by the d3d pipeline port
Reviewed-by: prr
|
2008-07-22 11:24:32 -07:00 |
|
Dmitri Trembovetski
|
e4c9db984f
|
6725214: D3D: forward-port the new pipeline from 6u10
Forward port of the new Direct3D 9 rendering pipeline from 6u10. Also includes fixes for 6690659 6689025 6658398 6596234.
Reviewed-by: campbell, prr
|
2008-07-18 10:48:44 -07:00 |
|
Xiomara Jayasena
|
2617d1d179
|
6719955: Update copyright year
Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
|
2008-07-02 12:55:45 -07:00 |
|
Tim Bell
|
e23242de59
|
Merge
|
2008-06-06 15:16:19 -07:00 |
|
Xueming Shen
|
fa0719879c
|
6706299: System property java.class.version should be 51 for jdk7
System property java.class.version should be 51 for jdk7
Reviewed-by: alanb
|
2008-06-06 14:57:32 -07:00 |
|
Igor Nekrestyanov
|
e3cd9f9e06
|
6587560: OpenJDK problem handling bitmaps returned when LCD text is requested
Reviewed-by: bae, prr
|
2008-05-28 20:06:09 +04:00 |
|
Igor Nekrestyanov
|
68458b3b27
|
6703377: freetype: glyph vector outline is not translated correctly
Reviewed-by: bae, prr
|
2008-05-21 10:59:07 +04:00 |
|
Phil Race
|
a2ffb58a98
|
Merge
|
2008-05-19 15:33:24 -07:00 |
|
Douglas Felt
|
33dda32d9c
|
6697721: OpenJDK: rotated text baseline different between TextLayout and drawString
Reviewed-by: prr, igor
|
2008-05-13 16:56:22 -07:00 |
|
Keith McGuigan
|
c3f28b519a
|
6697875: Copyright headers need to be upgraded with GPL derivative
Update copyright headers to GPL
Reviewed-by: xdono
|
2008-05-08 09:16:03 -04:00 |
|
Phil Race
|
c672506f95
|
6679308: Poor text rendering on translucent image
Reviewed-by: flar, campbell
|
2008-04-28 15:57:46 -07:00 |
|
Bradford Wetmore
|
f1e72f0012
|
Merge
|
2008-04-23 10:20:34 -07:00 |
|
Jean-Christophe Collet
|
18ff524a84
|
6558853: getHostAddress() on connections using IPv6 link-local addrs should have zone id
Set the scope_id_set flag when necessary
Reviewed-by: chegar
|
2008-04-18 15:23:27 +02: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 |
|
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 |
|
Martin Buchholz
|
a686efe6ac
|
6632696: Writing to closed output files (writeBytes) leaks native memory (unix)
Reviewed-by: alanb, iris
|
2008-03-10 14:32:51 -07:00 |
|
J. Duke
|
319a3b9947
|
Initial load
|
2007-12-01 00:00:00 +00:00 |
|