1315 Commits

Author SHA1 Message Date
Mandy Chung
886a7ade8f 6898747: Allow JNDI cosnaming provider to be used when java.applet is not present
Check if java.applet.Applet is present before accessing the type

Reviewed-by: alanb, vinnie
2009-12-17 08:11:21 -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
Joe Darcy
7f5baa6fe8 6909563: Javadoc build warnings in rmi, security, management
Reviewed-by: mchung, mullan
2009-12-11 10:40:14 -08:00
Joe Darcy
5d2842c0cf 4891262: API spec, javax/accessibility: few invalid javadoc tags
Reviewed-by: jjg
2009-12-10 13:28:07 -08:00
Joe Darcy
d4acc8e0fc 6909070: Missing package statements in java.text.Bidi @see links
Reviewed-by: anthony
2009-12-10 13:04:13 -08:00
Sean Mullan
fdf2e817d8 Merge 2009-12-10 11:34:31 -05:00
Sean Mullan
317dfd5205 6867348: Digest Value of References inside Manifest - calculation order problem
Reviewed-by: xuelei
2009-12-10 11:31:22 -05:00
Mandy Chung
642c276d6c 6909082: Docs warning from java.util.logging.PlatformLoggingMXBean
Fix incorrect tag @See with @see.

Reviewed-by: darcy
2009-12-09 21:09:38 -08:00
Joe Darcy
07d94668d2 6909057: @see Arrays#hashCode missing particular method specification in j.u.Objects.hash
Reviewed-by: ksrini
2009-12-09 17:55:48 -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
Josh Bloch
decdef947b 6905046: More Dual-pivot quicksort improvements
More improvements from the DPQ team

Reviewed-by: alanb
2009-12-08 12:40:30 +00:00
Martin Buchholz
74ad65ac21 6900043: Add method to return line.separator property
Add System.lineSeparator(), returning getProperty("line.separator")

Reviewed-by: darcy
2009-12-07 16:44:40 -08:00
Martin Buchholz
5732731ca5 6905029: Broken links in Deflater and DeflaterOutputStream javadoc
Fix syntax errors in @links

Reviewed-by: alanb
2009-12-07 15:32:26 -08:00
Alan Bateman
cce522196a Merge 2009-12-07 20:25:59 +00:00
Vinnie Ryan
5c20a6292f 6876158: Remove dependencies on Signer, Certificate, Identity, IdentityScope classes from java.security pkg
Reviewed-by: alanb, mullan
2009-12-07 17:06:59 +00:00
Alan Bateman
21d2a75a16 6902010: (cl) Delay initialization of ClassLoader.parallelLoaders
Reviewed-by: forax, mchung, valeriep
2009-12-07 12:29:14 +00:00
Alan Bateman
76e3aaa436 6903753: (se) Selector should implement Closeable
Reviewed-by: chegar, forax
2009-12-07 12:24:57 +00:00
Weijun Wang
45eee34489 6886058: JNDI LDAP InitialLdapContext SECURITY_CREDENTIALS byte[] can be corrupted, then LDAP referral fails
Reviewed-by: vinnie, xuelei
2009-12-07 15:29:44 +08:00
Weijun Wang
19061b3584 6879540: enable empty password for kerberos 5
Reviewed-by: valeriep, wetmore
2009-12-07 15:27:29 +08: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
Mandy Chung
c4a76500f4 Merge 2009-11-23 14:59:55 -08:00
Alan Bateman
84a48a7293 6888171: JMX Monitor API should not require JavaBeans to be present
Reviewed-by: emcmanus
2009-11-23 19:26:16 +00:00
Sean Mullan
3932bb1884 6899503: Security code issue using Verisign root certificate
Add support for reordering out-of-order certificate chains

Reviewed-by: vinnie, xuelei
2009-11-23 12:36:54 -05:00
Mandy Chung
01a5fb5da5 6903638: Remove dependency on AuthPermission from SecurityConstants
Move two static fields from SecurityConstants to javax.security.auth.Subject

Reviewed-by: mullan
2009-11-23 08:21:20 -08: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
Tim Bell
9150551f00 Merge 2009-11-29 15:24:32 -08:00
Weijun Wang
22d5c338db 6770883: Infinite loop if SPNEGO specified as sun.security.jgss.mechanism
Reviewed-by: valeriep
2009-11-27 08:51:58 +08:00
Weijun Wang
61fe319f78 6901085: SPNEGO does not works with native program
Reviewed-by: valeriep
2009-11-27 08:51:42 +08:00
Weijun Wang
6a6d0a3c7a 6853328: Support OK-AS-DELEGATE flag
Reviewed-by: valeriep
2009-11-27 08:51:28 +08:00
Lana Steuck
314207e7f5 Merge 2009-11-24 18:12:46 -08:00
Jean-Christophe Collet
4da1e67db3 6901170: HttpCookie parsing of version and max-age mis-handled
Accept single quotes in cookies and better exception handling in CookieManager

Reviewed-by: chegar
2009-11-20 14:50:55 +01:00
Mandy Chung
8d62fe076c 6902678: com.sun.tracing.ProviderFactory.createProvider doesn't throw IllegalArgumentException
DoPrivileged for calls that have permission check instead of catching all exceptions

Reviewed-by: kamg, dcubed
2009-11-18 22:29:16 -08:00
Lana Steuck
a23c7f2fe8 Merge 2009-11-18 18:56:59 -08:00
Lana Steuck
228f3f7726 Merge 2009-11-18 17:17:56 -08:00
Lana Steuck
f3baefc4fb Merge 2009-11-18 17:16:27 -08:00
Kelly O'Hair
baee1c1d65 Merge 2009-11-18 11:15:12 -08:00
Kelly O'Hair
1430b5b151 Merge 2009-11-18 11:13:31 -08:00
Keith Randall
f1fd7e28fe 6892742: Improve root set used by jhat
Reviewed-by: tbell, dcubed
2009-11-18 11:12:28 -08:00
Sean Mullan
1b92857246 6894461: OCSP Checker should not wrap all Exception as "Unable to send OCSP request."(introduced by #6885667)
Reviewed-by: vinnie, xuelei
2009-11-18 12:34:26 -05:00
Peter Zhelezniakov
92cb82eecb 6882917: Nimbus and DefaultTableCellRenderer: must start with normal background
Reviewed-by: rupashka
2009-11-18 17:36:46 +03:00
Pavel Porvatov
207583b21e 6520574: JFileChooser - create new folder - not editable
Reviewed-by: malenkov
2009-11-18 12:58:02 +03:00
Pavel Porvatov
7ab71fb443 6868611: FileSystemView throws NullPointerException
Reviewed-by: peterz
2009-11-17 16:01:09 +03:00
Vladimir Yaroslavskiy
c09da77c87 6901318: Yet more Dual-pivot quicksort improvements
Reviewed-by: jjb
2009-11-17 09:44:43 +00:00
Alan Bateman
69fbaac381 6890458: Datatransfer API should not require RMI to be present
Reviewed-by: uta
2009-11-16 18:13:15 +00:00
Tomas Hurka
0a8ab811e9 6858708: HotspotDiagnosticMXBean.setVMOption() throws NullPointerException
Add a null check for the VM option string

Reviewed-by: mchung, ohair
2009-11-16 15:33:05 +01:00
Mandy Chung
77bbeddd31 Merge 2009-11-12 15:42:18 -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
Mandy Chung
9c954f92e7 6899851: Regression causes new dependency to jkernel
Replaced sun.jkernel.DownloadManager calls with BootClassLoaderHook

Reviewed-by: bae, asaha
2009-11-12 10:29:21 -08:00