Daniel Fuchs
97658dc623
8157965: update httpserver logging to use java.lang.System.Logger
...
This patch updates the jdk.httpserver module to use System.Logger and break its dependency with the java.logging module.
Reviewed-by: rriggs, michaelm, chegar, mchung
2016-10-20 12:31:24 +01:00
Weijun Wang
8bd0c80e92
8168374: TsacertOptionTest.java fails on all platforms
...
Reviewed-by: vinnie
2016-10-20 14:11:26 +08: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
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
Athijegannathan Sundararajan
b82ec86107
8071588: The spec for javax.script.ScriptEngineFactory.getProgram() should specify NPEs thrown
...
Reviewed-by: alanb, hannesw
2016-10-19 13:26:49 +05:30
Weijun Wang
8d889c2a92
8167647: Copy-and-paste bug in javax.security.auth.kerberos.KerberosTicket.toString()
...
Reviewed-by: xuelei
2016-10-19 11:45:43 +08:00
Vinnie Ryan
15b6970daa
8165064: Enhance thread contexts in JNDI
...
Reviewed-by: chegar
2016-10-13 15:27:33 +01:00
Roger Riggs
41cdc78805
8167628: Test for RMI API to export an object with a serialization filter
...
Reviewed-by: dfuchs
2016-10-12 13:53:41 -04:00
Sean Mullan
41e797f4da
8162723: Array index overflow in Base64 utility class
...
Reviewed-by: ascarpino, jnimeh
2016-10-12 09:46:35 -04:00
Erik Joelsson
da8b135bcf
8167479: arm 32/64 slowdebug fails to build on unpack200
...
Reviewed-by: ihse
2016-10-12 14:25:07 +02: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
Jan Lahoda
b765ef344a
8166890: JShell: locks forever when input is piped
...
Only read cursor position if connected to a terminal.
Reviewed-by: rfield, shinyafox
2016-10-11 12:33:15 +02:00
Erik Joelsson
7bf6362c3a
8167387: libjimage.so has a bad runpath
...
Reviewed-by: tbell, ihse
2016-10-11 12:25:54 +02: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
Magnus Ihse Bursie
46cb0861d0
8167424: Various trivial fixes in build system
...
Reviewed-by: erikj, tbell
2016-10-11 09:50:04 +02: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
6ac1a33ba5
Merge
2016-10-10 14:26:49 -07:00
Phil Race
396d6e2a1a
Merge
2016-10-10 14:21:39 -07:00
Anthony Scarpino
dab57d2037
8165103: Update to "denyAfter constraint check" exception message
...
Reviewed-by: valeriep
2016-10-10 14:20:16 -07:00
Christoph Langer
0d046ab808
8167295: Further cleanup to the native parts of libnet/libnio
...
Reviewed-by: chegar
2016-10-10 22:42:45 +02:00
Phil Race
13dd764edf
Merge
2016-10-10 13:31:48 -07:00
Anthony Scarpino
3d4d013f55
8165101: AnchorCertificates throws NPE when cacerts file not found
...
Reviewed-by: mullan
2016-10-10 13:28:44 -07:00
Sibabrata Sahoo
05b72e77b7
8156054: Test Task: Develop new tests for JEP C155: Remove FilePermission Pathname Canonicalization
...
New test for removing canonicalize path from FilePermission.
Reviewed-by: weijun
2016-10-10 00:45:13 -07:00
Weijun Wang
ba9df3533c
8164705: Remove pathname canonicalization from FilePermission
...
Reviewed-by: alanb, bpb
2016-10-10 08:28:50 +08:00
Jonathan Gibbons
0f9a011475
8159855: Create an SPI for tools
...
Reviewed-by: mchung
2016-10-07 16:49:31 -07:00
Brent Christian
2d52d60a1e
8151486: Class.forName causes memory leak
...
Remove ClassLoader.domains
Reviewed-by: coleenp, dholmes, mchung, naoto
2016-10-07 12:01:24 -07:00
Athijegannathan Sundararajan
d47b7ffca5
8167018: Nashorn and jjs should support --module-path and --add-modules options
...
Reviewed-by: jlaskey, hannesw
2016-10-07 21:28:00 +05:30
Iris Clark
0d8b76a7d7
8166799: ASSEMBLY_EXCEPTION contains historical company name
...
Reviewed-by: mchung, tbell
2016-10-06 18:05:54 -07:00
Weijun Wang
723c5ce3c2
8167181: Exported elements referring to inaccessible types in jdk.security.jgss
...
Reviewed-by: mchung
2016-10-07 07:59:49 +08:00
Lana Steuck
5b2c5f9aa1
Merge
2016-10-06 23:13:06 +00:00
Lana Steuck
6eb1f7bf56
Added tag jdk-9+139 for changeset 5da543633b3b
2016-10-06 20:56:11 +00:00
Claes Redestad
8ebdbe3b5c
8167005: Comment on the need for an empty constructor in ArrayList$Itr
...
Reviewed-by: smarks, shade, chegar
2016-10-06 02:02:48 +02:00
Alejandro Murillo
db351aa712
Merge
2016-10-05 09:52:55 -07:00
Sean Mullan
ebf08ec9c6
Merge
2016-10-05 12:36:42 -04:00
Sean Mullan
5275bebcab
8166632: Document how to grant permissions for a module jrt:/<module> in the image
...
Reviewed-by: alanb, mchung
2016-10-05 12:36:01 -04:00
Alejandro Murillo
7e7cbce1f6
Merge
2016-10-05 06:28:23 -07:00
Erik Joelsson
604bf5b7d6
8150736: Excessive disk space used by build system
...
Reviewed-by: ihse
2016-10-05 10:49:49 +02:00
Mandy Chung
6504983459
8166860: Add magic number to jmod file
...
Reviewed-by: alanb, jjg
2016-10-04 18:56:28 -07:00
Roger Riggs
0e8f10584f
8165261: RMI API to export an object with a serialization filter
...
Reviewed-by: dfuchs, chegar
2016-10-04 14:19:16 -04:00
Roger Riggs
6a5d225ba3
8165806: UnicastServerRef support to export an object with a filter
...
Reviewed-by: dfuchs
2016-10-04 14:18:54 -04:00
Roger Riggs
9aa8b6728a
8155760: Implement Serialization Filtering
...
8166739: Improve extensibility of ObjectInputFilter information passed to the filter
Reviewed-by: dfuchs, chegar, briangoetz, plevart
2016-10-04 13:45:42 -04:00
Naoto Sato
03cc993ec4
8166645: Include locales plugin throws InternalError with "*" specified
...
Reviewed-by: mchung
2016-10-04 09:52:03 -07:00
Vyom Tewari
0a885c4bc8
8153674: Expected SocketException not thrown when calling bind() with setReuseAddress(false)
...
Reviewed-by: chegar, msheppar
2016-10-04 21:59:16 +05:30
Brian Burkhalter
ecdbe768e1
8167058: (fs) UnixDirectoryIterator::stream unused
...
Remove UnixDirectoryIterator::stream unused instance variable
Reviewed-by: redestad, alanb
2016-10-04 08:32:49 -07:00
Sergei Kovalev
3847822589
8166378: Missing dependencies in several java/security tests
...
Reviewed-by: xuelei
2016-10-04 11:55:42 +03:00