Jesper Wilhelmsson
|
69b8d4a1c9
|
Merge
|
2016-11-09 13:37:19 +01:00 |
|
Ujwal Vangapally
|
34af3661d3
|
8168141: javax/management/remote/mandatory/notif/EmptyDomainNotificationTest.java: No notif received!
Changed the time limit of 2 seconds for getting notification to default jtreg timeout.
Reviewed-by: rehn, dholmes
|
2016-11-14 12:05:26 +05:30 |
|
Bradford Wetmore
|
5e03e2fcd5
|
8169229: RSAClientKeyExchange debug info is incorrect
Reviewed-by: xuelei
|
2016-11-08 16:54:28 -08:00 |
|
Artem Smotrakov
|
31c4b07045
|
8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
Reviewed-by: weijun, mullan
|
2016-11-08 15:55:11 -08:00 |
|
Xueming Shen
|
398942a17f
|
8168862: Tighten permissions granted to the jdk.zipfs module
Reviewed-by: mullan, mchung, lancea, bpb
|
2016-11-08 14:29:14 -08:00 |
|
Paul Sandoz
|
e7fe2a82ca
|
8166735: JarFile#getVersion spec clarification for unversioned jars
Reviewed-by: mchung, alanb
|
2016-11-08 12:36:21 -08:00 |
|
Paul Sandoz
|
060ce7c739
|
8165782: java.util.jar.JarFile.runtimeVersion() spec needs clarification
Reviewed-by: mchung, alanb
|
2016-11-08 12:36:13 -08:00 |
|
Claes Redestad
|
a13cbb364c
|
8168911: Increased number of classes initialized during initialization of SignatureFileVerifier
Reviewed-by: ascarpino
|
2016-11-08 13:23:16 +01:00 |
|
Nishit Jain
|
c8aad861dc
|
8166994: Improve sun.util.locale.LocaleMatcher
Reviewed-by: okutsu, naoto, peytoia
|
2016-11-08 14:48:55 +05:30 |
|
Xue-Lei Andrew Fan
|
f683694e4f
|
8169318: Dump the reproduced packet in DTLSOverDatagram.java
Reviewed-by: mullan
|
2016-11-08 06:22:31 +00:00 |
|
Serguei Spitsyn
|
145cb85e75
|
8160024: jdb returns invalid argument count if first parameter to Arrays.asList is null
Adjust com/sun/jdi/MethodImpl.java for null argument
Reviewed-by: dcubed, dsamersoff
|
2016-11-07 16:14:18 -08:00 |
|
Jim Laskey
|
680aa95dbb
|
8155756: Better context for some jlink exceptions
Reviewed-by: mchung
|
2016-11-07 14:36:27 -04:00 |
|
Jim Laskey
|
d96b3cd0cb
|
8159393: jlink should print a warning that a signed modular JAR will be treated as unsigned
Reviewed-by: alanb, sundar, mullan, weijun
|
2016-11-07 13:10:42 -04:00 |
|
Erik Joelsson
|
2a0b3e1f75
|
8160491: tar.gz bundles missing files containing $
Reviewed-by: ihse
|
2016-11-07 14:15:49 +01:00 |
|
Erik Joelsson
|
83cc9c6c86
|
8168108: lib/classlist should be packaged in java.base.jmod
Reviewed-by: mchung
|
2016-11-07 13:25:27 +01:00 |
|
Athijegannathan Sundararajan
|
9b789e7327
|
8166286: jmod fails on symlink to directory
Reviewed-by: jlaskey, alanb
|
2016-11-07 11:33:31 +05:30 |
|
Mandy Chung
|
5fb366ed4f
|
8169231: Fix tests to add @compile --add-modules to workaround jtreg bug
Reviewed-by: jjg
|
2016-11-04 15:49:31 -07:00 |
|
Stuart Marks
|
d55905fe1b
|
8156079: consider making empty instances singletons
8169222: minor immutable collections optimizations
Reviewed-by: forax, redestad, alanb
|
2016-11-04 14:29:34 -07:00 |
|
Lana Steuck
|
766e807c18
|
Merge
|
2016-11-04 17:52:55 +00:00 |
|
Lana Steuck
|
d071ec42f8
|
Added tag jdk-9+143 for changeset 32253abe330e
|
2016-11-04 17:24:24 +00:00 |
|
Amy Lu
|
4971ed9d30
|
8037278: sun/rmi/runtime/Log/6409194/NoConsoleOutput.java fails Intermittently: unexpected subprocess output
Reviewed-by: dfuchs, rriggs
|
2016-11-04 22:33:44 +08:00 |
|
Mandy Chung
|
d74e2a09ac
|
6479237: (cl) Add support for classloader names
Reviewed-by: alanb, bchristi, coleenp, dfuchs, lfoltan, psandoz, sspitsyn
|
2016-11-03 18:08:28 -07:00 |
|
Jamil Nimeh
|
c535c8a446
|
8133632: javax.net.ssl.SSLEngine does not properly handle received SSL fatal alerts
Upon receiving a fatal alert, make sure the input and output queues are closed and the engine is in the NOT_HANDSHAKING state.
Reviewed-by: xuelei
|
2016-11-03 15:18:16 -07:00 |
|
David Dehaven
|
5f47e09d2a
|
Merge
|
2016-11-03 13:44:56 -07:00 |
|
Joe Darcy
|
1f577b2097
|
8168681: Correct deprecation text for Class.newInstance
Reviewed-by: mchung
|
2016-11-03 13:06:24 -07:00 |
|
Sergei Kovalev
|
12c36f7ab7
|
8169002: Several java/net/httpclient have undeclared dependency on java.logging module
Reviewed-by: chegar, rriggs, dfuchs
|
2016-11-03 16:19:29 +03:00 |
|
Lance Andersen
|
2f83338a6e
|
8169020: Add since element to JDBC deprecated methods
Reviewed-by: darcy
|
2016-11-03 13:34:27 -04:00 |
|
Roger Riggs
|
4c951cbe57
|
8169055: [TESTBUG] java/io/Serializable/serialFilter/ tests have undeclared dependency on java.compiler module
Change serialFilter test to use type in java.base
Reviewed-by: dfuchs, chegar, skovalev
|
2016-11-03 12:29:05 -04:00 |
|
Amy Lu
|
a35d0116c4
|
8143097: java/net/ipv6tests/UdpTest.java fails intermittently with "checkTime failed: got 1998 expected 4000"
Reviewed-by: chegar
|
2016-11-03 15:40:55 +08:00 |
|
Joe Darcy
|
b369cbb77b
|
8169024: Problem list OpenNonIntegralNumberOfSampleframes.java until JDK-8168881 is fixed
Reviewed-by: rriggs
|
2016-11-03 01:45:16 +00:00 |
|
Felix Yang
|
447e8a5232
|
8156504: java/net/URLPermission/nstest/lookup.sh fails intermittently
Reviewed-by: chegar, dfuchs
|
2016-11-02 18:44:59 -07:00 |
|
Amy Lu
|
1bf1087e7f
|
8151511: Test case in CollectionAndMapModifyStreamTest for LinkedHashMap overrides that for HashMap
Reviewed-by: chegar, psandoz
|
2016-11-03 09:44:43 +08:00 |
|
Robert Field
|
bc127f126e
|
8168972: Editor support: move built-in and external editor support to the jdk repo
8167639: jshell tool: Edit Pad has readability issues
Reviewed-by: jlahoda
|
2016-11-02 16:24:43 -07:00 |
|
Roger Riggs
|
036a14e8a3
|
8158963: RMI server-side multiplex protocol should be disabled
Add sun.rmi.transport.tcp.enableMultiplexProtocol to enable RMI multiplex protocol
Reviewed-by: smarks
|
2016-11-02 13:42:03 -04:00 |
|
Ivan Gerasimov
|
d86b93b397
|
8168921: Inconsistent Annotation.toString()
Reviewed-by: darcy, redestad
|
2016-11-02 20:53:56 +03:00 |
|
Ivan Gerasimov
|
4541ef3ed7
|
8168923: Use unsigned random long in a temp directory name
Reviewed-by: bpb, alanb
|
2016-11-02 18:45:14 +03:00 |
|
Daniel Fuchs
|
05be04a123
|
8152515: (logging) LogManager.resetLogger should ignore LinkageError
LogManager.resetLogger will also ignore errors, but only while shutting down.
Reviewed-by: rriggs, dholmes
|
2016-11-02 14:46:40 +00:00 |
|
Christoph Langer
|
cc20838f95
|
8168771: Remove #ifdef AF_INET6 guards in libnet native coding
Reviewed-by: chegar
|
2016-11-02 11:52:51 +01:00 |
|
Erik Joelsson
|
fb5635d6df
|
8063154: Checked in jvmti.h not in sync with generated jvmti.h
Reviewed-by: tbell
|
2016-11-02 10:43:48 +01:00 |
|
Weijun Wang
|
e10da9956f
|
8168518: rcache interop with krb5-1.15
Reviewed-by: xuelei
|
2016-11-02 14:44:15 +08:00 |
|
Athijegannathan Sundararajan
|
d9bc8cbcdb
|
8160063: Provide a means to disable a plugin via the command line
Reviewed-by: jlaskey
|
2016-11-02 10:49:15 +05:30 |
|
Paul Sandoz
|
530da2782a
|
8168841: The JavaDoc of java.util.stream.Collectors method collectingAndThen has incorrect code snippet
Reviewed-by: smarks, lancea, tvaleev
|
2016-11-01 17:29:49 -07:00 |
|
Paul Sandoz
|
1730680ce7
|
8167974: MethodHandles.iteratedLoop(...) fails with CCE in the case of iterating over array
8167966: MethodHandles.iteratedLoop fails with IAE in the case of correct arguments
Reviewed-by: redestad
|
2016-11-01 17:29:48 -07:00 |
|
Steve Drach
|
674c5463e3
|
8156499: Update jlink to support creating images with modules that are packaged as multi-release JARs
Reviewed-by: alanb, mchung
|
2016-11-01 14:36:26 -07:00 |
|
Chris Hegarty
|
707d289a69
|
8168980: Reinstate sun.reflect.ReflectionFactory.newConstructorForSerialization(Class,Constructor)
Reviewed-by: alanb
|
2016-11-01 12:37:29 +00:00 |
|
Alexander Scherbatiy
|
bc442826a9
|
8167176: Exported elements referring to inaccessible types in java.desktop
Reviewed-by: prr, serb
|
2016-11-01 12:56:11 +03:00 |
|
Alok Kumar Sharma
|
abaaf58cf3
|
8168899: java.nio.file.InvalidPathException if click button in JFileChooser demo of SwingSet2
Reviewed-by: ssadetsky, serb
|
2016-11-01 12:38:34 +03:00 |
|
Bradford Wetmore
|
853690d658
|
4985694: Incomplete spec for most of the getInstances
Reviewed-by: xuelei, mullan
|
2016-10-31 14:09:42 -07:00 |
|
Roger Riggs
|
9e7023e2a9
|
8168517: java/lang/ProcessBuilder/Basic.java failed
Reviewed-by: dholmes
|
2016-10-31 13:57:28 -04:00 |
|
David Dehaven
|
b3ad5b94c3
|
Merge
|
2016-10-31 10:39:14 -07:00 |
|