- 18 7月, 2012 1 次提交
-
-
由 dmocek 提交于
Summary: Changed RMI tests to use random port numbers for the RMI Registry and RMID so the tests can be run concurrently without test failures due to tests using the same port numbers. Reviewed-by: smarks, alanb Contributed-by: olivier.lagneau@oracle.com
-
- 17 7月, 2012 3 次提交
- 11 7月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: xuelei
-
- 04 7月, 2012 1 次提交
-
-
由 xuelei 提交于
Reviewed-by: weijun
-
- 29 6月, 2012 1 次提交
-
-
由 sherman 提交于
7177216: native2ascii changes file permissions of input file Summary: undo the File.createTempFile change in jar and native2ascii Reviewed-by: asaha
-
- 19 6月, 2012 1 次提交
-
-
由 chegar 提交于
Reviewed-by: chegar Contributed-by: dbelfer@gmail.com
-
- 13 6月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: chegar
-
- 10 6月, 2012 1 次提交
-
-
由 alanb 提交于
7175775: Disable SA options in jinfo/Basic.java test until SA updated for new hash and String count/offset Reviewed-by: minqi
-
- 07 6月, 2012 2 次提交
- 06 6月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: xuelei
-
- 05 6月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: xuelei
-
- 31 5月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: All of the hashing based Map implementations: HashMap, Hashtable, LinkedHashMap, WeakHashMap and ConcurrentHashMap are modified to use an enhanced hashing algorithm for string keys when the capacity of the hash table has ever grown beyond 512 entries. The enhanced hashing implementation uses the murmur3 hashing algorithm along with random hash seeds and index masks. These enhancements mitigate cases where colliding String hash values could result in a performance bottleneck. Reviewed-by: alanb, forax, dl
-
- 25 5月, 2012 1 次提交
-
-
由 youdwei 提交于
Reviewed-by: yhuang
-
- 23 5月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: valeriep
-
- 21 5月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: xuelei
-
- 19 5月, 2012 1 次提交
-
-
由 valeriep 提交于
Summary: Remove SHA224withRSA signature from SunMSCAPI provider due to lack of windows support. Reviewed-by: vinnie
-
- 18 5月, 2012 1 次提交
-
-
由 xuelei 提交于
Reviewed-by: vinnie, wetmore
-
- 15 5月, 2012 1 次提交
-
-
由 dsamersoff 提交于
7164191: properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario Reviewed-by: dholmes, sla Contributed-by: NDeven You <youdwei@linux.vnet.ibm.com>
-
- 14 5月, 2012 1 次提交
-
-
由 xuelei 提交于
7167988: PKIX CertPathBuilder in reverse mode doesn't work if more than one trust anchor is specified Reviewed-by: mullan
-
- 12 5月, 2012 1 次提交
-
-
由 olagneau 提交于
Reviewed-by: alanb, smarks, dholmes, dmocek
-
- 09 5月, 2012 2 次提交
- 20 4月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Enable finding "foo1.jar" Reviewed-by: chegar
-
- 18 4月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Remove usage of HTTP Server at test/sun/net/www/httptest Reviewed-by: chegar, alanb
-
- 17 4月, 2012 2 次提交
-
-
由 jmelvin 提交于
Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories. Reviewed-by: dcubed, phh, ohair, katleman
-
由 alanb 提交于
Reviewed-by: michaelm, chegar
-
- 16 4月, 2012 1 次提交
-
-
由 littlee 提交于
Reviewed-by: alanb
-
- 13 4月, 2012 1 次提交
-
-
由 sherman 提交于
Summary: To use doPrivileged block to wrap the data reading code Reviewed-by: alanb
-
- 12 4月, 2012 1 次提交
-
-
由 youdwei 提交于
6610897: New constructor in sun.tools.java.ClassPath builds a path using File.separator instead of File.pathSeparator Reviewed-by: alanb
-
- 10 4月, 2012 1 次提交
-
-
由 weijun 提交于
Reviewed-by: valeriep, jjg
-
- 05 4月, 2012 1 次提交
-
-
由 serb 提交于
Reviewed-by: art, alexp
-
- 31 3月, 2012 2 次提交
- 30 3月, 2012 1 次提交
-
-
由 yhuang 提交于
Reviewed-by: naoto
-
- 27 3月, 2012 1 次提交
-
-
由 vinnie 提交于
Reviewed-by: mullan
-
- 22 3月, 2012 1 次提交
-
-
由 dbuck 提交于
Summary: Memory leak in the list of ImageObservers watching an object. We use recursion to iterate over the list. So once the list gets too big, we overflow the stack. Fix is to execute a prune operation on ever add, so there is no way we can get indefinite growth of stale nodes. Reviewed-by: prr, flar
-
- 21 3月, 2012 1 次提交
-
-
由 valeriep 提交于
7146728: Inconsistent length for the generated secret using DH key agreement impl from SunJCE and PKCS11 Summary: Always return the secret in the same length as the modulus. Reviewed-by: wetmore
-