9226 Commits

Author SHA1 Message Date
Brian Burkhalter
0ea41f88dc 8029561: Optimization in Integer to string conversion
Remove FIXME-TODO comments as the suggested change does not improve performance.

Reviewed-by: darcy
2014-01-03 14:04:41 -08:00
Joe Darcy
398131c8a7 8030212: Several api.java.util.stream tests got "NaN" value instead of "Infinity" or "-Infinity"
Reviewed-by: mduigou, psandoz
2014-01-03 10:38:23 -08:00
Joe Darcy
456defc468 8031148: Fix doclint issues in javax.xml.crypto.dsig
Reviewed-by: chegar, mullan
2014-01-03 09:49:08 -08:00
Alan Bateman
e21c1ec29b 8031113: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
Reviewed-by: chegar
2014-01-03 15:59:54 +00:00
Alan Bateman
b64d8e7b03 8029018: (bf) Check src/share/native/java/nio/Bits.c for JNI pending exceptions
Reviewed-by: chegar
2014-01-03 15:42:05 +00:00
Chris Hegarty
ee0f45fa54 Merge 2014-01-03 06:28:56 +00:00
Doug Lea
296d7cd8f7 8031133: AbstractMap should specify its default implementation using @implSpec
Reviewed-by: chegar, alanb
2014-01-03 06:22:41 +00:00
Mark Sheppard
994d1ed325 8027903: java/net/MulticastSocket/SetGetNetworkInterfaceTest.java throws java.net.SocketException: Cannot assign requested address
Check for pending Exception and clear if invoking ipv6 mcast_set_xxx function during setNetworkInterface call flow.

Reviewed-by: alanb, chegar
2014-01-02 19:23:27 +00:00
Ivan Gerasimov
2d0da895cd 8030698: Several GUI labels in jconsole need correction
Reviewed-by: sla
2013-12-30 16:34:06 +04:00
Weijun Wang
74e666c00e 8028780: JDK KRB5 module throws OutOfMemoryError when CCache is corrupt
Reviewed-by: xuelei
2013-12-30 11:51:19 +08:00
Xue-Lei Andrew Fan
3b4a745b26 8025415: Test SSLSocketImplThrowsWrongExceptions.java timed out
Reviewed-by: weijun
2013-12-24 20:07:12 -08:00
Stuart Marks
646f941ed1 8007256: RMI testlibrary cleanup: remove JavaVMCallbackHandler
Reviewed-by: darcy
2013-12-24 16:43:19 -08:00
Sean Mullan
c6168c2206 Merge 2013-12-24 08:42:21 -05:00
Sean Mullan
8e04ecdca9 8030813: Signed applet fails to load when CRLs are stored in an LDAP directory
Skip JNDI application resource lookup to avoid recursive JAR validation

Reviewed-by: vinnie, herrick
2013-12-24 08:40:40 -05:00
Kumar Srinivasan
9e4aa28467 8029997: [infra] remove Solaris ISA directories and the links
Reviewed-by: alanb, tbell
2013-12-23 14:24:48 -08:00
Joe Wang
0fd79b26f0 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars
Reviewed-by: dfuchs, lancea, ulfzibis
2013-12-23 14:02:27 -08:00
Daniel Fuchs
39db63b1df 8030850: Setting .level=FINEST in logging configuration file doesn't work
SetLevel(INFO) was called too early on root logger, causing the value found in configuration file to be later ignored.

Reviewed-by: mchung
2013-12-22 11:20:07 +01:00
Tristan Yan
82d13caac2 7168267: Cleanup of rmi regression tests
Reviewed-by: smarks
2013-12-20 15:10:11 -08:00
Stuart Marks
b11efe2e62 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
Reviewed-by: mchung, dmocek
2013-12-13 18:08:20 -08:00
Joe Darcy
734668feec 8030785: Missing "since 1.8" javadoc for java.lang.reflect.Method:getParameterCount
Reviewed-by: mduigou, mchung
2013-12-20 14:06:29 -08:00
Roger Riggs
37477abfad 8029909: Clarify equals/hashcode behavior for java.time types
Document the behavior of equals and hashcode in java.time.chrono date types

Reviewed-by: sherman, scolebourne
2013-12-20 13:06:32 -05:00
Roger Riggs
10db5543da 8030002: Enhance deserialization using readObject
Reviewed-by: sherman, chegar, scolebourne
2013-12-20 13:06:23 -05:00
Joe Darcy
db2551b871 8023471: Add compatibility note to AnnotatedElement
Reviewed-by: smarks, jfranck, abuckley
2013-12-20 08:59:52 -08:00
Daniel Fuchs
2be7f4fdda 8030187: TEST_BUG: java/util/logging/Logger/setResourceBundle/TestSetResourceBundle.java failing again
Yet another issue with Loggers being gc'ed too early.

Reviewed-by: mchung
2013-12-20 14:53:38 +01:00
Paul Sandoz
f35ec148f5 8030851: Update code in java.util to use newer language features
Reviewed-by: dfuchs, briangoetz, chegar, alanb, mduigou
2013-12-20 13:38:13 +01:00
Yiming Wang
3cb52c1acc 8030690: TEST_BUG java/nio/Buffer/Chars.java fails intermittently
Reviewed-by: alanb
2013-12-20 09:58:03 +00:00
Xue-Lei Andrew Fan
a46e0545ea 8030842: Intermittent test failure SSLSocketTimeoutNulls.java
Reviewed-by: weijun
2013-12-19 22:59:21 -08:00
Tristan Yan
167190a3d0 8029346: LowMemoryTestConcMarkSweepGC.sh fails intermittently with timeout
Reviewed-by: mchung
2013-12-19 13:43:30 -08:00
Yiming Wang
aa384aeaaf 8022879: TEST_BUG: sun/nio/cs/MalformedSurrogates.java fails intermittently
Reviewed-by: martin
2013-12-19 18:13:19 +00:00
Daniel Fuchs
c090f3f331 8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed with NPE
This is a test bug - loggers held in local variables can be arbitrarily gc'ed if that variable is no longer used. The fix makes sure that the loggers won't be arbitrarily gc'ed before the test is complete.

Reviewed-by: mchung
2013-12-19 14:53:10 +01:00
Chris Hegarty
dc30d3e266 Merge 2013-12-19 13:08:05 +00:00
Mark Sheppard
dc6438cfd6 7102702: java/net/PortUnreachableException/OneExceptionOnly.java failing
Change struct sockaddr_in rmtaddr to SOCKETADDRESS rmtaddr in purgeOutstandingICMP

Reviewed-by: alanb, chegar
2013-12-19 11:34:17 +00:00
Chris Hegarty
61636270a1 Merge 2013-12-19 10:40:50 +00:00
Doug Lea
3e91b8de35 8026155: Enhance ForkJoin pool
Reviewed-by: chegar, alanb, ahgross
2013-12-19 10:31:59 +00:00
Xue-Lei Andrew Fan
ffe3f52e17 7093640: Enable client-side TLS 1.2 by default
Reviewed-by: weijun, mullan, wetmore
2013-12-19 02:27:25 -08:00
Kumar Srinivasan
5735b16807 8029513: SwingApplet demo files still found in JDK 8 on Solaris
Reviewed-by: tbell
2013-12-18 11:34:34 -08:00
Kumar Srinivasan
cd8db125be 8029388: java.exe consumes argument intended for launched java class
Reviewed-by: mchung
2013-12-18 10:36:34 -08:00
Kumar Srinivasan
610b6254a3 8024033: [launcher] remove solaris dual mode support
Reviewed-by: darcy, martin
2013-12-18 10:19:05 -08:00
Roger Riggs
32c0d130c7 7018010: References to ProxySelector is without link
Reviewed-by: lancea, darcy, alanb
2013-12-18 09:56:54 -05:00
Vinnie Ryan
d675ed697b 8029788: Certificate validation - java.lang.ClassCastException
Reviewed-by: xuelei, mullan, weijun
2013-12-18 12:23:41 +00:00
Jaroslav Bachorik
b7f68c381a 8029809: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails intermittently with "Operation not permitted"
Reviewed-by: sla
2013-12-18 11:00:48 +01:00
Jaroslav Bachorik
f574d5ef40 8029890: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails: Blocked thread has 4 blocked counts. Expected 3
Reviewed-by: sla
2013-12-18 10:58:50 +01:00
Alan Bateman
0cf258eec2 8029886: Change SecurityManager check{TopLevelWindow, SystemClipboardAccessAwtEventQueueAccess} to check AllPermission
Reviewed-by: mchung, prr, art, mullan
2013-12-18 08:41:46 +00:00
Joe Darcy
80a3591381 8030084: Fix lint warnings in sun.security.tools.policytool
Reviewed-by: mullan
2013-12-17 17:14:02 -08:00
Mike Duigou
3639b2e546 8029795: LinkedHashMap.getOrDefault() doesn't update access order
Reviewed-by: psandoz
2013-12-17 09:36:59 -08:00
Balchandra Vaidya
3b18e4d07c 8030035: Create a stable test group in TEST.groups
Added known stable tests into a separate group

Reviewed-by: alanb
2013-12-17 13:27:30 +00:00
Staffan Larsen
d2642b9135 6605915: jinfo -flag <flag name> functionality doesn't work with core files
Reviewed-by: mchung, jbachorik
2013-12-17 08:07:02 +01:00
Mike Duigou
5b90fb7e5e 8029055: Map.merge implementations should refuse null value param
Reviewed-by: briangoetz, dl
2013-12-13 13:34:55 -08:00
Mike Duigou
1e845ac91f 8030016: HashMap.computeIfAbsent generates spurious access event
Reviewed-by: psandoz, bchristi
2013-12-13 13:35:35 -08:00
Alan Bateman
aee59cb101 6706208: (cs) CharsetProvider permission check cleanup
Reviewed-by: chegar, mchung
2013-12-16 19:52:55 +00:00