Lana Steuck
|
abd7c7bcde
|
Merge
|
2011-04-01 23:55:08 -07:00 |
|
Phil Race
|
56980cf411
|
7032930: A way to specify MS Mincho to be used in dialoginput on windows JA locale
Reviewed-by: igor, jgodinez
|
2011-04-01 20:21:14 -07:00 |
|
Erik Trimble
|
344dad5b73
|
Merge
|
2011-03-29 13:28:10 -07:00 |
|
Andrew Brygin
|
ab263062ef
|
6985593: Crash in Java_sun_java2d_loops_MaskBlit_MaskBlit on oel5.5-x64
Reviewed-by: ceisserer, jgodinez, prr
|
2011-03-27 15:51:44 +04:00 |
|
Lana Steuck
|
3588e1424d
|
Merge
|
2011-03-26 00:10:12 -07:00 |
|
John R Rose
|
9b0b7b91d5
|
Merge
|
2011-03-24 00:17:59 -07:00 |
|
John R Rose
|
3718824e69
|
7012648: move JSR 292 to package java.lang.invoke and adjust names
Package and class renaming only; delete unused methods and classes; add @since tags; no code changes
Reviewed-by: twisti
|
2011-03-23 23:02:31 -07:00 |
|
Andrew Brygin
|
91f8f158a4
|
6993561: java.awt.image.SampleModel.setSamples() methods not always throw ArrayIndexOutOfBoundsException
Reviewed-by: jgodinez, prr
|
2011-03-22 11:22:38 +03:00 |
|
Lana Steuck
|
99bae3bd28
|
Merge
|
2011-03-21 16:57:18 -07:00 |
|
Lana Steuck
|
e629176759
|
Merge
|
2011-03-21 16:55:14 -07:00 |
|
Mike Duigou
|
8629655e8b
|
Merge
|
2011-03-21 11:49:37 -07:00 |
|
Mike Duigou
|
af9167398f
|
7029491: fix broken test file committed with CR 5045147
An incorrect file was committed with CR 5045147. This commit corrects that error and also applies minor review suggestions.
Reviewed-by: alanb
|
2011-03-21 11:31:54 -07:00 |
|
Yong Jeffrey Huang
|
c09ed84373
|
7020960: CurrencyNames_sr_RS.properties is missing
Reviewed-by: naoto
|
2011-03-20 23:47:10 -07:00 |
|
Michael Fang
|
8df3dbea9d
|
Merge
|
2011-03-19 19:12:28 -07:00 |
|
Alan Bateman
|
8dfe1d556a
|
7017446: (fs) Updates to file system API (3/2011)
Reviewed-by: sherman
|
2011-03-19 14:21:52 +00:00 |
|
Lana Steuck
|
4e70e79c7f
|
Merge
|
2011-03-18 23:33:34 -07:00 |
|
Lana Steuck
|
0ece4eae55
|
Merge
|
2011-03-18 15:44:48 -07:00 |
|
John R Rose
|
e7ebd4792b
|
6839872: remove implementation inheritance from JSR 292 APIs
Move everything into a single package; remove all multi-package machinery
Reviewed-by: twisti, forax
|
2011-03-18 00:03:24 -07:00 |
|
Mike Duigou
|
deb8d5a4ff
|
5045147: Prevent insertion of null Key into empty TreeMap (and null element into TreeSet) when no Comparator is used. Prevent insertion of key of incorrect type into empty TreeMap and incorrect type element into TreeSet and incorrect type when Comparator is used
Reviewed-by: alanb, dl, mduigou
|
2011-03-17 14:42:40 -07:00 |
|
Xueming Shen
|
5423e4402e
|
6803681: RFE: Need new codeset converter for IBM Cp1364
Forward port the Cp1364
Reviewed-by: alanb
|
2011-03-16 12:16:00 -07:00 |
|
David Holmes
|
4293c9d423
|
Merge
|
2011-03-16 05:29:27 -04:00 |
|
Xue-Lei Andrew Fan
|
7705e63e30
|
7022855: Export "PKIX" as the standard algorithm name of KeyManagerFactory
Export the existing "NewSunX509" algorithm implementation using the standard name "PKIX"
Reviewed-by: weijun, wetmore
|
2011-03-15 23:13:35 -07:00 |
|
David Holmes
|
117062efaa
|
Merge
|
2011-03-15 20:00:45 -04:00 |
|
Denis Lila
|
816dc493b7
|
7019861: Last scanline is skipped in pisces.Renderer
Not skipping it anymore.
Reviewed-by: flar
|
2011-03-15 17:05:02 -04:00 |
|
Denis Lila
|
bdd71ec7bd
|
7027667: clipped aa rectangles are not drawn properly
Already fixed. This is just a regression test for it.
Reviewed-by: prr
|
2011-03-15 15:15:10 -04:00 |
|
Alan Bateman
|
4b0829340e
|
7026376: (dc) DatagramChannel created without specifying protocol family fails to join IPv4 group
Reviewed-by: chegar
|
2011-03-15 13:15:31 +00:00 |
|
Neil Richards
|
b96d0e610a
|
7014637: Improve behavior of EnumSet Iterator.remove()
Reviewed-by: mduigou, alanb
|
2011-03-14 14:49:52 -07:00 |
|
Kumar Srinivasan
|
b5ae4b5810
|
7027288: (launcher) remove jkernel test from MiscTests
Reviewed-by: mchung, herrick
|
2011-03-14 10:36:43 -07:00 |
|
Pavel Porvatov
|
9e81085efd
|
6464022: Memory leak in JOptionPane.createDialog
Reviewed-by: alexp
|
2011-03-14 15:01:53 +03:00 |
|
Naoto Sato
|
d7b9fcfbd4
|
7023613: (lc) Incorrect string returned by Locale.toString() with non-empty script field
Reviewed-by: srl
|
2011-03-11 11:31:10 -08:00 |
|
Chris Hegarty
|
b6f518d3c1
|
7023363 : URI("ftp", "[www.abc.com]", "/dir1/dir2", "query", "frag") should throw URISyntaxException
Reviewed-by: alanb, michaelm
|
2011-03-11 13:50:09 +00:00 |
|
Yong Jeffrey Huang
|
05cd7bb4c2
|
7019267: Currency Display Names are not localized into pt_BR
Reviewed-by: naoto
|
2011-03-11 05:17:45 -08:00 |
|
Vinnie Ryan
|
f7207feb33
|
Merge
|
2011-03-11 09:57:13 +00:00 |
|
Vinnie Ryan
|
328f8c8455
|
6986477: sun/security/mscapi/AccessKeyStore.sh test is failing on jdk7
Reviewed-by: valeriep
|
2011-03-11 09:55:03 +00:00 |
|
Charles Lee
|
15ddaff2ab
|
7026346: URLConnection.guessContentTypeFromStream does not support UTF-8 and UTF-32 xml streams with BOM
Reviewed-by: alanb
|
2011-03-11 08:57:14 +00:00 |
|
Lana Steuck
|
d67aed550b
|
Merge
|
2011-03-10 19:38:44 -08:00 |
|
Athijegannathan Sundararajan
|
b1b7b412a7
|
6960211: JavaScript engine allows creation of interface although methods not available
Reviewed-by: jjh
|
2011-03-10 12:52:24 +05:30 |
|
Rama Pulavarthi
|
691add8afc
|
7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
Reviewed-by: ohair, alanb
|
2011-03-09 15:47:15 -08:00 |
|
Alan Bateman
|
a36a5ce599
|
7025468: Tests using diamond with anonymous inner classes needs to be reverted
Reviewed-by: dholmes, forax
|
2011-03-08 10:32:18 +00:00 |
|
Steven Loomis
|
a816ca8a51
|
6962082: merge back in lines from bad merge in CR 6501644 and open up a test
Reviewed-by: igor, prr
|
2011-03-07 19:37:07 -08:00 |
|
Steven Loomis
|
58bbf34391
|
7017324: Kerning crash in JDK 7 since ICU layout update
Reviewed-by: igor, prr
|
2011-03-07 17:23:39 -08:00 |
|
Lana Steuck
|
8b14c7551d
|
Merge
|
2011-03-07 14:48:27 -08:00 |
|
Valerie Peng
|
1daa47b01d
|
6994008: PKCS11 should support "RSA" and "RSA/ECB/NoPadding" ciphers
Add support for RSA_X_509 mechanism and aliasing of "RSA" to "RSA/ECB/PKCS1Padding".
Reviewed-by: wetmore
|
2011-03-07 14:14:37 -08:00 |
|
Lana Steuck
|
5f0efd5e7c
|
Merge
|
2011-03-07 11:36:37 -08:00 |
|
Sean Coffey
|
02b628a10f
|
7025105: TEST_BUG test/com/sun/jndi/ldap/NoWaitForReplyTest.java should be cleaned up
Reviewed-by: alanb
|
2011-03-07 14:43:11 +00:00 |
|
Lana Steuck
|
1b471215b4
|
Merge
|
2011-03-05 20:54:53 -08:00 |
|
Michael Fang
|
96741fdfe3
|
Merge
|
2011-03-04 14:31:00 -08:00 |
|
Alan Bateman
|
d048451ca2
|
7023403: (ch) sun.nio.ch.SolarisEventPort.startPoll failed with AssertionError
Reviewed-by: forax
|
2011-03-04 21:26:50 +00:00 |
|
Alan Bateman
|
7b97cd1c34
|
Merge
|
2011-03-04 09:33:05 +00:00 |
|
Alan Bateman
|
1d820278f6
|
6944810: (ch) Assert failure in sun.nio.ch.PendingIoCache.clearPendingIoMap [win]
Reviewed-by: chegar
|
2011-03-04 09:29:56 +00:00 |
|