- 28 9月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: Inserted code to convert specific exceptions, case-by-case, plus a test. Reviewed-by: jrose, twisti
-
- 02 10月, 2013 2 次提交
- 01 10月, 2013 1 次提交
-
-
由 psandoz 提交于
8024408: Specifications for Collection/List/Set/SortedSet.spliterator() need to document if all the (subclass) instances are required to return SIZED spliterators Reviewed-by: alanb
-
- 20 9月, 2013 1 次提交
-
-
由 ascarpino 提交于
Reviewed-by: xuelei
-
- 30 9月, 2013 1 次提交
-
-
由 jfranck 提交于
8022324: j.l.Class.getAnnotatedInterfaces() for array type returns wrong value 8024915: j.l.r.Executable.getAnnotatedReceiverType() should return null for static methods Summary: Update javadoc and implementation of reflection for type annotations to match latest spec Reviewed-by: darcy
-
- 28 9月, 2013 3 次提交
- 27 9月, 2013 1 次提交
-
-
由 bchristi 提交于
Summary: Ensure that HashMap is not resized if we're just replacing a value Reviewed-by: alanb, martin
-
- 25 9月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: Arbitrary timeouts in the tests @run lines where too agressive for some configurations. The tests will now run with default timeout. Reviewed-by: alanb, mchung
-
- 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
-
- 23 9月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb, martin Contributed-by: ivan.gerasimov@oracle.com
-
- 21 9月, 2013 1 次提交
-
-
由 psandoz 提交于
8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec Reviewed-by: alanb
-