- 23 9月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb, martin Contributed-by: ivan.gerasimov@oracle.com
-
- 21 9月, 2013 3 次提交
-
-
由 psandoz 提交于
8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec Reviewed-by: alanb
-
由 bpb 提交于
8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent Summary: Explicitly check for null remappingFunction parameter. Reviewed-by: mduigou, forax, psandoz Contributed-by: NBrian Burkhalter <brian.burkhalter@oracle.com> -
由 psandoz 提交于
Reviewed-by: psandoz, chegar, alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Peter Levart <peter.levart@gmail.com>, Guy Steele <guy.steele@oracle.com>
-
- 20 9月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: martin
-
- 19 9月, 2013 2 次提交
- 18 9月, 2013 2 次提交
- 16 9月, 2013 1 次提交
-
-
由 msheppar 提交于
Summary: added a check to test if an interface is configured for IPv6 to native code TwoStacklainDatagramSocketImpl: getMulticastInterface, setMulticastInterface Reviewed-by: chegar, michaelm
-
- 15 9月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: alanb
-
- 02 9月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: forax, chegar, alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Peter Levart <peter.levart@gmail.com>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 15 9月, 2013 2 次提交
-
-
由 rriggs 提交于
Summary: correct the javadoc in JapaneseEra.MEIJI to match the implementation Reviewed-by: darcy, sherman
-
由 rriggs 提交于
8023639: Difference between LocalTime.now(Clock.systemDefaultZone()) and LocalTime.now() executed successively is more than 100 000 000 nanoseconds for slow machines Summary: Test timed out on a slow machine; it is not a conformance test and should be in the test subtree Reviewed-by: darcy, sherman
-
- 14 9月, 2013 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: psandoz, alanb
-
- 13 9月, 2013 2 次提交
- 12 9月, 2013 4 次提交
-
-
由 bpb 提交于
Summary: If the effective floating point exponent is zero return the significand including the implicit 1-bit. Reviewed-by: bpb, darcy, gls Contributed-by: NDmitry Nadezhin <dmitry.nadezhin@oracle.com> -
由 rriggs 提交于
Summary: Tests against the data of the French locale are not valid as conformance tests and are redundant with testing of the US Locale above Reviewed-by: alanb
-
由 dfuchs 提交于
Summary: This changeset makes the various Logger logging method call isLoggable() instead of inlining the level checks. Reviewed-by: mchung, alanb
-
由 henryjen 提交于
Reviewed-by: mduigou, alanb
-
- 11 9月, 2013 3 次提交
- 10 9月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb Contributed-by: yiming.wang@oracle.com
-
- 09 9月, 2013 1 次提交
-
-
由 msheppar 提交于
Summary: amended src/windows/native/java/net/NetworkInterface_winXP.c to "properly" handle Ipv6IfIndex Reviewed-by: chegar, dsamersoff
-
- 07 9月, 2013 1 次提交
-
-
由 mullan 提交于
Reviewed-by: vinnie, xuelei
-
- 06 9月, 2013 1 次提交
-
-
由 msheppar 提交于
Summary: amended test to be more robust to set of potential exceptions thrown Reviewed-by: chegar, khazra
-
- 09 9月, 2013 1 次提交
-
-
由 dfuchs 提交于
8021003: java/util/logging/Logger/getGlobal/TestGetGlobalConcurrent.java fails intermittently 8019945: test/java/util/logging/LogManagerInstanceTest.java failing intermittently Summary: This fix untangles the class initialization of Logger and LogManager, and also cleans up the relationship between LogManager, LoggerContext, and Logger, which were at the root cause of some intermittent test failures. Reviewed-by: mchung, martin, plevart
-
- 06 9月, 2013 2 次提交
- 05 9月, 2013 1 次提交
-
-
由 jbachorik 提交于
Summary: Just run those tests in "othervm" mode. Reviewed-by: alanb, dfuchs, sjiang
-
- 04 9月, 2013 3 次提交
-
-
由 dfuchs 提交于
Summary: Break logging and AWT circular dependency, which was at the root cause for 8023258 - Logger.getLogger() after ImageIO.read() returns different logger instance Reviewed-by: mchung, art
-
由 alanb 提交于
8008981: Deprecate SecurityManager checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess Reviewed-by: anthony, art, mchung
-
由 psandoz 提交于
8012913: LinkedHashMap key/value/entry spliterators should report ORDERED Reviewed-by: mduigou, forax, bchristi, alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 30 8月, 2013 1 次提交
-
-
由 dxu 提交于
Summary: Exclude the possible usage of linked files or directories in the test Reviewed-by: alanb
-
- 29 8月, 2013 2 次提交
-
-
由 psandoz 提交于
Reviewed-by: mduigou Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com> -
由 sherman 提交于
Summary: to handle extra data field copy correctly even the extra data does not follow the spec Reviewed-by: alanb, martin, chegar
-
- 22 8月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: mduigou, smarks
-
- 28 8月, 2013 1 次提交
-
-
由 sherman 提交于
Summary: to correct the wrong GroupCurly group index backoff code Reviewed-by: alanb
-