Paul Sandoz
c16c0e61c9
8141409: Arrays.equals accepting a Comparator
...
Reviewed-by: rriggs
2015-11-17 14:11:42 +01:00
Claes Redestad
5b5c2d0925
8142487: Cleanup sun.invoke.util.Wrapper zeroes to be both reliable and lazy
...
Reviewed-by: vlivanov, jrose
2015-11-17 12:43:09 +01:00
Claes Redestad
30545d614d
8142334: Improve lazy initialization of java.lang.invoke
...
Reviewed-by: psandoz, vlivanov, mhaupt
2015-11-17 11:51:45 +01:00
Alejandro Murillo
63852abb50
Merge
2015-11-16 22:36:45 -08:00
Roger Riggs
9322c398b5
8133079: java.time LocalDate and LocalTime ofInstant() factory methods
...
Reviewed-by: rriggs, scolebourne
2015-11-16 15:28:55 -05:00
Alejandro Murillo
38b3ed8f07
Merge
2015-11-16 10:47:28 -08:00
Felix Yang
3c5dd5581c
8143015: 5 tests fail with error "Can't find source for class: java.util.stream.OpTestCase"
...
Reviewed-by: weijun
2015-11-16 12:54:01 +08:00
Weijun Wang
4d01763cc8
8142927: Feed some text to STDIN in ProcessTools.executeProcess()
...
Reviewed-by: rriggs
2015-11-15 09:15:03 +08:00
Weijun Wang
0793aa183c
8142926: OutputAnalyzer's shouldXXX() calls return this
...
Reviewed-by: alanb
2015-11-14 11:00:40 +08:00
Jonathan Gibbons
39cb0e2223
8142996: move jdk java/util/streams tests into java.base directories
...
Reviewed-by: mchung
2015-11-13 15:55:32 -08:00
Roger Riggs
2714bdae50
8132394: (process) ProcessBuilder support for a pipeline of processes
...
Reviewed-by: psandoz, alanb
2015-11-13 15:48:59 -05:00
Alejandro Murillo
1d0da88fea
Merge
2015-11-13 10:35:27 -08:00
Roger Riggs
bb5de762da
8141571: jdk/internal/jimage/JImageReadTest.java crashing in msvcr120.dll
...
Add asserts to diagnose
Reviewed-by: jlaskey
2015-11-13 12:00:23 -05:00
Nadeesh TV
09c0550556
8054978: java.time.Duration.parse() fails for negative duration with 0 seconds and nanos
...
Reviewed-by: rriggs, scolebourne
2015-11-13 11:52:56 -05:00
Sean Mullan
8934131c54
Merge
2015-11-13 07:22:48 -05:00
Joe Darcy
def42e0b5f
8142363: Remove LFMultiThreadCachingTest.java from windows problem list
...
Reviewed-by: lancea
2015-11-12 16:04:07 -08:00
Sean Mullan
a534e4c6c4
Merge
2015-11-12 17:45:33 -05:00
Lana Steuck
d900f2f444
Merge
2015-11-12 14:15:05 -08:00
Sean Mullan
4591a2d447
Merge
2015-11-12 16:09:09 -05:00
Sean Mullan
02b5487b04
8072463: Remove requirement that AKID and SKID have to match when building certificate chain
...
Reviewed-by: xuelei
2015-11-12 16:07:14 -05:00
Lana Steuck
13a36bc849
Added tag jdk9-b92 for changeset ff95a3cea444
2015-11-12 10:39:06 -08:00
Rob McKenna
bcebf98d38
8132455: com/sun/jndi/ldap/LdapTimeoutTest.java fails at handleNamingException
...
Reviewed-by: vinnie
2015-11-12 13:37:35 +00:00
Roger Riggs
e15eefc7d7
8141652: Rename methods Objects.nonNullElse* to requireNonNullElse*
...
And some usages of replacing expr != null ? expr : otherexpr
Reviewed-by: jrose, chegar
2015-11-11 22:38:15 -05:00
Joseph Provino
f2134af77c
Merge
2015-11-11 23:45:51 +00:00
Chris Hegarty
bdbc4d15df
8140606: Update library code to use internal Unsafe
...
Reviewed-by: alanb, mchung, psandoz, weijun
2015-11-11 09:19:12 +00:00
Tiantian Du
6c93228c43
8076359: Test Task: Develop new tests for Leverage CPU Instructions for GHASH and RSA
...
Reviewed-by: mullan, ascarpino
2015-11-11 10:42:20 +03:00
Sebastian Sickelmann
47ec9819c2
8141662: Javadoc fix. Do not suggest to use new Boolean(true)
...
Javadoc only fix of 5108778 Too many instances of java.lang.Boolean created in Java application for the java/net library
Reviewed-by: wetmore
2015-11-10 21:13:40 +01:00
Nadeesh TV
5541c558b8
8138664: ZonedDateTime parse error for any date using 'GMT0' ZoneID - Java Bug System
...
Reviewed-by: rriggs, scolebourne, sherman
2015-11-10 14:12:53 -05:00
Nadeesh TV
dd0226189c
8066571: UnsupportedTemporalTypeException is thrown not only in the case of unsupported temporal - Java Bug System
...
Reviewed-by: rriggs, scolebourne
2015-11-10 14:11:50 -05:00
Magnus Ihse Bursie
cda93faedc
8142383: Use named arguments for SetupCompileProperties in jdk
...
Reviewed-by: erikj
2015-11-10 15:00:25 +01:00
Amy Lu
765cd7602c
8142370: Move java/util/concurrent/Phaser/Basic.java to tier 2
...
Reviewed-by: darcy, martin
2015-11-10 13:15:01 +08:00
Alejandro Murillo
b96356c53b
Merge
2015-11-09 20:37:05 -08:00
Joe Darcy
3cc6f8e724
8142369: Move TestLocalTime.java to tier 2
...
Reviewed-by: lancea, sherman
2015-11-09 18:27:43 -08:00
Rajan Halade
7ff9b4ac29
8048356: SecureRandom default provider tests
...
Reviewed-by: wetmore
2015-11-10 01:38:35 +03:00
Claes Redestad
ff90534bb5
8141678: sun.invoke.util.Wrapper eagerly initializes all integral type caches
...
Reviewed-by: vlivanov, psandoz, shade, plevart
2015-11-09 17:15:07 +01:00
Claes Redestad
8e73a2915d
8141677: Improve java.lang.invoke.MemberName hashCode implementation
...
Reviewed-by: vlivanov, psandoz, shade
2015-11-09 17:14:05 +01:00
Roger Riggs
fe2786af5f
8138566: (Process) java.lang.Process.allChildren specification clarification
...
8140213: Process/ProcessHandle.onExit() spec need to be improved
8140250: (process) Process.info description is inaccurate
Rename to descendants() and clarify
Reviewed-by: psandoz
2015-11-09 11:02:07 -05:00
Matthias Klose
7afea22f63
8139932: Typo in makefile changes for 8043805 [Allow using a system-installed libjpeg]
...
Reviewed-by: erikj, omajid, prr
2015-11-06 17:27:27 -05:00
Peter Levart
10eb29b33e
8131129: Attempt to define a duplicate BMH$Species class
...
Reviewed-by: mhaupt, redestad, vlivanov
2015-11-09 13:44:58 +01:00
Artem Smotrakov
523fdf9bfb
8140649: imageFile should use delete[] with new[]
...
Reviewed-by: jlaskey
2015-11-09 13:58:10 +03:00
Tagir Valeev
58087e2179
8141630: Specification of Collections.synchronized* need to state traversal constraints
...
Reviewed-by: psandoz
2015-11-09 09:23:49 +01:00
Alejandro Murillo
7bbbc98da3
Merge
2015-11-06 11:11:53 -08:00
Nils Eliasson
aa89658abd
Merge
2015-11-06 11:34:03 +01:00
Lana Steuck
5048b49f70
Merge
2015-11-05 13:42:47 -08:00
Lance Andersen
c00f85ddb1
8141546: Fix javadoc warnings in Connection due to 8136496
...
Reviewed-by: alanb
2015-11-05 14:57:27 -05:00
Jesper Wilhelmsson
3233a95edc
Merge
2015-11-05 20:00:53 +01:00
Lana Steuck
3bd265e6c1
Added tag jdk9-b91 for changeset 25ff2fb494ce
2015-11-05 08:15:41 -08:00
Claes Redestad
05e8afd0ef
8141536: MethodType field offset calculation could be lazy
...
Reviewed-by: vlivanov
2015-11-05 16:36:55 +01:00
Claes Redestad
6f0997408a
8141539: Avoid calculating string constants in InnerClassLambdaMetaFactory
...
Reviewed-by: vlivanov
2015-11-05 16:29:16 +01:00
Lance Andersen
f10554d7c2
8136496: Add Connection.begin/endRequest
...
Reviewed-by: joehw, rriggs, psandoz
2015-11-05 10:37:08 -05:00