Alan Bateman
17cace4c58
7020888: (file) Miscellaneous and trivial clean-ups (typos and opportunities to use suppressed exceptions)
...
Reviewed-by: mduigou, chegar
2011-02-22 12:04:48 +00:00
Alan Bateman
8e29241702
7020517: (fs) FileStore.equals returns true if both volumes have the same serial number
...
Reviewed-by: chegar
2011-02-21 13:54:13 +00:00
Stuart Marks
f0730a655c
7018385: update javax.sql classes to use try-with-resources
...
Reviewed-by: alanb, lancea, darcy
2011-02-18 12:43:14 -08:00
Athijegannathan Sundararajan
437b0f5f71
7018459: javax.script code comments have issues with HTML4 validation and Accessibility compliance
...
Reviewed-by: jjh
2011-02-18 12:07:46 +05:30
Alan Bateman
d1cf52c16a
Merge
2011-02-17 20:53:26 +00:00
Alan Bateman
9aa277a541
6526860: (fc) FileChannel.position returns 0 when FileOutputStream opened in append mode
...
Reviewed-by: forax
2011-02-17 20:50:22 +00:00
Stuart Marks
313991183b
7018392: update URLJarFile.java to use try-with-resources
...
Reviewed-by: alanb, chegar, hawtin
2011-02-16 18:22:52 -08:00
Xueming Shen
2c97d8fb44
6999337: java.exe fails to start if some directory names in path to java binaries contain Russian characters
...
Updated to make sure the system properties are accessable by vm during initialization
Reviewed-by: alanb, mchung
2011-02-16 11:11:31 -08:00
Chris Hegarty
560ab81595
6562203: Thread doesn't terminate immediately if it was stopped before start
...
Reviewed-by: dholmes, alanb
2011-02-16 12:38:13 +00:00
Xue-Lei Andrew Fan
ce7292003a
7018897: CertPath validation cannot handle self-signed cert with bad KeyUsage
...
Remove KeyUsage checking for trust anchors
Reviewed-by: mullan
2011-02-14 13:31:13 -08:00
Neil Richards
32b8c54ea3
6927486: Hashtable writeObject() may deadlock
...
Do not synchronize on self while writing hash table elements
Reviewed-by: alanb, mduigou
2011-02-14 11:00:02 -08:00
Mike Duigou
21d721f9ff
Merge
2011-02-14 10:48:46 -08:00
Neil Richards
709cabc2f1
6934356: Vector.writeObject() serialization may deadlock
...
No longer synchronize on self while writing other objects.
Reviewed-by: alanb, forax, mduigou, peterjones
2011-02-14 10:38:51 -08:00
Daniel D. Daugherty
29b4c54984
6637230: 2/3 jps doesn't work for application waiting for direct attach
...
Properly handle exceptions thrown when querying a monitored VM.
Reviewed-by: dsamersoff, swamyv
2011-02-14 09:31:58 -08:00
Xueming Shen
05a3d3acb6
6996192: Console.readPassword race: input echo off must be prior to writing prompt
...
To turn off echo before prompt
Reviewed-by: alanb
2011-02-11 17:09:35 -08:00
Weijun Wang
3cda6b5fd0
7016698: test sun/security/krb5/runNameEquals.sh failed on Ubuntu
...
Reviewed-by: valeriep
2011-02-12 07:30:01 +08:00
Weijun Wang
d43bb4114c
6742654: Code insertion/replacement attacks against signed jars
...
6911041: JCK api/signaturetest tests fails for Mixed Code PIT builds (b91) for all trains
6921823: JarVerifier csdomain field not initialized
6921839: Update trusted.libraries list
Reviewed-by: dgu
2011-02-12 05:09:36 +08:00
Xueming Shen
0e63901156
7007596: (zipfs) FileSystems.newFileSystem(FileRef...) always employs zipfs regardless the real Path type
...
Updated newFileSystem() to throw UOE exception for non-zip/jar file
Reviewed-by: alanb
2011-02-11 12:20:45 -08:00
Athijegannathan Sundararajan
2c8d5d6472
6604827: JavaDoc for ScriptEngineFactory.getMethodCallSyntax contains an error
...
Reviewed-by: mchung
2011-02-11 10:38:10 +05:30
Alan Bateman
81d9e046a3
Merge
2011-02-09 16:30:37 +00:00
Vladimir Yaroslavskiy
35f815a7b4
7018258: Dual-pivot updates in 7013585 can fail with ArrayIndexOutOfBoundsException
...
Reviewed-by: alanb
2011-02-09 15:59:27 +00:00
Chris Hegarty
71a1558a67
7013961: Threads attached via JNI attach prevent daemon ThreadGroups from being destroyed
...
Reviewed-by: dholmes
2011-02-09 09:53:07 +00:00
Xueming Shen
50ef3f8522
7017840: (zipfs) test/demo/zipfs/basic.sh needs to be updated due to 7013420
...
Updated try-with-resourcse usage in test/demo code
Reviewed-by: alanb
2011-02-08 13:30:30 -08:00
Dmitry Nadezhin
aa6f495fbe
4421494: infinite loop while parsing double literal
...
Reviewed-by: darcy, alanb
2011-02-08 19:31:44 +00:00
Vladimir Yaroslavskiy
477c01454f
7013585: Dual-pivot quicksort improvements for highly structured (nearly sorted) and data with small periods
...
Reviewed-by: mduigou, alanb
2011-02-08 15:50:30 +00:00
Alan Bateman
3171d7fd53
Merge
2011-02-07 18:02:30 +00:00
Alan Bateman
8c1c23cb0a
7017454: Residual warnings in sun/nio/** and java/io native code (win64)
...
Reviewed-by: chegar
2011-02-07 18:01:32 +00:00
Chris Hegarty
a0b7ecd3d1
7016898: PlainSocketImpl.fd is null on Windows
...
Reviewed-by: alanb
2011-02-07 14:08:47 +00:00
Alan Bateman
6207a0fa9c
7003155: (fs) Paths.get(<file-uri>) does not handle escaped octets correctly
...
Reviewed-by: sherman
2011-02-07 13:55:40 +00:00
Vinnie Ryan
b11e82495a
7017486: Need synchronized access when flushing the LDAP request queue
...
Reviewed-by: alanb
2011-02-07 09:11:26 +00:00
Lana Steuck
10439e2650
Merge
2011-02-04 17:29:16 -08:00
Xueming Shen
4f8fd33ba8
7005986: (zipfs) ZipPath.startsWith() fails because of the implementation of getName(index)
...
Updated starsWith/endsWith to be consistent with default file system
Reviewed-by: alanb
2011-02-04 13:17:30 -08:00
Lance Andersen
6db39ae8a5
7014095: Broken link in java.sql package specification
...
Reviewed-by: alanb
2011-02-04 09:07:00 -05:00
Vinnie Ryan
5accdba480
Merge
2011-02-04 00:33:58 +00:00
Vinnie Ryan
9a5a2207ad
6989705: ECC security code native code compiler warnings
...
Reviewed-by: alanb, ohair
2011-02-04 00:33:30 +00:00
Kumar Srinivasan
4c1f2a17d9
6968053: (launcher) hide exceptions under certain launcher failures
...
Reviewed-by: mchung
2011-02-03 15:41:23 -08:00
Xueming Shen
6435c3ecac
7014645: Support perl style Unicode hex notation \x{...}
...
Added the construct \x{...} for Unicode hex notation support
Reviewed-by: alanb, okutsu
2011-02-03 13:49:25 -08:00
Vinnie Ryan
e9f2c8444e
6997561: A request for better error handling in JNDI
...
Reviewed-by: robm
2011-02-03 19:09:05 +00:00
Alan Bateman
6232632ef8
7014794: (file) lookupPrincipalByGroupName fails to find large NIS groups
...
Reviewed-by: chegar
2011-02-03 13:37:42 +00:00
Chris Hegarty
bdd3171405
6887710: Jar index should avoid putting META-INF in the INDEX.LIST
...
Reviewed-by: michaelm
2011-02-03 11:56:56 +00:00
Chris Hegarty
d191a46873
7008595: Class loader leak caused by keepAliveTimer thread in KeepAliveCache
...
Reviewed-by: michaelm
2011-02-03 10:10:11 +00:00
Brian Goetz
ce8ab39164
7012540: java.util.Objects.nonNull() incorrectly named
...
Reviewed-by: darcy, weijun
2011-02-02 13:13:34 -05:00
Kelly O'Hair
a70653025c
Merge
2011-02-02 09:39:31 -08:00
Xueming Shen
d0c8cd6815
7015391: (zipfs) Update zip provider for 1/2011 changes
...
7014948: (zipfs) ZipFileSystem.newFileSystem(Path...) should not throw FileSystemAlreadyExistsException
7015139: (zipfs) ZipPath.delete() should throw DirectoryNotEmptyException when handling "real, non-empty" dir
Zip filesystem provider update
Reviewed-by: alanb
2011-02-01 14:20:01 -08:00
Xue-Lei Andrew Fan
85a3f20cef
7011497: new CertPathValidatorException.BasicReason enum constant for constrained algorithm
...
Add new BasicReason and improve trust anchor searching method during cert path validation
Reviewed-by: mullan
2011-02-01 04:45:10 -08:00
Joe Darcy
8e948a84fa
7015827: Fix HTML validation issues in java.math package
...
Reviewed-by: mduigou
2011-02-01 00:29:26 -08:00
Joe Darcy
9b7612b045
7015156: Remove JSR 308 changes from core libraries
...
Reviewed-by: mduigou
2011-01-28 17:09:49 -08:00
Alan Bateman
256ce3b0ba
Merge
2011-01-28 09:31:48 +00:00
Alan Bateman
2f37110eca
7006126: (fs) Updates to file system API (1/2011)
...
Reviewed-by: chegar, sherman
2011-01-28 09:28:43 +00:00
Alan Bateman
65c9e92668
7012663: javadoc warning in javax.swing.JComponent and javax.swing.plaf.synth.SynthTextPaneUI
...
Reviewed-by: alexp
2011-01-26 18:01:41 +00:00