Lana Steuck
a6f6f19835
Merge
2015-01-16 12:34:28 -08:00
Claes Redestad
31f50fcff9
8068736: Avoid synchronization on Executable/Field.declaredAnnotations
...
Reviewed-by: jfranck, psandoz
2015-01-16 12:41:36 +01:00
Joe Darcy
c0500545f7
8069127: Suppress deprecation warnings in jdk.deploy.osx module
...
Reviewed-by: wetmore, juh
2015-01-15 16:45:02 -08:00
David Katleman
3e2e519ce8
Added tag jdk9-b46 for changeset 1548d75015bd
2015-01-15 13:09:48 -08:00
Artem Smotrakov
f46b3d442f
8059009: LDAPCertStore fails to retrieve CRL after LDAP server closes idle connection
...
Reviewed-by: vinnie
2015-01-15 17:57:52 +00:00
Chris Hegarty
00b2f7005d
8042581: Intermittent failure in java/net/DatagramSocket/InheritHandle.java
...
Reviewed-by: alanb, chegar
2015-01-15 17:05:06 +00:00
Michail Chernov
cd582fa380
8066122: CollectionUsageThreshold.java times out when run with -XX:+ExplicitGCInvokesConcurrent
...
CollectionUsageThreshold.java hangs due to VM performs concurrent GC with -XX:+ExplicitGCInvokesConcurrent flag, as result - notification is not received. Excluded test execution with -XX:+ExplicitGCInvokesConcurrent.
Reviewed-by: dfazunen, tschatzl
2015-01-15 19:16:17 +04:00
Chris Hegarty
7dccb4a74e
8061297: sun/reflect/CallerSensitive/CallerSensitiveFinder.java should use the JRT FileSystem
...
Reviewed-by: alanb, mchung, psandoz, xiaofeya
2015-01-15 10:56:24 +00: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
Andrey Nazarov
fa39b2bbf2
8067437: New tests for mJRE feature removal
...
Reviewed-by: darcy, ksrini
2015-01-14 12:09:38 -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
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
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
Srinivasan Raghavan
f080b654f5
8058793: Test sun/awt/datatransfer/DataFlavorComparatorTest.java fails with compilation error
...
Reviewed-by: alexsch, azvegint
2015-01-14 13:43:12 +03: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
Alejandro Murillo
800c634a8a
Merge
2015-01-13 08:58:07 -08:00
Vladimir Ivanov
3b573293b8
8067344: Adjust java/lang/invoke/LFCaching/LFGarbageCollectedTest.java for recent changes in java.lang.invoke
...
Reviewed-by: psandoz
2015-01-13 07:57:51 -08:00
Shanliang Jiang
cf89eaf43d
8068774: CounterMonitorDeadlockTest.java timed out
...
Reviewed-by: jbachorik, dfuchs
2015-01-13 14:35:39 +01:00
Artem Smotrakov
e268dee361
8048603: Additional tests for MAC algorithms
...
Reviewed-by: valeriep
2015-01-13 14:26:34 +03:00
Alejandro Murillo
c74ecba112
Merge
2015-01-08 17:11:49 -08:00
Dean Long
4454981c00
Merge
2015-01-08 17:45:15 -05:00
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
Jaroslav Bachorik
f096def67a
8068233: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java is still in exclude list
...
Reviewed-by: chegar, sspitsyn
2014-12-29 19:07:09 +01: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