Stuart Marks
|
1dd84f024f
|
8133977: add specification for serialized forms
Reviewed-by: chegar, plevart, scolebourne
|
2016-05-25 13:38:35 -07:00 |
|
Alan Bateman
|
8fe063908e
|
Merge
|
2016-05-25 20:26:43 +01:00 |
|
Alan Bateman
|
bfb7fba79b
|
8156142: ModuleReader instances don't always throw NPE for passed null args
Reviewed-by: chegar, mchung
|
2016-05-25 20:12:32 +01:00 |
|
Chris Hegarty
|
c4db92a027
|
8157811: Additional minor fixes and cleanups in Networking native code
Reviewed-by: alanb, clanger, dsamersoff, msheppar
|
2016-05-25 20:04:57 +01:00 |
|
Chris Hegarty
|
28f80af02a
|
8157825: Remove JDK 9 specific methods from sun.misc.Unsafe
Reviewed-by: alanb, mchung, shade
|
2016-05-25 20:00:20 +01:00 |
|
Alan Bateman
|
53e204dc49
|
8150668: Layer.defineModulesXXX with a Configuration containing java.base throws undocumented exception
Reviewed-by: chegar, mchung
|
2016-05-25 19:58:03 +01:00 |
|
Svetlana Nikandrova
|
600aaed0a7
|
8136933: Additional tests for Solaris SO_FLOW_SLA socket option in JDK 9
Reviewed-by: chegar
|
2016-05-25 17:07:13 +03:00 |
|
Amy Lu
|
9009c5951c
|
8157813: Remove sun/rmi/transport/proxy/EagerHttpFallback.java from ProblemList.txt
Reviewed-by: shade
|
2016-05-25 18:01:16 +08:00 |
|
Bhanu Prakash Gopularam
|
a94e9c4d1b
|
8156718: Need tests for IsoFields getFrom for unsupported non-Iso Temporal fields
Reviewed-by: rriggs, scolebourne
|
2016-05-25 09:14:55 +00:00 |
|
Athijegannathan Sundararajan
|
629e292070
|
8157801: spurious > character in the javadoc comment for ModuleEntry.java
Reviewed-by: alanb
|
2016-05-25 11:43:57 +05:30 |
|
John Jiang
|
4408e4cb4a
|
8157635: Fix module dependencies for /sun/* tests
Module declarations for the tests in /sun/*
Reviewed-by: alanb
|
2016-05-25 03:06:24 +01:00 |
|
John Jiang
|
7dcb615aae
|
8157633: Fix module dependencies for /com/* tests
Module declarations for the tests in /com/*
Reviewed-by: alanb
|
2016-05-25 02:47:28 +01:00 |
|
John Jiang
|
4ed9567218
|
8137255: sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java timeouts intermittently
Sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java timeouts intermittently due to large DSA key parameter generation.
Reviewed-by: valeriep
|
2016-05-25 02:20:02 +01:00 |
|
Hamlin Li
|
f86a99352f
|
8151904: test/java/lang/StackWalker/VerifyStackTrace.java needs to handle update releases
Reviewed-by: dfuchs, mchung
|
2016-05-24 18:41:31 -07:00 |
|
Joe Darcy
|
072a878dbb
|
8157724: Improve javadoc tag usage in java.math
Reviewed-by: bpb
|
2016-05-24 13:51:35 -07:00 |
|
Vyom Tewari
|
af7a591d39
|
8016521: InetAddress should not always re-order addresses returned from name service
Reviewed-by: chegar
|
2016-05-24 20:15:18 +01:00 |
|
Doug Lea
|
27a77176a6
|
8153768: Miscellaneous changes imported from jsr166 CVS 2016-05
Reviewed-by: martin, psandoz, chegar, shade
|
2016-05-24 10:14:41 -07:00 |
|
Naoto Sato
|
f8bc1cef61
|
8157632: 9-dev windows builds fail on zip_util.c
Reviewed-by: sherman, lana
|
2016-05-24 09:18:45 -07:00 |
|
Vyom Tewari
|
6bd865a6b4
|
8143923: java.net socket supportedOptions set depends on call order
Reviewed-by: chegar
|
2016-05-24 12:31:30 +01:00 |
|
Alan Bateman
|
fe609fd3cb
|
8157598: ModuleReader find returns incorrect URI when modular JAR is a multi-release JAR
Reviewed-by: chegar, mchung
|
2016-05-24 11:31:25 +01:00 |
|
Staffan Larsen
|
e549e87431
|
8157605: Can't set both CONCURRENCY and EXTRA_JTREG_OPTIONS when running tests
Reviewed-by: tbell, erikj
|
2016-05-24 12:14:28 +02:00 |
|
Chris Hegarty
|
4d950890f2
|
8155086: Replace usage of -Djdk.launcher.limitmods in tests with -limitmods
Reviewed-by: alanb
|
2016-05-24 09:18:40 +01:00 |
|
Amy Lu
|
d9d560f71b
|
8151768: Consider moving pack200 tests to tier 1
Reviewed-by: darcy
|
2016-05-24 15:58:58 +08:00 |
|
Michael Haupt
|
73dea49766
|
8157590: MethodHandles.arrayLength() lacks @since tag, implementation throws wrong exception
Reviewed-by: psandoz
|
2016-05-24 09:13:47 +02:00 |
|
Amy Lu
|
a74cd0321d
|
8157499: Mark several tests from jdk_net as intermittently failing
Reviewed-by: chegar
|
2016-05-24 11:28:29 +08:00 |
|
Daniil Titov
|
534e89177d
|
8157622: Add @Deprecated annotations to the Applet API classes
Reviewed-by: smarks, serb
|
2016-05-23 14:49:42 -07:00 |
|
Naoto Sato
|
f099b745e4
|
8150179: Static build of libzip is missing JNI_OnLoad_zip entry point
Reviewed-by: sherman
|
2016-05-23 14:05:57 -07:00 |
|
Chris Hegarty
|
cbd92ed3f5
|
8156497: Add jar tool support for Multi-Release Modular JARs
Reviewed-by: alanb
|
2016-05-23 21:28:39 +01:00 |
|
Martin Buchholz
|
d1d3cba9db
|
8157613: Internal documentation improvements to ZipFile.java
Reviewed-by: plevart, sherman
|
2016-05-23 12:44:55 -07:00 |
|
Xueming Shen
|
7be8e94544
|
8147588: Jar file and Zip file not removed in spite of the OPEN_DELETE flag
Reviewed-by: alanb
|
2016-05-23 12:53:56 -07:00 |
|
Michael McMahon
|
998f8f5911
|
8153142: Cannot resolve multiple values from one response header
Reviewed-by: rriggs
|
2016-05-23 12:57:40 +01:00 |
|
Michael McMahon
|
ab880cb4af
|
8157105: HTTP/2 client hangs in blocking mode if an invalid frame has been received
Reviewed-by: rriggs
|
2016-05-23 12:38:48 +01:00 |
|
Xue-Lei Andrew Fan
|
ee0d8068a8
|
8046294: Generate the 4-byte timestamp randomly
Reviewed-by: jnimeh, weijun
|
2016-05-23 10:51:21 +00:00 |
|
Weijun Wang
|
c2cf879511
|
8157544: Typo in CtrDrbg::toString
Reviewed-by: xuelei
|
2016-05-23 18:18:20 +08:00 |
|
Weijun Wang
|
ae0c75bb38
|
8157526: 3KeyTDEA word left in DRBG after JDK-8156213
Reviewed-by: xuelei
|
2016-05-23 09:31:58 +08:00 |
|
Joe Darcy
|
edf1a42740
|
8157527: Replace @since 1.9 with @since 9 on new math methods
Reviewed-by: chegar
|
2016-05-22 18:23:02 -07:00 |
|
Chris Hegarty
|
8d8b6d10f6
|
8048518: File Descriptor Leak in src/java.base/unix/native/libnet/net_util_md.c
Reviewed-by: alanb, chegar
|
2016-05-22 19:06:23 +01:00 |
|
Jan Lahoda
|
4b64ab9bb5
|
8157502: make docs broken after JDK-5100935
Correcting reference to Math::multiplyFull.
Reviewed-by: alanb
|
2016-05-21 13:18:15 +02:00 |
|
Alan Bateman
|
ce04e9d9a2
|
8152650: ModuleFinder.compose should accept varargs
Reviewed-by: mchung
|
2016-05-21 08:01:03 +01:00 |
|
Joe Darcy
|
48ac10a591
|
8157487: Mark ZoneId.java as intermittently failing
Reviewed-by: naoto
|
2016-05-20 16:34:14 -07:00 |
|
Brian Burkhalter
|
3497da36a2
|
8023217: Additional floorDiv/floorMod/multiplyExact methods for java.lang.Math
Add new methods with long, int signatures.
Reviewed-by: darcy, scolebourne
|
2015-09-29 17:28:44 -07:00 |
|
Rajan Halade
|
1a2c01a37c
|
8157469: DefaultProviderList.java fails with no provider class apple.security.AppleProvider found
Reviewed-by: valeriep
|
2016-05-20 15:50:20 -07:00 |
|
Joe Darcy
|
4045a8be07
|
4851777: Add BigDecimal sqrt method
Reviewed-by: bpb
|
2016-05-20 15:34:37 -07:00 |
|
Brian Burkhalter
|
8c58aff49d
|
5100935: No way to access the 64-bit integer multiplication of 64-bit CPUs efficiently
Add methods multiplyFull() and multiplyHigh() to Math and StrictMath.
Reviewed-by: darcy
|
2016-05-20 14:41:41 -07:00 |
|
Chris Hegarty
|
fdd3cf2c16
|
8157154: jmod jlink properties file need copyright header
Reviewed-by: alanb, mchung
|
2016-05-20 21:44:03 +01:00 |
|
Xueming Shen
|
5330dbf8e4
|
8143282: \p{Cn} unassigned code points should be included in \p{C}
To add unassigned cp support into \p{C}
Reviewed-by: martin
|
2016-05-20 12:47:41 -07:00 |
|
Claes Redestad
|
409d4bd80c
|
8157449: Adjust link-time generated Species classes to match JDK-8148604 usage
Reviewed-by: shade
|
2016-05-20 20:27:28 +02:00 |
|
Svetlana Nikandrova
|
d90c351322
|
8155575: Provider.java contains very long lines because of lambda
Reviewed-by: ascarpino
|
2016-05-20 11:12:02 -07:00 |
|
Sibabrata Sahoo
|
ea82a852dd
|
8157417: Some of SecureRandom test might get timed out in linux
Reviewed-by: weijun
|
2016-05-20 09:57:01 -07:00 |
|
Artem Smotrakov
|
4880e22424
|
8129389: javax/net/ssl/DTLS tests fail intermittently
Reviewed-by: xuelei
|
2016-05-20 09:40:29 -07:00 |
|