Xue-Lei Andrew Fan
b8904d34fe
8167680: DTLS implementation bugs
...
Reviewed-by: jnimeh, asmotrak
2016-10-29 13:34:53 +00:00
Daniel Fuchs
53cbda2d85
8163162: The separation between system loggers and application loggers should take the extension loader in consideration
...
DefaultLoggerFinder.isSystem is changed to return 'true' for classes loaded from the platform loader and its ancestors. This means that classes loaded by the platform loader will get exactly the same kind of loggers than classes loaded by the boot (null) loader.
Reviewed-by: rriggs, mchung
2016-10-28 12:10:12 +01:00
Alan Bateman
83df093985
8168789: ModuleReader.list and ModuleFinder.of update
...
Reviewed-by: mchung
2016-10-28 10:18:07 +01:00
Xue-Lei Andrew Fan
d0891a2ffc
8168822: Document that algorithm restrictions do not apply to trusted anchors
...
Reviewed-by: weijun, jnimeh, mullan
2016-10-27 23:49:38 +00:00
Mandy Chung
fc99db2ced
8168205: Should not default class path to CWD if -cp is not specified but -m is specified
...
Reviewed-by: alanb
2016-10-27 13:42:12 -07:00
Sean Mullan
abea796b35
Merge
2016-10-27 14:52:01 -04:00
Sean Mullan
dfbba1428e
8168851: Tighten permissions granted to the java.smartcardio module
...
Reviewed-by: vinnie, mchung
2016-10-27 14:50:23 -04:00
Kumar Srinivasan
5fb3e9b3cc
8168010: Deprecate obsolete launcher -d32/-d64 options
...
Reviewed-by: alanb
2016-10-27 05:49:41 -07:00
Phil Race
5817fca746
Merge
2016-10-27 08:51:48 -07:00
Christoph Langer
955f784be9
8167481: cleanup of headers and includes for native libnet
...
Reviewed-by: chegar
2016-10-27 11:00:28 +02:00
Claes Redestad
ec5f1743aa
8168640: (fc) Avoiding AtomicBoolean in FileInput/-OutputStream improves startup
...
Reviewed-by: alanb, plevart
2016-10-26 17:50:08 +02:00
Alejandro Murillo
cb0a755549
Merge
2016-10-25 14:55:29 -07:00
Brent Christian
1552f3ddbb
8165793: Provide an API to query if a ClassLoader is parallel capable
...
Reviewed-by: alanb, mchung
2016-10-25 12:58:34 -07:00
Alejandro Murillo
da37860566
Merge
2016-10-25 12:25:44 -07:00
Masayoshi Okutsu
6ce08d0985
8165804: Revisit the way of loading BreakIterator rules/dictionaries
...
Reviewed-by: naoto, peytoia, erikj
2016-10-25 15:43:19 +09:00
Roger Riggs
e89ce16097
8164908: ReflectionFactory support for IIOP and custom serialization
...
Add support for serialization to sun.reflect.ReflectionFactory
Reviewed-by: alanb, chegar, plevart, amlu
2016-10-24 14:52:51 -04:00
Masayoshi Okutsu
c0ee1b68c1
8152926: PropertyResourceBundle constructor don't understand the System.setProperty change
...
Reviewed-by: naoto, peytoia
2016-10-24 15:26:15 +09:00
Sean Mullan
4f556f887f
Merge
2016-10-21 09:03:35 -04:00
Sean Mullan
ad82a519a8
8168313: Tighten permissions granted to jdk.crypto.pkcs11 module
...
Reviewed-by: ascarpino
2016-10-21 09:02:57 -04:00
Volker Simonis
09dd43b407
8168471: Non ANSI C declaration of block local variable in NetworkInterface_winXP.c
...
Reviewed-by: chegar
2016-10-21 14:57:50 +02:00
Pavel Rappo
cd99155eb8
8168417: Pending exceptions in java.base/windows/native/libnio
...
Reviewed-by: chegar, alanb
2016-10-21 12:31:50 +01:00
Anubhav Meena
d3d2beed82
8163330: HijrahDate aligned day of week incorrect
...
Reviewed-by: rriggs, scolebourne
2016-10-21 14:52:04 +05:30
Rachna Goel
8f9823ef6e
8146750: java.time.Month.getDisplayName() return incorrect narrow names with JRE provider on locale de,de_DE,en_US
...
Reviewed-by: okutsu, rriggs, naoto, peytoia
2016-10-21 11:33:37 +09:00
Alejandro Murillo
ae7aae8464
Merge
2016-10-20 16:54:00 -07:00
Stuart Marks
6bdfb6eb48
8152617: add missing wildcards to Optional or() and flatMap()
...
Reviewed-by: psandoz, forax
2016-10-20 13:27:48 -07:00
Phil Race
4a4be07df3
Merge
2016-10-19 08:06:10 -07:00
Jan Lahoda
d132146380
8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
...
Allow use of jdk.internal.misc.Signal from jshell and jjs.
Reviewed-by: rfield, chegar
2016-10-19 12:42:34 +02:00
Paul Sandoz
29871f6f8a
8166974: invokedynamic implementation should not wrap Errors
...
Reviewed-by: smarks, jrose
2016-10-14 14:47:27 -07:00
Phil Race
f97849aa84
Merge
2016-10-14 11:11:19 -07:00
Xueming Shen
6d3fbda062
8167957: Remove FilePermission from default policy for jdk.charsets module
...
Reviewed-by: mchung
2016-10-13 17:47:30 -07:00
Xueming Shen
dd8ac98cde
8166258: Unexpected code conversion by HKSCS converters
...
Reviewed-by: naoto
2016-10-13 09:35:07 -07:00
Alejandro Murillo
ff0d142c0a
Merge
2016-10-13 09:02:13 -07:00
Vinnie Ryan
15b6970daa
8165064: Enhance thread contexts in JNDI
...
Reviewed-by: chegar
2016-10-13 15:27:33 +01:00
Vinnie Ryan
02ca9985fc
8167371: KeyStoreSpi.engineSetEntry should throw an Exception if password protection alg is specified
...
Reviewed-by: xuelei, mullan
2016-10-13 12:37:42 +01:00
Mandy Chung
44a7c1b644
8164689: Retrofit jar, jlink, jmod as a ToolProvider
...
Reviewed-by: alanb, lancea
2016-10-12 15:41:00 -07:00
Jonathan Bluett-Duncan
a19fc7fbdb
8134373: use collections convenience factories in the JDK
...
Reviewed-by: scolebourne, prappo, dfuchs, redestad, smarks
2016-10-12 11:54:38 -07:00
Athijegannathan Sundararajan
8c7dc29389
8167614: Avoid module dependency from jdk.dynalink to jdk.internal.module of java.base module
...
Reviewed-by: jlaskey, alanb
2016-10-12 22:44:43 +05:30
Roger Riggs
e68ae2ec8e
8156802: Better constraint checking
...
Reviewed-by: dfuchs
2016-10-12 12:56:35 -04:00
David Dehaven
b27d8f6dd9
8165271: Fix use of reflection to gain access to private fields
...
Reviewed-by: mchung
2016-10-12 08:47:53 -07:00
Pavel Rappo
d16760afb5
8168405: Pending exceptions in java.base/windows/native
...
Reviewed-by: chegar, clanger
2016-10-20 18:35:45 +01:00
Weijun Wang
debfdef758
8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
...
Reviewed-by: mullan
2016-10-20 09:24:47 +08:00
Anthony Scarpino
4b919bee81
8167591: Add MD5 to signed JAR restrictions
...
Reviewed-by: mullan, jnimeh
2016-10-19 10:49:52 -07:00
Paul Sandoz
2fc1b1389a
8167524: Rogue character in Stream javadoc
...
Reviewed-by: smarks, darcy
2016-10-11 16:25:52 -07:00
Bradford Wetmore
909e2244c8
8167459: Add debug output for indicating if a chosen ciphersuite was legacy
...
Reviewed-by: xuelei
2016-10-11 15:49:37 -07:00
Vyom Tewari
b09d8ad0e6
8163482: java.net.URLPermission.getActions() adds a trailing colon when header-names is empty
...
Reviewed-by: chegar, dfuchs
2016-10-11 15:12:40 +05:30
Xue-Lei Andrew Fan
9c0a3e6ca9
8167472: Chrome interop regression with JDK-8148516
...
Reviewed-by: weijun
2016-10-11 09:11:34 +00:00
Valerie Peng
81d15be0db
8165275: Replace the reflective call to the implUpdate method in HandshakeMessage::digestKey
...
Replaced the reflection calls with the new sun.security.util.MessageDigestSpi2 interface
Reviewed-by: xuelei, mchung
2016-10-11 00:04:35 +00:00
Paul Sandoz
bf450d55c1
8164814: Deprecate Atomic*.weakCompareAndSet and defer to Atomic*.weakCompareAndSetPlain
...
Reviewed-by: martin, dl
2016-10-10 15:58:42 -07:00
Mandy Chung
fddb29160d
8162401: Support multiple --add-exports and --add-reads with the same module/package
...
Reviewed-by: alanb, redestad, sundar
2016-10-10 15:46:14 -07:00
Phil Race
e4ed1ab3d7
Merge
2016-10-10 14:35:20 -07:00