Yuka Kamiya
|
64b36f8f63
|
8032446: Support Unicode 7.0.0 in JDK 9
8130889: Missing "@since 1.8" tags in j.l.Character.java
Reviewed-by: naoto, okutsu
|
2015-07-15 11:05:51 +09:00 |
|
Alejandro Murillo
|
1d7da049eb
|
Merge
|
2015-07-14 16:29:08 -07:00 |
|
David Dehaven
|
267d60654e
|
Merge
|
2015-07-14 15:18:26 -07:00 |
|
Roger Riggs
|
8477d88b81
|
8078099: (process) ProcessHandle should uniquely identify processes
8078108: (process) ProcessHandle.isAlive should be robust
IsAlive should check and confirm the start time
Reviewed-by: simonis, plevart
|
2015-07-14 15:35:37 -04:00 |
|
Roger Riggs
|
7b58767f2b
|
8129344: (process) ProcessHandle instances should define equals and be value-based
Add equals(), hashCode() and value-based spec
Reviewed-by: psandoz
|
2015-07-14 15:29:16 -04:00 |
|
Xue-Lei Andrew Fan
|
a80c4c9493
|
8130461: HandshakeStatus.NEED_UNWRAP_AGAIN applies only to DTLS
Reviewed-by: wetmore
|
2015-07-14 00:53:09 +00:00 |
|
Xue-Lei Andrew Fan
|
6055fda904
|
8130864: Better server identity handling
Reviewed-by: jnimeh, asmotrak, ahgross
|
2015-07-13 13:37:22 +00:00 |
|
Jean-Francois Denise
|
bff48ef15d
|
8130344: assert(handle != __null) failed: JNI handle should not be null' in jni_GetLongArrayElements
Check JNI NewArray for NULL value
Reviewed-by: lfoltan, alanb, dholmes
|
2015-07-13 14:05:17 +01:00 |
|
Alejandro Murillo
|
867e029083
|
Merge
|
2015-07-09 22:46:18 -07:00 |
|
Daniel D. Daugherty
|
fd67ab1042
|
Merge
|
2015-07-09 14:48:12 -07:00 |
|
Michael McMahon
|
3ca3a07d79
|
8130193: Improve HTTP connections
Reviewed-by: alanb
|
2015-07-09 13:23:03 +01:00 |
|
Henry Jen
|
eaa42993db
|
8027634: Support @argfiles for java command-line tool
Reviewed-by: ksrini, mchung
|
2015-07-08 23:26:48 -07:00 |
|
David Dehaven
|
79324abda0
|
Merge
|
2015-07-07 12:26:59 -07:00 |
|
Daniel D. Daugherty
|
10219ee9a2
|
Merge
|
2015-07-03 07:13:24 -07:00 |
|
Chris Hegarty
|
391696a6f8
|
8130253: ObjectStreamClass.getFields too restrictive
Reviewed-by: igerasim, skoivu
|
2015-07-03 14:40:49 +01:00 |
|
Artem Smotrakov
|
aa2d62b688
|
8129444: socksProxyVersion system property ignored for Socket(Proxy)
Reviewed-by: chegar
|
2015-07-03 08:00:33 +01:00 |
|
Zoltan Majo
|
94d36649af
|
8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
Annotate possibly intrinsified methods with @HotSpotIntrinsicCandidate. Add checks omitted by intrinsics to the library code. Add CheckIntrinsics flags to check consistency of intrinsics.
Reviewed-by: jrose, kvn, thartmann, vlivanov, abuckley, darcy, ascarpino, briangoetz, alanb, aph, dnsimon
|
2015-07-03 07:23:45 +02:00 |
|
Vladimir Kozlov
|
ea0323cf1a
|
Merge
|
2015-07-02 17:50:25 -07:00 |
|
Daniel D. Daugherty
|
bee43f05d7
|
Merge
|
2015-07-02 14:39:54 -07:00 |
|
Volker Simonis
|
48aacbe3f9
|
8130315: Fix wrong prototype of GrowKnownVMs() in java.c
Reviewed-by: alanb, ksrini
|
2015-07-02 15:25:46 +02:00 |
|
Andrew Haley
|
eb4655db3e
|
Merge
|
2015-07-02 11:03:50 +01:00 |
|
Ivan Gerasimov
|
0e510a1f61
|
8077242: (str) Optimize AbstractStringBuilder.append(CharSequence, int, int) for String argument
Reviewed-by: martin
|
2015-07-02 00:26:35 +03:00 |
|
Jason Uh
|
22b80848d1
|
8081744: Clear out list corner case
Reviewed-by: mullan, rhalade
|
2015-06-30 14:22:31 -07:00 |
|
Phil Race
|
322bf5d364
|
Merge
|
2015-06-30 10:37:48 -07:00 |
|
Jason Uh
|
84ebc260b9
|
8022444: Remove sun.security.util.ObjectIdentifier.equals(ObjectIdentifier other) method
Reviewed-by: mullan
|
2015-06-29 16:36:44 -07:00 |
|
Martin Buchholz
|
57996d703c
|
6260652: (coll) Arrays.asList(x).toArray().getClass() should be Object[].class
Return Arrays.copyOf(a, a.length, Object[].class)
Reviewed-by: igerasim, psandoz
|
2015-06-29 15:02:35 -07:00 |
|
Ivan Gerasimov
|
82f8a14808
|
8130022: Use Java-style array declarations consistently
Reviewed-by: coffeys
|
2015-07-09 10:37:07 +03:00 |
|
Martin Buchholz
|
d67c81198b
|
8050091: (coll) LinkedList has incorrect implementation comment
Rework implementation invariant comments
Reviewed-by: igerasim
|
2015-06-29 14:59:20 -07:00 |
|
Peter Levart
|
24d0d5af7c
|
8042377: BufferedWriter and FilteredOutputStream.close throw IAE if flush and close throw equal exceptions
Explcitly handle IOExceptions in FilteredOutputStream.close() instead of using try-with-resources approach.
Reviewed-by: chegar, alanb
|
2015-06-29 08:39:29 -07:00 |
|
Chris Hegarty
|
6279b4ab74
|
8103671: More objective stream classes
Reviewed-by: rriggs, igerasim
|
2015-06-29 11:44:53 +01:00 |
|
Sergey Bylokhov
|
33c5b92bc6
|
8080405: Exception in thread "AWT-EventQueue-1" java.security.AccessControlException
Reviewed-by: prr, chegar, art
|
2015-06-29 01:27:08 +03:00 |
|
Alejandro Murillo
|
3ada1489fb
|
Merge
|
2015-06-26 19:11:19 -07:00 |
|
Valerie Peng
|
5109058c5d
|
7191662: JCE providers should be located via ServiceLoader
Enhanced to use ServiceLoader and switched provider to Provider.Service model.
Reviewed-by: mullan, alanb, mchung
|
2015-06-26 21:34:34 +00:00 |
|
Valerie Peng
|
f3ff947746
|
8087157: PKCS11 provider not instantiated with security manager
Updated java.policy file with sun.misc pkg access permission for SunPKCS11 provider.
Reviewed-by: mullan
|
2015-06-25 17:53:52 +00:00 |
|
Jean-Francois Denise
|
30cacaa5c9
|
8080511: Refresh of jimage support
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, psandoz, acorn, lfoltan, ctornqvi
|
2015-06-25 18:24:39 +02:00 |
|
Naoto Sato
|
a693ebca66
|
8008577: Use CLDR Locale Data by Default
Reviewed-by: erikj, okutsu
|
2015-06-24 16:42:11 -07:00 |
|
Stuart Marks
|
7c8e579281
|
8080450: doc for Double/Int/LongSummaryStatistics.toString has errors
Reviewed-by: darcy, lancea
|
2015-06-24 16:08:58 -07:00 |
|
Xueming Shen
|
b46a6500b0
|
8129544: ArrayIndexOutOfBoundsException when decoding corrupt Base64 string
To take input bytes as unsigned before check range
Reviewed-by: alanb
|
2015-06-24 11:15:23 -07:00 |
|
Paul Sandoz
|
f219ffb2f2
|
8072773: (fs) Files.lines needs a better splitting implementation for stream source
Reviewed-by: alanb
|
2015-06-24 12:05:30 +02:00 |
|
Alejandro Murillo
|
acbfb8777d
|
Merge
|
2015-06-23 08:59:06 -07:00 |
|
Paul Sandoz
|
3a0e0c86d3
|
8129120: Terminal operation properties should not be back-propagated to upstream operations
Reviewed-by: briangoetz, chegar
|
2015-06-23 09:49:55 +02:00 |
|
Vladimir Kozlov
|
4da3353584
|
Merge
|
2015-06-19 15:25:09 -07:00 |
|
Alejandro Murillo
|
d5fbd33cd3
|
Merge
|
2015-06-18 22:38:45 -07:00 |
|
Anthony Scarpino
|
57a503e4fc
|
8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
Reviewed-by: kvn, jrose
|
2015-06-17 17:41:04 -07:00 |
|
Andrew Haley
|
97bd6da6c6
|
8130150: Implement BigInteger.montgomeryMultiply intrinsic
Add montgomeryMultiply intrinsics
Reviewed-by: kvn
|
2015-06-16 14:58:30 +01:00 |
|
Vladimir Kozlov
|
bd1fbafc35
|
Merge
|
2015-06-12 09:59:30 -07:00 |
|
Alejandro Murillo
|
8eb3086ddf
|
Merge
|
2015-06-11 12:02:13 -07:00 |
|
Brent Christian
|
47526a6163
|
8064956: Remove sun.misc.ExtensionInstallationProvider and relevant classes
Reviewed-by: mchung, alanb
|
2015-06-11 10:38:29 -07:00 |
|
Volker Simonis
|
9a8eaa367e
|
8081674: EmptyStackException at startup if running with extended or unsupported charset
Reviewed-by: mchung, alanb
|
2015-06-11 17:29:09 +02:00 |
|
Vladimir Ivanov
|
8d56892707
|
8074551: GWT can be marked non-compilable due to deopt count pollution
Reviewed-by: kvn
|
2015-06-11 14:20:01 +03:00 |
|