Lana Steuck
|
2f8699112f
|
Merge
|
2015-01-12 12:24:30 -08: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 |
|
Jason Uh
|
dfb7eea15e
|
8046724: XML Signature ECKeyValue elements cannot be marshalled or unmarshalled
Reviewed-by: mullan
|
2015-01-09 11:58:34 -08:00 |
|
Erik Joelsson
|
6d1426d546
|
8067060: build can still fail with spaces following -L on link lines
Reviewed-by: smarks, ihse
|
2015-01-09 16:54:17 +01:00 |
|
Shanliang Jiang
|
696242cabe
|
8068591: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java should be quarantined
Reviewed-by: jbachorik
|
2015-01-09 09:55:00 +01:00 |
|
David Katleman
|
b30e52891c
|
Added tag jdk9-b45 for changeset 7cf8753380ea
|
2015-01-08 12:08: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 |
|
Shanliang Jiang
|
ad629c161a
|
8068418: NotificationBufferDeadlockTest.java throw exception: java.lang.Exception: TEST FAILED: Deadlock detected
Reviewed-by: dholmes
|
2015-01-07 14:49:02 +01:00 |
|
Zaiyao Liu
|
48d9e1f35e
|
8048607: Test key generation of DES and DESEDE
Reviewed-by: xuelei
|
2015-01-07 03:59:06 +00:00 |
|
Alan Bateman
|
e9f8462593
|
8047776: Add module java.transaction to export API javax.transaction
Reviewed-by: lancea, mchung
|
2015-01-06 13:58:24 +00:00 |
|
Alan Bateman
|
4c103acfe9
|
8067867: Subsume module java.xml.soap into module java.xml.ws
Reviewed-by: mkos, mchung
|
2015-01-06 13:28:40 +00:00 |
|
Athijegannathan Sundararajan
|
498b808fdd
|
8068462: javax.script.ScriptEngineFactory.getParameter spec is not completely consistent with the rest of the API
Reviewed-by: alanb, jlaskey
|
2015-01-06 18:22:09 +05:30 |
|
Mark Sheppard
|
65fa012667
|
8067151: [TESTBUG] com/sun/corba/5036554/TestCorbaBug.sh
Changed TESTJAVA to COMPILEJAVA for javac and idlj paths.
Reviewed-by: chegar
|
2015-01-05 23:53:05 +00:00 |
|
Lana Steuck
|
239e6cacfc
|
Merge
|
2015-01-01 16:14:01 -08:00 |
|
Claes Redestad
|
60ed4f34b2
|
8028357: Unnecessary allocation in AliasFileParser
Reviewed-by: jbachorik
|
2014-12-31 15:03:16 +01: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 |
|
Lana Steuck
|
a20b846cab
|
Merge
|
2014-12-30 13:19:59 -08:00 |
|
Brent Christian
|
fae6faa547
|
8068347: Add java/lang/ClassLoader/deadlock/GetResource.java to ProblemList.txt
Reviewed-by: chegar
|
2014-12-30 11:03:20 -08:00 |
|
David Katleman
|
19bd53c653
|
Added tag jdk9-b44 for changeset a912b7c7622f
|
2014-12-30 09:44:19 -08:00 |
|
Amanda Jiang
|
f0eb47ad67
|
8049021: Add smartcardio tests with APDU buffer
Add APDU buffer regression tests for smartcardio
Reviewed-by: valeriep
|
2014-12-30 01:02:25 +00:00 |
|
Felix Yang
|
519a6f9477
|
8066085: Need a sanity test for rmic -iiop
Reviewed-by: smarks
|
2014-12-29 15:24:54 -08: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 |
|
Kumar Srinivasan
|
84949710d6
|
8066834: tools/pack200/CommandLineTests.java does not conform ProblemList.txt style
Reviewed-by: alanb
|
2014-12-29 07:42:28 -08:00 |
|
Kumar Srinivasan
|
0542ae2f13
|
8067889: 4 pack200 tests fail on mac since jdk became modular
Reviewed-by: alanb, chegar
|
2014-12-29 07:38:54 -08:00 |
|
Lana Steuck
|
95dbb38fbe
|
Merge
|
2014-12-25 19:46:17 -08:00 |
|
Stuart Marks
|
457488c158
|
8067316: TEST_BUG: update RMI test library with better test.timeout.factor handling
Reviewed-by: lancea
|
2014-12-23 16:58:06 -08:00 |
|
Athijegannathan Sundararajan
|
3ad1d2a580
|
8068279: (typo in the spec) javax.script.ScriptEngineFactory.getLanguageName
Reviewed-by: jlaskey, alanb
|
2015-01-05 21:52:03 +05:30 |
|
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 |
|
Lana Steuck
|
253948253b
|
Merge
|
2014-12-23 13:58:34 -08:00 |
|
Brian Burkhalter
|
89ee032790
|
8067964: Native2ascii doesn't close one of the streams it opens
Change sun.tools.native2ascii.Main.convert() to use try-with-resources; also clean up code formatting.
Reviewed-by: chegar
|
2014-12-23 12:40:06 -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 |
|
Amanda Jiang
|
9589fd31c1
|
8065420: Eliminate internal API dependency from java/net/ResponseCache/ResponseCacheTest.java
Reviewed-by: chegar
|
2014-12-23 15:10:15 +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 |
|
Valerie Peng
|
2f10f1d200
|
8043349: Consider adding aliases for Ucrypto algorithm-only Cipher transformations
Add alias RSA and AES for RSA/ECB/PKCS1Padding and AES/ECB/PKCS5Padding.
Reviewed-by: wetmore
|
2014-12-23 02:36:48 +00:00 |
|
Phil Race
|
22f59ce99e
|
Merge
|
2014-12-20 10:11:14 -08:00 |
|
Alejandro Murillo
|
f507e301d3
|
Merge
|
2014-12-19 17:01:45 -08:00 |
|
Lana Steuck
|
d90d57cd11
|
Added tag jdk9-b43 for changeset 52310706ed47
|
2014-12-18 19:57:52 -08:00 |
|
Lance Andersen
|
ddcbf61389
|
8067904: Additional DriverManager clean-up from 8060068
Reviewed-by: mchung
|
2014-12-18 18:51:28 -05:00 |
|
Pavel Rappo
|
69df2fa9e5
|
8067870: Fix java.io.ObjectInputStream.PeekInputStream#skip
Reviewed-by: rriggs, alanb
|
2014-12-18 16:44:32 +00:00 |
|
Felix Yang
|
d215225740
|
8061442: Update jdk/tools tests to remove check for the "jre" directory
Reviewed-by: alanb, ksrini
|
2014-12-17 13:41:49 -08:00 |
|
Mandy Chung
|
cf23b1ea4b
|
8067366: Allow java.{endorsed,ext}.dirs property be set to empty string
Reviewed-by: alanb, hseigel
|
2014-12-17 12:29:20 -08:00 |
|
Pavel Rappo
|
024e2c06d7
|
8066642: Fix deprecation warnings in jdk.naming module
Reviewed-by: alanb, chegar
|
2014-12-17 13:03:29 +00:00 |
|
Valerie Peng
|
66ed69c8ba
|
Merge
|
2014-12-17 00:19:28 +00:00 |
|