lana [Thu, 16 Jun 2016 19:07:26 +0000] rev 39066
Added tag jdk-9+123 for changeset 23d765900a30
duke [Wed, 05 Jul 2017 21:51:02 +0200] rev 39065
Merge
mli [Sat, 18 Jun 2016 16:50:19 -0700] rev 39064
8159762: Some minor test bugs in java/lang/module/ModuleDescriptorTest.java
Reviewed-by: alanb
asmotrak [Fri, 17 Jun 2016 19:45:06 -0700] rev 39063
8159501: ShortRSAKey512.java intermittently times out
Reviewed-by: xuelei
mchung [Fri, 17 Jun 2016 14:37:00 -0700] rev 39062
8159630: Add new test for jdk.internal.misc.VM::getRuntimeArguments
Reviewed-by: lancea
rriggs [Fri, 17 Jun 2016 15:57:28 -0400] rev 39061
8155808: Process.getInputStream().skip() method is faulty
Summary: For Process input streams, implement skip as read
Reviewed-by: prappo, dfuchs
psandoz [Fri, 17 Jun 2016 10:08:39 -0700] rev 39060
8159821: "PrimitiveStream.iterateFinite" methods contain incorrect code sample
Reviewed-by: chegar, briangoetz
psandoz [Sat, 28 May 2016 13:57:30 +0530] rev 39059
8158253: Collections: Implement a noop clear() for EmptyList, EmptyMap and EmptySet
Reviewed-by: psandoz
Contributed-by: Mohamed Naufal <naufal11@gmail.com>
alanb [Fri, 17 Jun 2016 17:17:21 +0100] rev 39058
8140449: (fs) Paths.get("x").relativize("") return ..\ on Windows
Reviewed-by: chegar, rriggs
redestad [Fri, 17 Jun 2016 16:18:37 +0200] rev 39057
8159745: Remove java.net.Parts
Reviewed-by: alanb, chegar
goetz [Tue, 14 Jun 2016 10:44:59 +0200] rev 39056
8159690: [TESTBUG] Mark headful tests with @key headful.
Reviewed-by: simonis, alexsch
weijun [Fri, 17 Jun 2016 21:08:03 +0800] rev 39055
8159805: sun/security/tools/jarsigner/warnings/NoTimestampTest.java fails after JDK-8027781
Reviewed-by: mullan
weijun [Fri, 17 Jun 2016 21:07:31 +0800] rev 39054
8158633: BASE64 encoded cert not correctly parsed with UTF-16
Reviewed-by: mullan
nishjain [Fri, 17 Jun 2016 21:42:38 +0900] rev 39053
8159420: The LanguageRange.parse() method is throwing IllegalArgumentException in Turkish Locale
Reviewed-by: naoto, okutsu, peytoia
mli [Fri, 17 Jun 2016 04:35:09 -0700] rev 39052
8159785: Add test that tests ClassLoader.getResource/getResources in Multi-Release Jar
Reviewed-by: alanb
okutsu [Fri, 17 Jun 2016 17:06:16 +0900] rev 39051
8158272: IncludeLocalesPluginTest.java fails with timeout
8158468: tools/jlink/plugins/IncludeLocalesPluginTest.java doesn't detect test failures
Reviewed-by: alanb, mchung, naoto
alanb [Fri, 17 Jun 2016 08:41:39 +0100] rev 39050
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
weijun [Fri, 17 Jun 2016 10:53:13 +0800] rev 39049
8156471: test/sun/security/krb5/auto/TestHosts should not be modified in-place
Reviewed-by: xuelei
weijun [Fri, 17 Jun 2016 09:46:36 +0800] rev 39048
8157387: StrongSecureRandom.java timeout after push for JDK-8141039
Reviewed-by: xuelei, wetmore
weijun [Fri, 17 Jun 2016 09:46:34 +0800] rev 39047
8146619: Re-examine supportness of public classes in com.sun.security.auth.**
Reviewed-by: xuelei
weijun [Fri, 17 Jun 2016 09:46:27 +0800] rev 39046
6968542: keytool -importcert cannot deal with duplicate certs
Reviewed-by: xuelei
weijun [Fri, 17 Jun 2016 09:46:03 +0800] rev 39045
8027781: New jarsigner timestamp warning is grammatically incorrect
Reviewed-by: jnimeh, mullan
lana [Thu, 16 Jun 2016 20:56:45 +0000] rev 39044
Merge
darcy [Thu, 16 Jun 2016 13:00:34 -0700] rev 39043
8071859: AnnotationInvocationHandler.equals(Object) return true when apply to annotation
Reviewed-by: mchung, chegar