Ivan Gerasimov
af3db6d31a
8067748: (process) Child is terminated when parent's console is closed [win]
...
Reviewed-by: alanb
2015-01-23 13:57:02 +03:00
Alejandro Murillo
8a5ab5328c
Merge
2015-01-22 22:42:33 -08:00
Jamil Nimeh
3d738985d7
8044860: Vectors and fixed length fields should be verified for allowed sizes
...
Reviewed-by: xuelei
2015-01-22 20:19:42 -08:00
Peter Levart
eae923a8ae
8068427: Hashtable deserialization reconstitutes table with wrong capacity
...
Reviewed-by: mduigou, martin, chegar, dfuchs
2015-01-21 21:42:22 +01:00
David Dehaven
de2c792b35
Merge
2015-01-21 12:00:07 -08:00
Vladimir Kozlov
d81378c7ff
Merge
2015-01-20 15:22:24 -08:00
Ivan Gerasimov
a7cd12f10a
8067951: System.loadLibrary cannot find library when path contains quoted entry
...
Reviewed-by: sherman, rriggs, alanb
2015-01-19 19:12:11 +03:00
Yumin Qi
09a7d945d4
Merge
2015-01-18 11:50:10 -08:00
Joe Darcy
9800aaa84a
8060077: Class.toGenericString specification doesn't mention array types
...
Reviewed-by: psandoz, jfranck
2015-01-16 14:04:27 -08:00
Xueming Shen
f97da65885
8042262: Javadoc typo in java.util.Formatter
...
To fix the simple typo in java doc
Reviewed-by: rriggs, lancea
2015-01-16 13:46:39 -08:00
Jaroslav Bachorik
b5ac4fe904
8064331: JavaSecurityAccess.doIntersectionPrivilege() drops the information about the domain combiner of the stack ACC
...
Reviewed-by: mullan
2015-01-16 18:19:23 +01:00
Claes Redestad
31f50fcff9
8068736: Avoid synchronization on Executable/Field.declaredAnnotations
...
Reviewed-by: jfranck, psandoz
2015-01-16 12:41:36 +01:00
Erik Joelsson
1310f9142f
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
...
Reviewed-by: tbell, ihse
2015-01-15 16:52:10 +01:00
Paul Sandoz
083d9a2b61
8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
...
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: dholmes, coleenp
2015-01-15 11:18:14 +01:00
Joe Darcy
1144804378
8068948: Update java.base module to use new try-with-resources statement
...
Reviewed-by: alanb, igerasim
2015-01-14 16:44:59 -08:00
Lev Priima
7882032236
8067471: Use private static final char[0] for empty Strings
...
Reviewed-by: igerasim, redestad, shade
2015-01-14 21:35:52 +03:00
Brian Burkhalter
4417397e26
4026465: Provide more byte array constructors for BigInteger
...
Add two's complement and sign-magnitude constructors for byte arrays with offset and length.
Reviewed-by: darcy, alanb, scolebourne
2015-01-09 17:27:28 -08:00
Joe Darcy
d332437cae
6481080: (ann) @Deprecated annotation has no effect on packages
...
Reviewed-by: lancea, alanb, psandoz, abuckley
2015-01-08 10:06:45 -08:00
Mark Sheppard
d2bbef8dc7
8068597: Add error code to to exception condition message resulting from GetAdaptersAddresses function calls
...
Added error code to exception message thrown after a GetAdaptersAddresses call.
Reviewed-by: chegar
2015-01-08 20:00:14 +00:00
Sean Coffey
c20d40c269
8068507: (fc) Rename the new jdk.net.enableFastFileTransfer system property to jdk.nio.enableFastFileTransfer
...
Reviewed-by: alanb
2015-01-08 11:44:10 +00:00
Brian Burkhalter
29fc16ebbe
8059175: Zero BigDecimal with negative scale prints leading zeroes in String.format
...
Correct erroneous appending of zeroes and clean up code logic.
Reviewed-by: darcy, psandoz
2015-01-07 14:15:00 -08:00
Jamil Nimeh
c491b1ac4e
8058912: Broken link (access denied error) to http://www.rsasecurity.com in RC5ParameterSpec
...
Reviewed-by: xuelei, mullan
2015-01-07 09:32:41 -08:00
Claes Redestad
3a90ffa2ab
8068498: Remove constructor dependency on line.separator from PrintWriter and BufferedWriter
...
Reviewed-by: alanb, sherman
2015-01-06 06:49:52 +01:00
Jason Uh
3793acecce
8059916: Change default criticality of policy mappings and policy constraints certificate extensions
...
Reviewed-by: mullan
2015-01-13 14:33:54 -08:00
Chris Hegarty
06e81aae83
8068599: Add mutability, serializability, and thread-safety, caveat to all Collectors that do not accept a Collection supplier
...
Reviewed-by: psandoz
2015-01-13 17:14:51 +00:00
Chris Hegarty
916c818ec2
8054565: FilterOutputStream.close may throw IOException if called twice and underlying flush or close fails
...
Co-authored-by: Nathan Clement <nathan.a.clement@hotmail.com>
Reviewed-by: alanb, prappo
2015-01-04 19:32:46 +00:00
Valerie Peng
ac09164efa
8039921: SHA1WithDSA with key > 1024 bits not working
...
Removed the key size limits for all SHAXXXWithDSA signatures
Reviewed-by: weijun
2014-12-30 22:03:23 +00:00
Ivan Gerasimov
bd3205c63e
8068338: Better message about incompatible zlib in Deflater.init
...
Reviewed-by: alanb, sherman
2014-12-30 00:11:00 +03:00
Brian Burkhalter
cfcc0c431a
8064463: BigDecimal should populate NumberFormatException message
...
Populate all NumberFormatExceptions with appropriate messages.
Reviewed-by: alanb
2014-12-29 09:10:15 -08:00
Alejandro Murillo
45a55f064e
Merge
2014-12-23 11:06:13 -08:00
Brian Burkhalter
0062f27c96
8030090: (fs) Add default methods to Path for derived methods
...
Use method bodies from sun.nio.fs.AbstractPath as default method implementations in Path.
Reviewed-by: alanb
2014-12-23 10:09:52 -08:00
Vinnie Ryan
befd7d1c25
8044445: JEP 229: Create PKCS12 Keystores by Default
...
Reviewed-by: mullan, weijun
2014-12-23 16:30:57 +00:00
Valerie Peng
fa447efe14
8049312: AES/CICO test failed with on several modes
...
Fixed error in calculating data sizes when using feedback modes
Reviewed-by: xuelei
2014-12-23 02:58:15 +00:00
Alejandro Murillo
f507e301d3
Merge
2014-12-19 17:01:45 -08:00
Pavel Rappo
69df2fa9e5
8067870: Fix java.io.ObjectInputStream.PeekInputStream#skip
...
Reviewed-by: rriggs, alanb
2014-12-18 16:44:32 +00:00
Kumar Srinivasan
f8fe49013d
8067421: java -help contains information about "-version:",'-jre-restrict-search', '-no-jre-restrict-search', but they are removed
...
8067411: tools/launcher/MultipleJRE.sh requires adjustments to work with module boundaries
8067290: Missing bug id in test/tools/launcher/*
Reviewed-by: darcy
2014-12-16 16:02:56 -08:00
Alejandro Murillo
346b210c83
Merge
2014-12-16 13:10:34 -08:00
Naoto Sato
9cb99ee080
8062588: Support java.util.spi.*, java.text.spi.*, java.awt.im.spi loaded from classpath
...
Reviewed-by: alanb
2014-12-16 12:48:31 -08:00
Pavel Rappo
a21f0f99a9
8066867: Add InputStream transferTo to transfer content to an OutputStream
...
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Patrick Reinhart <patrick@reini.net>
Reviewed-by: chegar
2014-12-16 12:43:36 +00:00
Staffan Friberg
9827fe02ea
8067289: Fix deprecation warnings in java.base module - CRC32C
...
To remove the deprecation warning in CRC32C class
Reviewed-by: darcy
2014-12-16 04:58:34 +00:00
Brian Burkhalter
871abc48e4
8025619: (fc) FileInputStream.getChannel on closed stream returns FileChannel that doesn't know that stream is closed
...
If the stream is closed ensure getChannel() returns a closed channel. Also, FileKey.create() should throw an IOException directly instead of wrapping it in an Error.
Reviewed-by: alanb
2014-12-15 12:09:49 -08:00
Yumin Qi
8382195614
Merge
2014-12-14 23:03:00 +00:00
Coleen Phillimore
ecc9f19dc9
8042418: Remove JVM_FindClassFromClassLoader
...
The function has been replaced so is no longer used.
Reviewed-by: mchung, dholmes
2014-12-14 16:02:46 -05:00
Alejandro Murillo
c88778bc25
Merge
2014-12-11 23:06:14 -08:00
Vladimir Kozlov
19325052f9
Merge
2014-12-11 15:05:41 -08:00
Otavio Santana
89cec23580
8055723: Replace concat String to append in StringBuilder parameters (dev)
...
Reviewed-by: redestad, ulfzibis, weijun, prappo, igerasim, alanb
2014-12-11 15:23:02 +08:00
Xueming Shen
b41070012b
8046219: (str spec) String(byte[], int, int, Charset) should be clearer when IndexOutOfBoundsException is thrown
...
To update the java doc to clarify the existing behavior
Reviewed-by: lancea
2014-12-10 14:11:05 -08:00
Alan Bateman
ccab6bc563
8066915: (fs) Files.newByteChannel opens directories for cases where subsequent reads may fail
...
Reviewed-by: chegar
2014-12-10 15:01:26 +00:00
Vladimir Ivanov
e0eba41e1c
8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
...
Reviewed-by: jrose, psandoz
2014-12-09 09:22:07 -08:00
Yumin Qi
3dff2ab063
Merge
2014-12-08 00:25:10 -08:00