Lana Steuck
3cd103bbeb
Merge
2013-09-17 08:16:33 -07:00
Lance Andersen
508e958dfe
7097386: Correct error in Predicate javadoc example
...
Reviewed-by: alanb, shade
2013-09-17 07:56:56 -04:00
Henry Jen
43e0cb6327
8024874: Copy-paste typo in the spec for j.u.Comparator.thenComparing(Function, Comparator)
...
Reviewed-by: mduigou
2013-09-16 10:28:20 -07:00
Mark Sheppard
4d540aa581
6458027: Disabling IPv6 on a specific network interface causes problems
...
Added a check to test if an interface is configured for IPv6 to native code TwoStacklainDatagramSocketImpl: getMulticastInterface, setMulticastInterface
Reviewed-by: chegar, michaelm
2013-09-16 14:51:48 +01:00
Xueming Shen
763eb8d2e3
8020687: Deflater.setLevel does not work as expected
...
To clarify the api to match the existing implementation behavior
Reviewed-by: alanb
2013-09-15 13:58:47 -07:00
Xueming Shen
344c38fc80
7186311: (props) "Unicode" is misspelled as "Uniocde" in JavaDoc and error message
...
To correct the typo
Reviewed-by: alanb, chegar
2013-09-15 11:16:58 -07:00
Andrew Brygin
e3016af23b
8024697: Fix for 8020983 causes Xcheck:jni warnings
...
Reviewed-by: prr, jchen
2013-09-13 20:28:17 +04:00
Andrew Brygin
47f48cad92
8024511: Crash during color profile destruction
...
Reviewed-by: vadim, prr
2013-09-10 21:54:14 +04:00
Lana Steuck
4a7850fe1b
Merge
2013-09-06 18:25:41 -07:00
Clemens Eisserer
d8b770b0cd
8024261: xrender: improve performance of small fillRect operations
...
Reviewed-by: prr, bae
2013-09-05 11:50:42 +04:00
Clemens Eisserer
5159f55769
7159455: Nimbus scrollbar rendering glitch with xrender enabled on i945GM
...
Reviewed-by: prr, bae
2013-09-04 12:38:00 +04:00
Andrew Brygin
256894796f
7043064: sun/java2d/cmm/ tests failed against RI b141 & b138-nightly
...
Reviewed-by: prr, vadim
2013-09-04 12:10:07 +04:00
Paul Sandoz
bef51c4a08
8010293: java/util/concurrent/ConcurrentHashMap/toArray.java fails intermittently
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: forax, chegar, alanb
2013-09-02 11:59:57 +02:00
Roger Riggs
e763c78a79
8023556: Update javadoc for start of Meiji era
...
Correct the javadoc in JapaneseEra.MEIJI to match the implementation
Reviewed-by: darcy, sherman
2013-09-14 13:55:06 -04:00
Henry Jen
9bed48236a
8024825: Some fixes are missing from java.util.stream spec update
...
Reviewed-by: mduigou
2013-09-06 15:36:00 -07:00
Lance Andersen
320e8d21e8
8014967: EBehavior of DriverManager.registerDriver(dr) is unspecified if driver is null
...
Reviewed-by: alanb
2013-09-13 19:10:31 -04:00
Brent Christian
ac02958e79
7199674: (props) user.home property does not return an accessible location in sandboxed environment [macosx]
...
On MacOS X set user.home to value of NSHomeDirectory()
Reviewed-by: alanb, ddehaven, mduigou
2013-09-13 11:26:44 -07:00
Mike Duigou
b59dc6762e
8021591: Additional explicit null checks
...
Reviewed-by: psandoz, alanb
2013-09-13 11:18:44 -07:00
Brent Christian
276b809ff4
8024009: Remove jdk.map.useRandomSeed system property
...
Removed usage of hashSeed in Hashtable & WeakHashMap, and removed tests
Reviewed-by: alanb, mduigou
2013-09-12 14:22:53 -07:00
Shanliang Jiang
f6e4c46294
8023669: MBean*Info.hashCode : NPE
...
Reviewed-by: dholmes, dfuchs, jbachorik
2013-09-13 10:48:12 +02:00
Dmitry Nadezhin
28d455529e
8010430: Math.round has surprising behavior for odd values of ulp 1
...
If the effective floating point exponent is zero return the significand including the implicit 1-bit.
Reviewed-by: bpb, darcy, gls
2013-09-11 17:07:35 -07:00
Brian Goetz
bef65e773f
8011916: Spec update for java.util.stream
...
8024339: j.u.s.Stream.reduce(BinaryOperator) throws unexpected NPE
Reviewed-by: mduigou
2013-09-06 22:20:01 -07:00
Lance Andersen
383970e790
8015340: remove erroneous @since tag
...
Reviewed-by: darcy
2013-09-12 13:20:26 -04:00
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
Xueming Shen
c9b3da34f2
8024338: Constant fields introduced by JDK-4759491 fix in b94 are exposed as public fields in public API
...
To move the new constants out of ZipConstants.java
Reviewed-by: martin
2013-09-11 11:29:57 -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
Michael McMahon
5b44581c29
Merge
2013-09-11 15:02:15 +01:00
Michael McMahon
be8cb3eed2
8024601: Windows networking code prevents use of -Xlint:auxiliaryclass in jdk build
...
Reviewed-by: chegar
2013-09-11 15:00:41 +01:00
Eric McCorkle
3e4a3ec6ca
6962494: Update documentation on Executable.getParameterAnnotations()
...
Update javadoc comments on getParameterAnnotations to correctly describe its behavior
Reviewed-by: darcy, jfranck
2013-09-11 09:24:32 -04:00
Naoto Sato
903435b4cc
8024332: sun/util/resources/en split between rt.jar and localedata.jar
...
Reviewed-by: alanb, erikj
2013-09-11 05:38:03 -07:00
Chris Hegarty
d639bab3f3
8024508: Fix doclint issues in com.sun.nio.sctp
...
Reviewed-by: alanb
2013-09-11 11:03:51 +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
Xue-Lei Andrew Fan
2f437f19fe
8024501: sun.security.mscapi.Key has no definition of serialVersionUID
...
Reviewed-by: weijun
2013-09-10 21:31:28 -07:00
Stuart Marks
a2cca722e8
8023447: change specification to allow RMI activation to be optional
...
Reviewed-by: darcy, alanb, olagneau
2013-09-09 14:11:10 -07:00
Jason Uh
aefe8c12c0
8024432: Fix doclint issues in java.security
...
Reviewed-by: darcy, mullan
2013-09-09 10:52:56 -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
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
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
John Rose
37709e3191
8024260: 10 closed/java/lang/invoke/* tests failing after overhaul to MethodHandleInfo
...
Reviewed-by: vlivanov, briangoetz
2013-09-06 00:43:00 -07:00
Vlaidmir Ivanov
a277d40ead
8024283: 10 nashorn tests fail with similar stack trace InternalError with cause being NoClassDefFoundError
...
Fix pre-existing 292 bug tickled by combo of nashorn code and MethodHandleInfo changes
Reviewed-by: jrose
2013-09-05 14:58:49 -07:00
Naoto Sato
b1127783de
8023943: Method description fix for String.toLower/UpperCase() methods
...
Reviewed-by: okutsu
2013-09-05 10:14:53 -07:00
Jaroslav Bachorik
02d81bbc68
8023464: test/closed/sun/tracing/ProviderProxyTest.java failing
...
Don't rely on assertions when an Exception suits better
Reviewed-by: alanb, dfuchs, sjiang
2013-09-05 13:04:17 +02:00
Xueming Shen
db444fae3e
7186632: NLS t13y issue on jar.properties file
...
To remove the redundant backslash
Reviewed-by: naoto
2013-09-04 12:37:41 -07:00
Xueming Shen
e447689d41
6341345: (spec) Console.reader() should make it clear that the reader requires line termination
...
To clarify the spec
Reviewed-by: alanb
2013-09-04 12:35:22 -07:00