Joe Darcy
|
30bdc40c81
|
7039369: Limit range of strictfp in FloatingDecimal
Additional reviews by sergey.kuksenko@oracle.com
Reviewed-by: alanb
|
2011-04-26 10:35:06 -07:00 |
|
Lana Steuck
|
b550ca992e
|
Merge
|
2011-04-25 15:44:20 -07:00 |
|
Vinnie Ryan
|
dc6eb040b7
|
6931562: Support SunMSCAPI Security Provider in Windows 64-bit releases of JVM
Reviewed-by: mullan
|
2011-04-22 17:03:51 +01:00 |
|
Joe Darcy
|
896553f439
|
6998871: Support making the Throwable.stackTrace field immutable
Reviewed-by: dholmes, mchung, forax
|
2011-04-21 15:55:59 -07:00 |
|
Lana Steuck
|
b92cf6375e
|
Merge
|
2011-04-21 11:11:20 -07:00 |
|
Abhijit Saha
|
51829716bb
|
Merge
|
2011-04-21 08:39:52 -07:00 |
|
Abhijit Saha
|
c9766be52a
|
Merge
|
2011-04-21 08:37:10 -07:00 |
|
Vinnie Ryan
|
5982362c7d
|
Merge
|
2011-04-21 14:25:46 +01:00 |
|
Vinnie Ryan
|
c74acca8b0
|
6888925: SunMSCAPI's Cipher can't use RSA public keys obtained from other sources
Reviewed-by: mullan
|
2011-04-21 14:23:57 +01:00 |
|
Christine Lu
|
b60e48399b
|
Merge
|
2011-04-20 16:05:52 -07:00 |
|
Abhijit Saha
|
68c514a747
|
Merge
|
2011-04-20 09:31:11 -07:00 |
|
Michael McMahon
|
92ba6df81a
|
Merge
|
2011-04-20 12:05:17 +01:00 |
|
Michael McMahon
|
1b62e08853
|
7034570: java.lang.Runtime.exec(String[] cmd, String[] env) can not work properly if SystemRoot not inherited
Reviewed-by: dholmes, alanb
|
2011-04-20 12:03:30 +01:00 |
|
Weijun Wang
|
68d5cd6f23
|
6894072: always refresh keytab
Reviewed-by: valeriep
|
2011-04-20 18:41:32 +08:00 |
|
Erik Trimble
|
0927ad6bb3
|
Merge
|
2011-04-19 18:14:51 -07:00 |
|
Michael Fang
|
07dada6d04
|
Merge
|
2011-04-19 10:55:46 -07:00 |
|
Andrei Dmitriev
|
d097a2cab1
|
7036733: Regression : NullPointerException when scrolling horizontally on AWT List
Reviewed-by: dcherepanov
|
2011-04-19 18:52:49 +04:00 |
|
Anthony Petrov
|
89d504b32f
|
7036669: Simplify revalidating component hierarchy with multiple validate roots
Introduce Component.revalidate() method
Reviewed-by: art, alexp
|
2011-04-19 14:44:09 +04:00 |
|
Pavel Porvatov
|
06c379e859
|
7036025: java.security.AccessControlException when creating JFileChooser in signed applet
Reviewed-by: malenkov
|
2011-04-19 10:11:58 +04:00 |
|
Yong Jeffrey Huang
|
8e70d44f2c
|
7036905: [de] dem - the german mark display name is incorrect
Reviewed-by: naoto
|
2011-04-18 23:00:53 -07:00 |
|
Lana Steuck
|
8a0e9f26d9
|
Merge
|
2011-04-18 14:00:34 -07:00 |
|
Lana Steuck
|
5a9aa21b13
|
Merge
|
2011-04-18 13:57:44 -07:00 |
|
Lana Steuck
|
31d0117e7a
|
Merge
|
2011-04-18 13:29:32 -07:00 |
|
Mike Duigou
|
7d2db524ac
|
Merge
|
2011-04-18 11:32:41 -07:00 |
|
Mike Duigou
|
d845140f33
|
7035160: Disable broken test cases for test/java/lang/reflect/Generics/Probe.java
Reviewed-by: alanb
|
2011-04-18 11:31:38 -07:00 |
|
Neil Richards
|
bad4b686c4
|
7031076: Retained ZipFile InputStreams increase heap demand
Allow unreferenced ZipFile InputStreams to be finalized, GC'd
Reviewed-by: sherman, dholmes
|
2011-04-18 10:51:19 -07:00 |
|
Sergey Malenkov
|
2e4d569195
|
7034614: The insets of TitledBorder vary, will be modified by another method, in JDK7
Reviewed-by: rupashka
|
2011-04-18 15:58:32 +04:00 |
|
Chris Hegarty
|
f1659ec169
|
7030649: URL.equals() fails to compare jar urls
Reviewed-by: michaelm
|
2011-04-18 11:14:28 +01:00 |
|
Joe Darcy
|
04d347dde1
|
7021568: Double.parseDouble() returns architecture dependent results
Reviewed-by: alanb
|
2011-04-17 22:52:26 -07:00 |
|
Lana Steuck
|
b99716e22a
|
Merge
|
2011-04-17 16:19:29 -07:00 |
|
Sergey Kuksenko
|
c930bfc387
|
7036582: Improve test coverage of java.math.BigDecimal
Reviewed-by: darcy
|
2011-04-17 13:49:33 +01:00 |
|
Lana Steuck
|
8de231319a
|
Merge
|
2011-04-16 23:23:31 -07:00 |
|
Lana Steuck
|
4032ca9290
|
Merge
|
2011-04-16 22:45:08 -07:00 |
|
Lana Steuck
|
fcc61389fc
|
Merge
|
2011-04-16 20:16:55 -07:00 |
|
Valerie Peng
|
16ddb7350c
|
7035115: sun/security/pkcs11/Provider/ConfigShortPath.java compilation failed
Updated the test to use reflection and skip when SunPKCS11 provider not present.
Reviewed-by: weijun
|
2011-04-15 15:56:12 -07:00 |
|
Phil Race
|
7e782e5b4f
|
6942504: test/javax/imageio/metadata/DOML3Node.java fails
Reviewed-by: bae, jgodinez
|
2011-04-15 12:58:56 -07:00 |
|
Alexander Potochkin
|
5a6ab5cdcf
|
7036148: NullPointerException with null JMenu name
Reviewed-by: rupashka
|
2011-04-15 21:36:50 +04:00 |
|
Alexander Potochkin
|
6c8a2cd3fb
|
Merge
|
2011-04-15 20:54:13 +04:00 |
|
Alexander Potochkin
|
8ea39deb18
|
7032903: javax/swing/JComponent/6989617/bug6989617.java test fails against jdk7
Reviewed-by: rupashka
|
2011-04-15 20:50:06 +04:00 |
|
Masayoshi Okutsu
|
4e60b6278a
|
7035446: some regression tests take too long
Reviewed-by: peytoia
|
2011-04-15 22:57:15 +09:00 |
|
Joe Darcy
|
b4d4e3bed4
|
6430675: Math.round has surprising behavior for 0x1.fffffffffffffp-2
Reviewed-by: alanb
|
2011-04-14 21:27:10 -07:00 |
|
Pavel Porvatov
|
0b3e04d41f
|
7032911: javax/swing/JLabel/7004134/bug7004134.java test fails against jdk7
Reviewed-by: malenkov
|
2011-04-14 12:37:11 +04:00 |
|
Masayoshi Okutsu
|
899e0913f3
|
7028818: (lc) Lazily initialize locale extension
7029740: (lc) New Locale class implementation doesn't follow the Java coding conventions
7032820: (lc) sun.util.locale.InternalLocaleBuilder.CaseInsensitiveChar.equals problems
7033503: (lc) Restore optimization code for Locale class initialization
7033504: (lc) incompatible behavior change for ja_JP_JP and th_TH_TH locales
Reviewed-by: naoto
|
2011-04-14 15:59:47 +09:00 |
|
Kelly O'Hair
|
7c8e01891a
|
Merge
|
2011-04-13 16:56:16 -07:00 |
|
Bradford Wetmore
|
2b73acfa12
|
6626257: Update SWAN-specific webcaching to Oracle environment in the regression tests
Reviewed-by: valeriep
|
2011-04-13 16:12:49 -07:00 |
|
Bradford Wetmore
|
2be59f90fd
|
7031343: Provide API changes to support future GCM AEAD ciphers
Reviewed-by: valeriep, xuelei
|
2011-04-13 11:59:18 -07:00 |
|
Neil Richards
|
44505cde63
|
6597112: referential integrity loophole during remote object export
Reviewed-by: peterjones
|
2011-04-13 18:39:48 +01:00 |
|
Pavel Porvatov
|
e7883dafb6
|
7030774: javax/swing/text/CSSBorder/6796710/bug6796710.java test fails against jdk7 b134
Reviewed-by: malenkov
|
2011-04-13 21:08:08 +04:00 |
|
Erik Trimble
|
5c3b84ba2d
|
Merge
|
2011-04-12 16:37:16 -07:00 |
|
Valerie Peng
|
86875ab33d
|
6986789: Sun pkcs11 provider fails to parse path name containing "+"
Modified to accept '+' as valid character.
Reviewed-by: weijun
|
2011-04-12 16:09:17 -07:00 |
|