Sean Mullan
ed9eac2bb9
8036608: Key.getAlgorithm link to standard algorithm names needs to be updated
...
Reviewed-by: xuelei
2019-04-29 14:34:10 -04:00
Brian Burkhalter
daa6cc9267
8218280: LineNumberReader throws "Mark invalid" exception if CRLF straddles buffer
...
Reviewed-by: dfuchs, prappo
2019-04-29 07:39:16 -07:00
Vicente Romero
c748887332
8219487: j.l.c.ClassDesc spec should contain precise assertions for one parameter's methods
...
Reviewed-by: darcy, jlaskey
2019-04-26 12:49:51 -04:00
David Holmes
ded4f6b5cf
8222518: Remove unnecessary caching of Parker object in java.lang.Thread
...
Reviewed-by: dcubed, rehn
2019-04-26 00:57:03 -04:00
Arthur Eubanks
0465104af6
8222562: Don't set IPV6_V6ONLY when IPv4 is not available
...
Reviewed-by: dfuchs, chegar
2019-04-16 13:16:49 -07:00
Alan Bateman
2998236d83
8222774: (ch) Replace uses of stateLock and blockingLock with j.u.c. locks
...
Reviewed-by: dfuchs, bpb, martin
2019-04-25 10:41:49 +01:00
Claes Redestad
5b2d4559b1
8215017: Improve String::equals warmup characteristics
...
Reviewed-by: jlaskey
2019-04-11 14:56:52 +02:00
Lois Foltan
4f2478e234
8222502: Replace 19,20 case alternatives with JVM_CONSTANT_Module/Package names
...
Add JVM_CONSTANT_Module and JVM_CONSTANT_Package to classfile_constants.h
Reviewed-by: coleenp, hseigel
2019-04-23 07:05:38 -04:00
Brian Burkhalter
724120457a
8211936: Better String parsing
...
Co-authored-by: Joe Darcy <joe.darcy@oracle.com>
Co-authored-by: Paul Hohensee <hohensee@amazon.com>
Reviewed-by: bpb, darcy
2019-01-22 09:45:30 -08:00
Xue-Lei Andrew Fan
28adfb6d0d
8218889: Improperly use of the Optional API
...
Reviewed-by: jnimeh, wetmore
2019-03-22 13:47:37 -07:00
Naoto Sato
dc3c9c8439
8220224: With CLDR provider, NumberFormat.format could not handle locale with number extension correctly
...
Reviewed-by: darcy
2019-03-22 09:31:36 -07:00
Brian Burkhalter
954c66afed
8078860: (spec) InputStream.read(byte[] b, int off, int len) claims to not affect element b[off]
...
Reviewed-by: lancea, darcy, rriggs
2019-03-22 08:18:26 -07:00
Alan Bateman
3a4d5db248
8221252: (sc) SocketChannel and its socket adaptor need to handle connection reset
...
Reviewed-by: bpb
2019-03-22 11:35:35 +00:00
Xue-Lei Andrew Fan
901e797c0c
8221270: Duplicated synchronized keywords in SSLSocketImpl
...
Reviewed-by: mullan
2019-03-21 13:32:08 -07:00
Ivan Gerasimov
9f5bcd46f0
8170494: JNI exception pending in PlainDatagramSocketImpl.c
...
Reviewed-by: clanger, vtewari
2019-03-21 12:28:58 -07:00
Brent Christian
bd4dd311fd
8211941: Enable checking/ignoring of non-conforming Class-Path entries
...
Reviewed-by: alanb, mchung
2019-03-21 11:58:00 -07:00
Jonathan Gibbons
2df0f4b4dd
8220249: fix headings in java.compiler
...
Reviewed-by: erikj, darcy
2019-03-20 15:35:26 -07:00
Chris Hegarty
42b8e78a7a
8153508: ContentHandler API contains link to private contentPathProp
...
Reviewed-by: dfuchs, vtewari
2019-03-20 08:33:33 +00:00
Bob Vandette
30342b596b
8217766: Container Support doesn't work for some Join Controllers combinations
...
Reviewed-by: rriggs, sgehwolf
2019-03-19 12:29:40 -04:00
Bob Vandette
adc6d241ba
8212528: Wrong cgroup subsystem being used for some CPU Container Metrics
...
Reviewed-by: rriggs, sgehwolf
2019-03-19 12:10:00 -04:00
Chris Hegarty
5ee0711360
8220663: Incorrect handling of IPv6 addresses in Socket(Proxy.HTTP)
...
Reviewed-by: alanb, michaelm
2019-03-19 14:27:50 +00:00
Jamil Nimeh
de75770ce9
8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2 implementation
...
Reviewed-by: apetcher
2019-03-18 15:26:59 -07:00
Severin Gehwolf
6f30d04d76
8220579: [Containers] SubSystem.java out of sync with osContainer_linux.cpp
...
Reviewed-by: bobv, adinn
2019-03-13 20:07:54 +01:00
Chris Hegarty
8de73b3995
8220719: Allow other named NetPermissions to be used
...
Reviewed-by: mullan, alanb
2019-03-17 08:26:38 +00:00
Ivan Gerasimov
c07c8d3eea
8220684: Process.waitFor(long, TimeUnit) can return false for a process that exited within the timeout
...
Reviewed-by: prappo, dholmes, rriggs
2019-03-16 15:05:21 -07:00
Ivan Gerasimov
07b560a1a1
6307456: UnixFileSystem_md.c use of chmod() and access() should handle EINTR signal appropriately (unix)
...
Reviewed-by: bpb, dholmes, alanb
2019-03-16 13:44:30 -07:00
Alan Bateman
8743be63c4
8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl
...
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Reviewed-by: chegar
2019-03-16 19:44:12 +00:00
Alan Bateman
c306e3f059
8220738: (sc) Move ServerSocketChannelImpl remaining native method to Net
...
Reviewed-by: bpb
2019-03-16 12:31:31 +00:00
Brian Burkhalter
7211761cab
8219876: (bf) Improve IndexOutOfBoundsException messages in $Type$Buffer classes
...
Reviewed-by: alanb, rriggs
2019-03-15 16:24:07 -07:00
Chris Hegarty
d79c644852
8179549: Typo in network properties documentation
...
Reviewed-by: clanger, coffeys
2019-03-15 14:50:57 +00:00
Brian Burkhalter
e9cb99cbe4
8220614: (bf) Buffer absolute slice methods should use Objects.checkFromIndexSize()
...
Reviewed-by: alanb, igerasim, rriggs
2019-03-14 09:43:18 -07:00
Chris Hegarty
b34264403a
8220598: Malformed copyright year range in a few files in java.base
...
Reviewed-by: dfuchs, lancea, rriggs, weijun
2019-03-14 09:10:56 +00:00
Daniel Fuchs
5f13ffec66
8219197: ThreadGroup.enumerate() may return wrong value
...
ThreadGroup.enumerate(list,n,recurse) should never return a value that is less than n.
Reviewed-by: clanger, chegar, prappo
2019-03-13 18:43:16 +00:00
Brian Burkhalter
a54066705f
8219597: (bf) Heap buffer state changes could provoke unexpected exceptions
...
Reviewed-by: alanb, rriggs
2019-03-13 11:12:22 -07:00
Arthur Eubanks
8c5313aa79
8220585: Incorrect code in MulticastSocket sample code
...
Sample code shows that String.length() can be passed to a DatagramPacket along with String.getBytes(), but is incorrect for non-ASCII Strings.
Reviewed-by: martin, chegar
2019-03-13 09:12:38 -07:00
Xue-Lei Andrew Fan
42cb9bf51a
8160247: Mark deprecated javax.security.cert APIs with forRemoval=true
...
Reviewed-by: weijun
2019-03-13 07:14:50 -07:00
Toshio Nakamura
aa5aa46fb0
8220227: Host Locale Provider getDisplayCountry returns error message under non-English Win10
...
Adjusting to detect translated Unknown messages
Reviewed-by: naoto
2019-03-13 13:05:37 +09:00
Roger Riggs
2f3fc244eb
8220237: ProcessBuilder API documentation typo
...
Reviewed-by: dfuchs
2019-03-12 12:48:03 -04:00
Chris Hegarty
0f97ac953b
8184315: Typo in java.net.JarURLConnection.getCertificates() method documentation
...
Reviewed-by: dfuchs
2019-03-12 09:22:40 +00:00
Joe Darcy
3a072e4e45
8220346: Refactor java.lang.Throwable to use Objects.requireNonNull
...
Reviewed-by: lancea, mchung, tvaleev, forax, martin, plevart
2019-03-11 11:23:09 -07:00
Rachna Goel
96d797d9d1
8220414: Correct copyright headers in Norm2AllModes.java and Normalizer2.java
...
Updated copyright headers
Reviewed-by: alanb
2019-03-11 17:34:23 +05:30
Aleksey Shipilev
5c0f32e4b7
8074817: Resolve disabled warnings for libverify
...
Reviewed-by: erikj, alanb
2019-03-11 12:39:51 +01:00
Nishit Jain
0b082fcc1d
8217254: CompactNumberFormat:: CompactNumberFormat() constructor does not comply with spec
...
8217721: CompactNumberFormat:: format() method spec for IAEx is not complaint
Reviewed-by: naoto
2019-03-11 14:22:23 +05:30
Bob Vandette
917598aac3
8220323: Fix copyright header text
...
Reviewed-by: lancea
2019-03-08 16:20:05 -05:00
Anthony Scarpino
5250aaafdb
8220165: Encryption using GCM results in RuntimeException- input length out of bound
...
Reviewed-by: valeriep
2019-03-07 19:35:02 -08:00
Naoto Sato
473a26aebd
8218948: SimpleDateFormat :: format - Zone Names are not reflected correctly during run time
...
Reviewed-by: lancea, rgoel
2019-03-07 12:56:48 -08:00
Sean Mullan
939d40e1a8
8218618: Program fails when using JDK addressed by UNC path and using Security Manager
...
Reviewed-by: weijun
2019-03-07 14:29:43 -05:00
Henry Jen
b481f5bd24
8217216: Launcher does not defend itself against LD_LIBRARY_PATH_64 (Solaris)
...
Reviewed-by: rriggs
2019-03-07 10:18:23 -08:00
Ivan Gerasimov
0052dff370
8218228: The constructor StringBuffer(CharSequence) violates spec for negatively sized argument
...
Reviewed-by: rriggs, darcy
2019-03-01 12:47:30 -08:00
Xue-Lei Andrew Fan
4332a3dc56
8219990: Backout JDK-8219658
...
Reviewed-by: dfuchs
2019-03-01 09:42:04 -08:00