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 |
|
Daniel D. Daugherty
|
10219ee9a2
|
Merge
|
2015-07-03 07:13:24 -07: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 |
|
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 |
|
Artem Smotrakov
|
aa2d62b688
|
8129444: socksProxyVersion system property ignored for Socket(Proxy)
Reviewed-by: chegar
|
2015-07-03 08:00:33 +01: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 |
|
Sean Mullan
|
d107e7ec6c
|
Merge
|
2015-06-09 09:19:43 -04:00 |
|
Sean Mullan
|
e37ef5fefc
|
8056179: Store permissions in concurrent collections in PermissionCollection subclasses
8065942: Store PermissionCollection entries in a ConcurrentHashMap instead of a HashMap in Permissions class
Reviewed-by: weijun
|
2015-06-09 09:18:07 -04:00 |
|
Paul Sandoz
|
e56c76e9f7
|
8081678: Add Stream returning methods to classes where there currently exist only Enumeration returning methods
Reviewed-by: lancea, alanb, chegar, dfuchs, mullan, smarks
|
2015-06-09 07:10:02 +01:00 |
|
Alejandro Murillo
|
f55c892a65
|
Merge
|
2015-06-30 11:20:43 -07:00 |
|
Brian Burkhalter
|
bfe32f271f
|
8129632: (fs) Files.probeContentType returns null on Mac OS X
Append a Uniform Type Identifier-based FileType Detector for Mac OS X
Reviewed-by: alanb
|
2015-06-30 10:47:54 -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
|
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 |
|
Sunny Chan
|
36d62dcbb1
|
8080945: Improve the performance of primitive Arrays.sort for certain patterns of array elements
Co-authored-by: Mohammad Rezaei <mohammad.rezaei@gs.com>
Reviewed-by: psandoz
|
2015-06-09 07:05:48 +01:00 |
|
Alejandro Murillo
|
ccbe5d7ec0
|
Merge
|
2015-06-08 17:19:50 -07:00 |
|
Rob McKenna
|
ee5103f696
|
7130985: Four helper classes missing in Sun JDK
Reviewed-by: coffeys, msheppar
|
2015-06-08 21:35:36 +01:00 |
|
Alejandro Murillo
|
84e8aa917e
|
Merge
|
2015-06-08 11:11:48 -07:00 |
|
Aleksei Efimov
|
a6488e0152
|
8080774: DateFormat for Singapore/English locale (en_SG) is M/d/yy instead of d/M/yy
Reviewed-by: naoto
|
2015-06-08 16:17:37 +03:00 |
|
Alexander Stepanov
|
2541238e18
|
8081517: minor cleanup for docs
Fix some tidy and javadoc warnings/errors
Reviewed-by: lancea, rriggs
|
2015-06-08 16:37:53 +04:00 |
|
Vladimir Kozlov
|
4c0bf57106
|
Merge
|
2015-06-04 19:24:28 -07:00 |
|
Stuart Marks
|
bc90fc9b01
|
8072726: add adapter to convert Enumeration to Iterator
Reviewed-by: redestad, forax, chegar, dfuchs, psandoz, rriggs, briangoetz
|
2015-06-04 18:28:14 -07:00 |
|
Joe Darcy
|
31fe486b50
|
8083664: Update AudioFileWriter to generate working @see reference
8083436: Doclint regression introduced by JDK-8043758
Reviewed-by: alanb, wetmore, xuelei
|
2015-06-04 18:11:43 -07:00 |
|
Alejandro Murillo
|
f77dadee42
|
Merge
|
2015-06-04 15:38:00 -07:00 |
|