- 17 2月, 2012 1 次提交
-
-
由 sherman 提交于
Summary: Added add/sub/multiply/toIntExact methods to j.l.Math and StrictMath classes Reviewed-by: emcmanus Contributed-by: roger.riggs@oracle.com
-
- 19 1月, 2012 2 次提交
- 21 1月, 2012 1 次提交
-
-
由 darcy 提交于
4215269: Some Integer.toHexString(int) results cannot be decoded back to an int 6322074: Converting integers to string as if unsigned Reviewed-by: mduigou, emcmanus, flar
-
- 23 12月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Call JNI ReleaseByteArrayElements() on memory returned by JNI GetByteArrayElements(). Also push test for 7122253. Reviewed-by: acorn, poonam
-
- 03 12月, 2011 1 次提交
-
-
由 sherman 提交于
Summary: Fix to ensure singleton property of String.CaseInsensitiveComparator is maintained through de/serialization. Reviewed-by: alanb, forax, smarks, dholmes Contributed-by: darryl.mocek@oracle.com
-
- 23 11月, 2011 1 次提交
-
-
由 chegar 提交于
6776144: java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX Reviewed-by: chegar, dholmes Contributed-by: gary.adams@oracle.com
-
- 21 11月, 2011 1 次提交
-
-
由 alanb 提交于
Reviewed-by: forax, chegar, dholmes Contributed-by: gary.adams@oracle.com
-
- 20 11月, 2011 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb, dholmes, forax Contributed-by: gary.adams@oracle.com
-
- 18 11月, 2011 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, mchung Contributed-by: gary.adams@oracle.com
-
- 09 11月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: iveresov, alanb, jrose
-
- 02 11月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, never
-
- 01 11月, 2011 1 次提交
-
-
由 ysr 提交于
4268317: (ref) Reference.isEnqueued() can return true when instance not enqueued Summary: The reference handler now declares, and assumes, that the discovered field, rather than the next field, is (to be) used to link the entries in the pending list, thus allowing a reference object to be safely enqueued even while it is in the pending state. Also added slightly modified regression tests from the two bug reports. Reviewed-by: mchung, alanb, jcoomes
-
- 22 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou
-
- 19 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 10 9月, 2011 1 次提交
-
-
由 alanb 提交于
Reviewed-by: darcy, jrose
-
- 07 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mcimadamore
-
- 24 8月, 2011 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb Contributed-by: spoole@uk.ibm.com
-
- 23 8月, 2011 1 次提交
-
-
由 darcy 提交于
6832374: (reflect) malformed signature can cause parser to go into infinite loop 7052898: (reflect) SignatureParser will accept strings outside of the grammar Summary: Various signature parsing fixes; additional review by sonali.goel@oracle.com Reviewed-by: alanb
-
- 18 8月, 2011 1 次提交
-
-
由 alanb 提交于
Reviewed-by: forax, mduigou
-
- 13 8月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 09 8月, 2011 1 次提交
-
-
由 chegar 提交于
Reviewed-by: mchung
-
- 04 8月, 2011 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: alanb, darcy
-
- 17 7月, 2011 2 次提交
- 23 6月, 2011 1 次提交
-
-
由 chegar 提交于
Reviewed-by: dholmes, alanb, mchung
-
- 22 6月, 2011 1 次提交
-
-
由 alanb 提交于
7056447: test/java/lang/management/ManagementFactory/MBeanServerMXBeanUnsupportedTest.java fails in agentvm Reviewed-by: emcmanus
-
- 21 6月, 2011 1 次提交
-
-
由 alanb 提交于
7056815: test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh times out intermittently on busy machine Reviewed-by: mchung
-
- 18 6月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb, forax
-
- 15 6月, 2011 2 次提交
-
-
由 jrose 提交于
7054590: (JSR-292) MethodHandleProxies.asInterfaceInstance() accepts private/protected nested interfaces Summary: fix non-compliant logic in MethodHandleProxies, fix invalid private classes in MethodHandlesTest Reviewed-by: twisti, never
-
由 jrose 提交于
Summary: Fix corner cases involving MethodHandles.permuteArguments with long or double argument lists. Reviewed-by: twisti, never
-
- 04 6月, 2011 1 次提交
-
-
由 jrose 提交于
7051206: JSR 292 method name SwitchPoint.isValid is misleading to unwary users; should be hasBeenInvalidated Reviewed-by: kvn, never, ysr
-
- 02 6月, 2011 2 次提交
- 27 5月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: API code changes and javadoc changes following JSR 292 Public Review comments, through PFD Reviewed-by: never
-
- 26 5月, 2011 1 次提交
-
-
由 katleman 提交于
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles Reviewed-by: ohair, trims
-
- 18 5月, 2011 2 次提交
-
-
由 jrose 提交于
7044892: JSR 292: API entry points sometimes throw the wrong exceptions or doesn't throw the expected one Summary: point-fixes for 7038847, 7038860, 7042656, 7042829, 7041853, and several other reports Reviewed-by: never, kvn
-
由 jrose 提交于
7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called Summary: Implement invocation corner cases, including correct type conversions and interface type enforcement. Reviewed-by: never
-
- 13 5月, 2011 2 次提交