Commit Graph

14837 Commits

Author SHA1 Message Date
Ramanand Patil
78f385b79a 8153955: increase java.util.logging.FileHandler MAX_LOCKS limit
This patch adds a new configurable property "java.util.logging.FileHandler.maxLocks" to java.util.logging.FileHandler which can be defined in the logging configuration file and makes it possible to configure the maximum number of concurrent log file locks a FileHandler can handle. If not overridden, the default value of maxLocks (100) remains unchanged.

Reviewed-by: dfuchs, coffeys
2016-06-27 11:52:49 +05:30
Amy Lu
e926c77845 8156536: Remove intermittent key from TreeTest.java and move back to tier1
Reviewed-by: darcy
2016-06-28 14:39:09 +08:00
Rachna Goel
0304fe9931 8158504: test/sun/util/locale/provider/Bug8038436.java: non English locale(s) included in available locales
Reviewed-by: okutsu, naoto
2016-06-28 13:47:01 +09:00
Athijegannathan Sundararajan
8576b106b7 8160346: JLinkTest.java should compute exact number of plugins from jdk.jlink module
Reviewed-by: jlaskey, mchung
2016-06-28 09:57:09 +05:30
Mandy Chung
23264135ec 8159596: Add java --dry-run
Reviewed-by: alanb, ksrini
2016-06-27 20:22:04 -07:00
Claes Redestad
a2ed889002 8160000: Runtime.version() cause startup regressions in 9+119
Reviewed-by: mchung, psandoz, erikj, forax, iris
2016-06-28 00:39:26 +02:00
Xueming Shen
6223e843f9 8160312: ArrayIndexOutOfBoundsException when comparing strings case insensitive
Reviewed-by: rriggs
2016-06-27 13:57:24 -07:00
Ivan Gerasimov
e8dfc516f8 8160264: Reuse Latin1/UTF16 compare routines
Reviewed-by: psandoz
2016-06-27 16:09:09 +03:00
Jim Laskey
747cf0453a 8160348: jlink should use System.out for usage messages
Reviewed-by: sundar
2016-06-27 09:26:47 -03:00
Athijegannathan Sundararajan
7886baafa8 8157936: Files.size(Path p) returns 0 if path is from JrtFileSystem with exploded build
Reviewed-by: psandoz
2016-06-27 14:55:06 +05:30
Roger Riggs
c8180eb253 8160278: Remove java/time/test/java/time/TestClock_System from the problem list
Reviewed-by: darcy
2016-06-24 14:19:29 -04:00
Athijegannathan Sundararajan
f74ee54f5c 8153238: Improve test/tools/jlink/JLinkTest.java not to hard code the number of plugins
Reviewed-by: jlaskey
2016-06-24 23:28:06 +05:30
Daniel Fuchs
9d4c46f850 8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation
Trivial fix - the concrete class must be instantiated, not the class that defines the createContext method.

Reviewed-by: lancea, mchung
2016-06-24 16:03:17 +01:00
Athijegannathan Sundararajan
72d2e8594f 8147794: Jlink's ModuleEntry.stream can't be consumed more than once and ModuleEntry content should be read only if needed
Reviewed-by: jlaskey, psandoz
2016-06-24 19:56:50 +05:30
Jim Laskey
2146bab54f 8159172: Update usage of jlink/jimage/jmod to show option patterns
Reviewed-by: mchung, alanb
2016-06-24 11:20:24 -03:00
Sergey Kuksenko
d90e966a97 8158690: GET request via HTTP/2 has a huge delays due to Nagle’s Algorithm and Delayed ACK clash
Reviewed-by: chegar
2016-06-24 06:52:29 +01:00
Chris Hegarty
c53f3cbcbe 8154017: Shutdown hooks are racing against shutdown sequence, if System.exit()-calling thread is interrupted
Reviewed-by: alanb, dholmes, shade
2016-06-24 06:47:32 +01:00
Tim Du
7e1c0f82b6 8146393: sun/security/tools/jarsigner/ts.sh failed on OEL Linux 7 with ar_SA Locale
Reviewed-by: weijun
2016-06-23 19:58:58 -07:00
Lana Steuck
989896a2dd Merge 2016-06-23 21:44:11 +00:00
Brent Christian
17dc09ea23 7131356: (props) "No Java runtime present, requesting install" when creating VM from JNI [macosx]
Replace JRS calls with Core Foundation calls

Reviewed-by: naoto
2016-06-23 14:14:06 -07:00
Lana Steuck
a3a286d448 Merge 2016-06-23 21:13:13 +00:00
Lana Steuck
12c90f242c Added tag jdk-9+124 for changeset 45cbf2937973 2016-06-23 20:35:15 +00:00
Sergey Kuksenko
8b5cbab0f5 8158980: Memory leak in HTTP2Connection.streams
Reviewed-by: chegar
2016-06-23 10:25:04 +01:00
Artem Smotrakov
f2b622bfb3 8074580: sun/security/pkcs11/rsa/TestKeyPairGenerator.java fails due to PKCS11Exception: CKR_FUNCTION_FAILED
Reviewed-by: valeriep
2016-06-22 15:58:08 -07:00
Xueming Shen
e922fb0afb 8159545: closed/java/io/Console/TestConsole.java failed with exit code 1
Reviewed-by: rriggs
2016-06-22 11:31:07 -07:00
Artem Smotrakov
5856fc0800 8152745: javax/net/ssl/TLS/TestJSSE.java fails intermittently: Unsupported or unrecognized SSL message
Reviewed-by: xuelei
2016-06-22 09:33:16 -07:00
Naoto Sato
5c227bfdae 8159781: jlink --include-locales fails with java.util.regex.PatternSyntaxException
Reviewed-by: mchung, okutsu
2016-06-22 08:51:32 -07:00
Chris Hegarty
34f5b60b4a 8157166: Update spec to account for platforms that do not support multicast
Reviewed-by: alanb
2016-06-22 09:21:06 +01:00
Vyom Tewari
b75020a9b0 8071660: URLPermission not handling empty method lists correctly
Reviewed-by: chegar, dfuchs, prappo, rriggs
2016-06-22 09:01:34 +01:00
Masayoshi Okutsu
c213f457ce 8159766: "Switching encoding from UTF-8 to ISO-8859-1" log message should be trace/debug message
Reviewed-by: alanb, mchung, naoto
2016-06-22 16:12:39 +09:00
Felix Yang
193d350e55 8157530: Remove intermittent key from javax/net/ssl/DTLS/WeakCipherSuite.java
Reviewed-by: xuelei
2016-06-21 20:20:14 -07:00
Naoto Sato
e18eaa2e9b 8159548: Formatter returns unexpected strings if locale is null
Reviewed-by: sherman
2016-06-21 15:15:05 -07:00
Pavel Rappo
e0c6d91241 8156742: Miscellaneous WebSocket API improvements
Reviewed-by: chegar, rriggs
2016-06-21 18:51:18 +01:00
Vyom Tewari
6ae11043e9 8114860: Behavior of java.net.URLPermission.getActions() contradicts spec
Reviewed-by: chegar, prappo
2016-06-21 16:52:16 +01:00
Vyom Tewari
bb15c9c8bf 8154234: Remove netdoc URL protocol Handler
Reviewed-by: chegar
2016-06-21 16:42:33 +01:00
Ivan Gerasimov
c49eb0c2b6 8158802: com.sun.jndi.ldap.SimpleClientId produces wrong hash code
Reviewed-by: rriggs, coffeys
2016-06-21 17:48:29 +03:00
Athijegannathan Sundararajan
e011bbd371 8159593: Plugin Set<Category> getType() should return a Category
Reviewed-by: jlaskey
2016-06-21 19:05:34 +05:30
Vyom Tewari
47ade5bbb9 8144008: Setting NO_PROXY on HTTP URL connections does not stop proxying
Reviewed-by: chegar, rriggs
2016-06-21 14:00:59 +01:00
Weijun Wang
8c65ff9c8c 8157318: ThreadedSeedGenerator uses System.currentTimeMillis and stops generating when time is set back
Reviewed-by: xuelei, wetmore
2016-06-21 11:09:13 +08:00
Mandy Chung
8ca2400daa Merge 2016-06-20 19:31:03 -07:00
Hamlin Li
efac3d44f2 8159879: Some typo and minor test bugs in ava/lang/module/ModuleReferenceTest.java and ConfigurationTest.java
Reviewed-by: alanb
2016-06-20 18:30:57 -07:00
Artem Smotrakov
a1025d0535 8049314: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java fails intermittently with "Unexpected EOF" message
Reviewed-by: xuelei
2016-06-20 17:06:27 -07:00
Mark Sheppard
bc0e20636e 8146975: NullPointerException in IIOPInputStream.inputClassFields
Reviewed-by: chegar, rriggs, coffeys
2016-06-21 00:45:52 +01:00
Brian Burkhalter
432ff69a8b 8136738: InputStream documentation for IOException in skip() is unclear or incorrect
Clarify javadoc of skip().

Reviewed-by: rriggs, prappo
2016-06-20 14:08:05 -07:00
Mandy Chung
d3e5142694 8155955: packager needs to determine the root modules to create JRE image
Reviewed-by: alanb
2016-06-19 16:46:49 -07:00
Hamlin Li
2ac6a74d79 8159762: Some minor test bugs in java/lang/module/ModuleDescriptorTest.java
Reviewed-by: alanb
2016-06-18 16:50:19 -07:00
Artem Smotrakov
744c257015 8159501: ShortRSAKey512.java intermittently times out
Reviewed-by: xuelei
2016-06-17 19:45:06 -07:00
Mandy Chung
23a9fbcadd 8159630: Add new test for jdk.internal.misc.VM::getRuntimeArguments
Reviewed-by: lancea
2016-06-17 14:37:00 -07:00
Roger Riggs
2fce52789b 8155808: Process.getInputStream().skip() method is faulty
For Process input streams, implement skip as read

Reviewed-by: prappo, dfuchs
2016-06-17 15:57:28 -04:00
Paul Sandoz
d7695b19e9 8159821: "PrimitiveStream.iterateFinite" methods contain incorrect code sample
Reviewed-by: chegar, briangoetz
2016-06-17 10:08:39 -07:00