Daniel Fuchs
f0317e41c1
8024525: Make Logger log methods call isLoggable()
...
This changeset makes the various Logger logging method call isLoggable() instead of inlining the level checks.
Reviewed-by: mchung, alanb
2013-09-12 17:01:39 +02:00
Shanliang Jiang
c6aa9956df
8023529: OpenMBeanInfoSupport.equals/hashCode throw NPE
...
Reviewed-by: dholmes, dfuchs
2013-09-12 09:41:28 +02:00
Henry Jen
b83654dad2
8024500: Missing API coverage for java.util.function.BiFunction andThen
...
Reviewed-by: mduigou, alanb
2013-09-11 11:25:14 -07:00
Roger Riggs
e49385792c
Merge
2013-09-11 10:35:31 -04:00
Roger Riggs
3dc259dd94
8024164: JSR310 serialization should be described in details
...
The serialized-form.html should specify the stream format for interoperability
Reviewed-by: alanb
2013-09-11 10:16:21 -04:00
Chris Hegarty
9e8f2037d0
8023090: Additional debug info for java/net/NetworkInterface/Equals.java
...
Reviewed-by: alanb
2013-09-11 11:32:50 +01:00
Joel Borggrén-Franck
9a30d420c4
4987375: (reflect) Class.get{Declared}Method{s} does not return clone() for array types
...
Update spec to match long standing behavior
Reviewed-by: darcy, mchung
2013-09-11 09:45:52 +02:00
Masayoshi Okutsu
89d7b92bef
8024141: Unexpected timezone display name
...
Reviewed-by: peytoia
2013-09-11 15:29:41 +09:00
Yiming Wang
befcecbd00
8023878: (fs) TEST_BUG java/nio/file/WatchService/SensitivityModifier.java fails intermittently
...
Reviewed-by: alanb
2013-09-10 10:42:55 +01:00
Xue-Lei Andrew Fan
d5c45c6cde
8024444: Change to use othervm mode of tests in SSLEngineImpl
...
Reviewed-by: mullan
2013-09-09 19:07:05 -07:00
Mark Sheppard
ab579cbd5f
8021372: NetworkInterface.getNetworkInterfaces() returns duplicate hardware address
...
Amended src/windows/native/java/net/NetworkInterface_winXP.c to "properly" handle Ipv6IfIndex
Reviewed-by: chegar, dsamersoff
2013-09-09 13:44:30 +01:00
Sean Mullan
38f4277489
Merge
2013-09-06 12:10:30 -04:00
Sean Mullan
23d61e9b45
8023362: Don't allow soft-fail behavior if OCSP responder returns "unauthorized"
...
Reviewed-by: vinnie, xuelei
2013-09-06 12:04:18 -04:00
Mark Sheppard
92c43dcb6a
8023326: [TESTBUG] java/net/CookieHandler/LocalHostCookie.java misplaced try/finally
...
Amended test to be more robust to set of potential exceptions thrown
Reviewed-by: chegar, khazra
2013-09-06 15:00:59 +01:00
Daniel Fuchs
33dbc2d51c
8023168: Cleanup LogManager class initialization and LogManager/LoggerContext relationship
...
8021003: java/util/logging/Logger/getGlobal/TestGetGlobalConcurrent.java fails intermittently
8019945: test/java/util/logging/LogManagerInstanceTest.java failing intermittently
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
2013-09-09 13:59:51 +02:00
Weijun Wang
a4c7971bdb
8024046: Test sun/security/krb5/runNameEquals.sh failed on 7u45 Embedded linux-ppc*
...
Reviewed-by: xuelei
2013-09-09 11:08:20 +08:00
Xue-Lei Andrew Fan
8b9c8247a8
7188657: There should be a way to reorder the JSSE ciphers
...
Reviewed-by: weijun, wetmore
2013-09-07 17:05:22 -07:00
Joel Borggrén-Franck
8007590d3b
5047859: (reflect) Class.getField can't find String[].length
...
Reviewed-by: darcy, mchung
2013-09-06 14:20:12 +02:00
Jaroslav Bachorik
61000f0c4b
6815130: Intermittent ThreadMXBean/Locks.java test failure
...
Preventing stale reads from ThreadExecutionSynchronizer.waiting flag
Reviewed-by: dholmes, mchung, dfuchs
2013-09-06 10:03:16 +02:00
Jaroslav Bachorik
ea3200b784
8004179: Few of test/java/lang/management/ThreadMXBean/* tests don't clean up the created threads
...
Just run those tests in "othervm" mode.
Reviewed-by: alanb, dfuchs, sjiang
2013-09-05 14:34:22 +02:00
Robert Field
b5cd24ccc9
8020816: Metafactory crashes on code with method reference
...
8021050: MethodHandleInfo throws exception when method handle is to a method with @CallerSensitive
Fixed by 8008688 - this is a test to confirm the above fixed
Reviewed-by: vlivanov
2013-09-04 19:47:26 -07:00
Daniel Fuchs
a0c3d88fba
8019853: Break logging and AWT circular dependency
...
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
2013-09-04 16:22:22 +02:00
Alan Bateman
cc84e69bec
8008981: Deprecate SecurityManager checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess
...
Reviewed-by: anthony, art, mchung
2013-09-04 11:40:23 +01:00
Paul Sandoz
0fb014c2b3
8023463: Improvements to HashMap/LinkedHashMap use of bins/buckets and trees (red/black)
...
8012913: LinkedHashMap key/value/entry spliterators should report ORDERED
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: mduigou, forax, bchristi, alanb
2013-09-04 09:34:25 +02:00
Henry Jen
1d19a4f5df
8023528: Rename Comparator combinators to disambiguate overloading methods
...
Reviewed-by: mduigou, smarks
2013-08-21 20:41:35 -07:00
Xueming Shen
d912aa501e
8023647: "abc1c".matches("(\\w)+1\\1")) returns false
...
To correct the wrong GroupCurly group index backoff code
Reviewed-by: alanb
2013-08-27 12:54:44 -07:00
Henry Jen
b87db568f0
8023275: Wrapping collections should override default methods
...
Reviewed-by: mduigou, psandoz
2013-08-26 22:32:50 -07:00
Sean Mullan
cff35761aa
Merge
2013-08-27 12:27:31 -04:00
Sean Mullan
4520fbf983
8019830: Add com.sun.media.sound to the list of restricted package
...
Reviewed-by: vinnie
2013-08-27 12:04:32 -04:00
Weijun Wang
c5fd247e16
8022761: regression: SecurityException is NOT thrown while trying to pack a wrongly signed Indexed Jar file
...
Reviewed-by: sherman
2013-08-27 17:50:55 +08:00
Weijun Wang
849788a425
8015669: KerberosPrincipal::equals should ignore name-type
...
Reviewed-by: mullan
2013-08-27 17:50:52 +08:00
Lana Steuck
ff0005f62f
Merge
2013-08-26 14:53:15 -07:00
Paul Sandoz
231a351a47
8020292: j.u.SplittableRandom
...
Co-authored-by: Guy Steele <guy.steele@oracle.com>
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: mduigou
2013-08-26 22:55:03 +02:00
Roger Riggs
e0b682f2d8
8011944: Sort fails with ArrayIndexOutOfBoundsException
...
Increase the size of pending stack and add test cases
Reviewed-by: alanb
2013-08-26 11:46:05 -04:00
Doug Lea
56dbd896c3
8023234: StampedLock serializes readers on writer unlock
...
Sync-up the fix from jsr166 CVS, signal more readers on writer unlock
Reviewed-by: martin, shade
2013-08-26 17:50:34 +04:00
Joel Borggrén-Franck
d4b28471ff
8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases
...
Reviewed-by: darcy, vromero, psandoz
2013-08-26 13:38:14 +02:00
Ivan Gerasimov
910d9b815c
7129312: BufferedInputStream calculates negative array size with large streams and mark
...
Reviewed-by: alanb
2013-08-25 23:20:59 +04:00
Yiming Wang
423284cd20
8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8)
...
Reviewed-by: alanb
2013-08-26 10:01:27 +01:00
Brian Burkhalter
6c5c2d745a
6378503: In java.math.BigDecimal, division by one returns zero
...
6446965: Using BigDecimal.divideToIntegralValue with extreme scales can lead to an incorrect result
Fix overflow of ints and ensure appropriate values passed to checkScaleNonZero()
Reviewed-by: darcy, martin
2013-08-23 14:15:54 -07:00
Daniel Fuchs
6d2de008d7
8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle
...
Reviewed-by: mchung, lancea
2013-08-23 20:59:34 +02:00
Lana Steuck
403562720b
Merge
2013-08-20 17:44:18 -07:00
Peter Levart
75a8f58cd1
8022721: AnnotationTypeDeadlockTest.java throws java.lang.IllegalStateException: unexpected condition
...
Reviewed-by: alanb, jfranck
2013-08-20 14:13:59 +02:00
Dan Xu
31584b6b19
8023430: Replace File.mkdirs with Files.createDirectories to get MaxPathLength.java failure details
...
Reviewed-by: alanb
2013-08-22 11:43:18 -07:00
Staffan Larsen
138561d596
8023101: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails
...
Reviewed-by: ysr
2013-08-22 08:28:53 +02:00
Xue-Lei Andrew Fan
cac8b88f48
8022228: Intermittent test failures in sun/security/ssl/javax/net/ssl/NewAPIs
...
Reviewed-by: weijun
2013-08-21 19:44:35 -07:00
Ben Evans
c9443a8346
8016846: Pattern.splitAsStream tests required
...
Reviewed-by: alanb, psandoz
2013-08-20 14:23:32 -07:00
Staffan Larsen
01ba926ba1
8023485: Remove com/sun/jdi/DoubleAgentTest.java and com/sun/jdi/FieldWatchpoints.java from ProblemList.txt
...
Reviewed-by: chegar, mgronlun
2013-08-21 17:19:46 +02:00
Paul Sandoz
906bb894db
8023367: Collections.emptyList().sort((Comparator)null) throws NPE
...
Reviewed-by: alanb, mduigou
2013-08-20 17:36:15 +02:00
Staffan Larsen
e838e31768
8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently
...
Reviewed-by: alanb
2013-08-20 16:53:27 +02:00
Xue-Lei Andrew Fan
2e2313ef87
8020842: IDN do not throw IAE when hostname ends with a trailing dot
...
Reviewed-by: weijun, michaelm
2013-08-19 17:42:39 -07:00