Alejandro Murillo
|
7abd206441
|
Merge
|
2016-03-08 19:03:30 -08:00 |
|
Chris Hegarty
|
bd69ca08d2
|
8151384: Improve String.CASE_INSENSITIVE_ORDER and remove sun.misc.ASCIICaseInsensitiveComparator
Reviewed-by: shade, sherman
|
2016-03-08 12:11:07 +00:00 |
|
Aleksey Shipilev
|
ef5eb42e40
|
8150180: String.value contents should be trusted
Reviewed-by: vlivanov, redestad, jrose, twisti
|
2016-02-23 17:55:28 +03:00 |
|
Iris Clark
|
9d07dc02e1
|
8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
Reviewed-by: alanb, chegar, lancea, prr
|
2016-01-20 11:02:36 -08:00 |
|
Tobias Hartmann
|
4dd2fac63c
|
8142303: C2 compilation fails with "bad AD file"
Move range checks into intrinsics for String methods.
Reviewed-by: kvn, aph
|
2015-11-27 09:37:33 +01:00 |
|
Tobias Hartmann
|
4ed5b73f3d
|
8141132: JEP 254: Compact Strings
Adopt a more space-efficient internal representation for strings.
Co-authored-by: Brent Christian <brent.christian@oracle.com>
Co-authored-by: Vivek Deshpande <vivek.r.deshpande@intel.com>
Co-authored-by: Charlie Hunt <charlie.hunt@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Xueming Shen <xueming.shen@oracle.com>
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Reviewed-by: alanb, bdelsart, coleenp, iklam, jiangli, jrose, kevinw, naoto, pliden, roland, smarks, twisti
|
2015-11-03 09:42:11 +01:00 |
|
Brent Christian
|
084b341c80
|
8138824: java.lang.String: spec doesn't match impl when ignoring case - equalsIgnoreCase(), regionMatches()
Reviewed-by: naoto, rriggs
|
2015-10-27 09:20:24 -07:00 |
|
Alexander Stepanov
|
321faa7346
|
8132468: docs: replace <tt> tags (obsolete in html5) for java.io, java.lang, java.math
Reviewed-by: lancea, dfuchs, smarks
|
2015-08-06 13:20:13 +03: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 |
|
Ivan Gerasimov
|
f35750c5d6
|
8058779: Faster implementation of String.replace(CharSequence, CharSequence)
Reviewed-by: sherman, plevart, forax, psandoz
|
2015-06-03 19:26:58 +03:00 |
|
Ivan Gerasimov
|
cbe55b316e
|
8071571: Move substring of same string to slow path
Reviewed-by: martin
|
2015-05-15 22:10:29 +03:00 |
|
Claes Redestad
|
608c2ef496
|
8061254: SPECjvm2008-XML performance regressions in 9-b33
Reviewed-by: alanb, shade
|
2015-05-15 16:09:55 +02:00 |
|
Paul Sandoz
|
d58ef60b88
|
8071477: Better Spliterator implementations for String.chars() and String.codePoints()
Reviewed-by: sherman
|
2015-01-26 17:26:49 +00: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 |
|
Xueming Shen
|
b41070012b
|
8046219: (str spec) String(byte[], int, int, Charset) should be clearer when IndexOutOfBoundsException is thrown
To update the java doc to clarify the existing behavior
Reviewed-by: lancea
|
2014-12-10 14:11:05 -08:00 |
|
Aleksey Shipilev
|
c25af2a638
|
8060485: (str) contentEquals checks the String contents twice on mismatch
Reviewed-by: martin, chegar, alanb
|
2014-10-14 19:35:03 +02:00 |
|
Aleksey Shipilev
|
e3bda3bd0a
|
8058643: (str) Re-examine hashCode implementation
Reviewed-by: martin, alanb, sherman, redestad
|
2014-09-24 09:43:10 -07:00 |
|
Martin Buchholz
|
95a1c8965d
|
8056951: pico-optimize contains(Object) methods
Use idiiom >= 0 consistently to check for valid index
Reviewed-by: mduigou
|
2014-08-29 14:50:15 -07:00 |
|
Chris Hegarty
|
3bc69d393d
|
8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: alanb, chegar, ihse, mduigou
|
2014-08-17 15:54:13 +01:00 |
|