Athijegannathan Sundararajan
a0f8120f0a
8160641: PostProcessingPlugin and ExecutableImage should not be part of plugin API
...
Reviewed-by: jlaskey, mchung
2016-06-30 22:24:01 +05:30
Jamil Nimeh
ec5c0f3089
8143302: javax/net/ssl/Stapling/SSLSocketWithStapling.java fails intermittently: Server died
...
Fixes a file descriptor leak in the test and a thread exhaustion issue in the StatusResponseManager in JSSE.
Reviewed-by: xuelei
2016-06-30 00:09:06 -07:00
Tim Du
052984a47c
8160415: Mark sun/security/tools/keytool/standard.sh as intermittently failing
...
Reviewed-by: weijun
2016-06-29 23:29:07 -07:00
Pavel Rappo
27036a761f
8160218: HPack decoder fails when processing header in multiple ByteBuffers
...
Reviewed-by: michaelm
2016-06-29 10:19:48 +01:00
Steve Drach
9f0c345f7f
8114827: JDK 9 multi-release enabled jar tool
...
Reviewed-by: chegar
2016-06-10 13:57:51 -07:00
Paul Sandoz
7dd146f072
8160439: Replace asserts in VarHandle.AccessMode with tests
...
Reviewed-by: vlivanov, rriggs, martin
2016-06-29 08:30:49 +02:00
Joe Darcy
7a7b5b32cf
8160502: Problem listing of several http2 tests
...
Reviewed-by: lancea
2016-06-28 16:57:27 -07:00
Xueming Shen
c19f3e0db2
6233323: ZipEntry.isDirectory() may return false incorrectly
...
8144977: Class.getResourceAsStream("directory") in JAR returns broken InputStream
Reviewed-by: rriggs
2016-06-28 15:36:15 -07:00
Rob McKenna
ed73972cda
8143640: Showing incorrect result while passing specific argument in the Java launcher tools
...
Reviewed-by: ksrini
2016-06-28 20:03:29 +01:00
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
Xueming Shen
6223e843f9
8160312: ArrayIndexOutOfBoundsException when comparing strings case insensitive
...
Reviewed-by: rriggs
2016-06-27 13:57:24 -07: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
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
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
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
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
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
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
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
Alan Bateman
40abbd6d10
8140449: (fs) Paths.get("x").relativize("") return ..\ on Windows
...
Reviewed-by: chegar, rriggs
2016-06-17 17:17:21 +01:00
Goetz Lindenmaier
4f7d655557
8159690: [TESTBUG] Mark headful tests with @key headful
...
Reviewed-by: simonis, alexsch
2016-06-14 10:44:59 +02:00
Weijun Wang
9197f75413
8159805: sun/security/tools/jarsigner/warnings/NoTimestampTest.java fails after JDK-8027781
...
Reviewed-by: mullan
2016-06-17 21:08:03 +08:00
Weijun Wang
644df29a24
8158633: BASE64 encoded cert not correctly parsed with UTF-16
...
Reviewed-by: mullan
2016-06-17 21:07:31 +08:00
Nishit Jain
868cd939e6
8159420: The LanguageRange.parse() method is throwing IllegalArgumentException in Turkish Locale
...
Reviewed-by: naoto, okutsu, peytoia
2016-06-17 21:42:38 +09:00
Hamlin Li
0b8d67723b
8159785: Add test that tests ClassLoader.getResource/getResources in Multi-Release Jar
...
Reviewed-by: alanb
2016-06-17 04:35:09 -07:00
Masayoshi Okutsu
7d9de8aef5
8158272: IncludeLocalesPluginTest.java fails with timeout
...
8158468: tools/jlink/plugins/IncludeLocalesPluginTest.java doesn't detect test failures
Reviewed-by: alanb, mchung, naoto
2016-06-17 17:06:16 +09:00
Alan Bateman
8547893efe
8158456: ModuleDescriptor.read does not verify dependence on java.base in module-info.class
...
8159248: ModuleFinder.of not clear that FindException thrown if module descriptor cannot be derived for automatic module
Reviewed-by: chegar, mchung
2016-06-17 08:41:39 +01:00
Weijun Wang
0b83896bd2
8156471: test/sun/security/krb5/auto/TestHosts should not be modified in-place
...
Reviewed-by: xuelei
2016-06-17 10:53:13 +08:00