Claes Redestad
|
5d1df35fe7
|
8223454: Reduce String concatenation shapes by folding initialLengthCoder into last mixer
Reviewed-by: jlaskey
|
2019-05-09 17:28:27 +02:00 |
|
Sandhya Viswanathan
|
707c30fae6
|
8222074: Enhance auto vectorization for x86
Reviewed-by: kvn, vlivanov
|
2019-05-07 13:33:27 -07:00 |
|
Ivan Gerasimov
|
4f02d011b0
|
8222955: Optimize String.replace(CharSequence, CharSequence) for common cases
Reviewed-by: redestad, tvaleev
|
2019-05-06 18:07:55 -07:00 |
|
Vicente Romero
|
c7faef0785
|
8219483: j.l.c.ClassDesc::nested(String, String...) doesn't throw NPE if any arg is null
Reviewed-by: darcy
|
2019-05-06 14:47:55 -04:00 |
|
Claes Redestad
|
c23dc4dfcf
|
8222895: StackOverflowError in custom security manager that relies on ClassSpecializer
Reviewed-by: alanb
|
2019-05-02 10:38:00 +02:00 |
|
Brent Christian
|
aeaa78cb26
|
8221267: Document the jdk.net.URLClassPath.showIgnoredClassPathEntries system property
Reviewed-by: alanb, bpb, lancea
|
2019-05-01 13:07:30 -07:00 |
|
Claes Redestad
|
e7a6cbbd38
|
8222852: Reduce String concat combinator tree shapes by folding constants into prependers
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: shade, plevart, forax
|
2019-04-30 12:54:07 +02:00 |
|
Vicente Romero
|
c748887332
|
8219487: j.l.c.ClassDesc spec should contain precise assertions for one parameter's methods
Reviewed-by: darcy, jlaskey
|
2019-04-26 12:49:51 -04:00 |
|
David Holmes
|
ded4f6b5cf
|
8222518: Remove unnecessary caching of Parker object in java.lang.Thread
Reviewed-by: dcubed, rehn
|
2019-04-26 00:57:03 -04:00 |
|
Claes Redestad
|
5b2d4559b1
|
8215017: Improve String::equals warmup characteristics
Reviewed-by: jlaskey
|
2019-04-11 14:56:52 +02:00 |
|
Claes Redestad
|
781fb29580
|
8222484: Specialize generation of simple String concatenation expressions
Reviewed-by: jrose, jlaskey
|
2019-04-17 00:06:38 +02:00 |
|
Sergei Tsypanov
|
9d979eaf56
|
8222151: refactoring: enhancements to java.lang.Class::methodToString and java.lang.Class::getTypeName
Reviewed-by: darcy
|
2019-04-11 22:56:11 -04:00 |
|
Claes Redestad
|
8ee30d4fbe
|
8222029: Optimize Math.floorMod
Reviewed-by: aph, darcy
|
2019-04-10 20:03:07 +02:00 |
|
Claes Redestad
|
89a267ca46
|
8221836: Avoid recalculating String.hash when zero
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: jrose, adinn
|
2019-04-10 12:05:50 +02:00 |
|
Ivan Gerasimov
|
eebe346715
|
8221430: StringBuffer(CharSequence) constructor truncates when -XX:-CompactStrings specified
Co-authored-by: Andrew Leonard <andrew_m_leonard@uk.ibm.com>
Reviewed-by: igerasim, rriggs
|
2019-04-09 16:32:22 -07:00 |
|
Mandy Chung
|
a5b9e0f7ba
|
8221530: Caller sensitive methods not handling caller = null when invoked by JNI code with no java frames on stack
Reviewed-by: alanb, dholmes, sundar
|
2019-04-06 21:16:40 +08:00 |
|
Claes Redestad
|
1908897b93
|
8221723: Avoid storing zero to String.hash
Reviewed-by: shade, prappo, jiangli
|
2019-04-02 11:24:40 +02:00 |
|
Adam Farley
|
be132fcc65
|
8216558: Lookup.unreflectSetter(Field) fails to throw IllegalAccessException for final fields
Reviewed-by: mchung
|
2019-03-26 15:53:36 -07:00 |
|
Claes Redestad
|
274396e105
|
8221473: Configuration::reads can use Set.copyOf
Reviewed-by: alanb, forax
|
2019-03-26 15:20:23 +01:00 |
|
Jonathan Gibbons
|
2df0f4b4dd
|
8220249: fix headings in java.compiler
Reviewed-by: erikj, darcy
|
2019-03-20 15:35:26 -07:00 |
|
Ivan Gerasimov
|
c07c8d3eea
|
8220684: Process.waitFor(long, TimeUnit) can return false for a process that exited within the timeout
Reviewed-by: prappo, dholmes, rriggs
|
2019-03-16 15:05:21 -07:00 |
|
Daniel Fuchs
|
5f13ffec66
|
8219197: ThreadGroup.enumerate() may return wrong value
ThreadGroup.enumerate(list,n,recurse) should never return a value that is less than n.
Reviewed-by: clanger, chegar, prappo
|
2019-03-13 18:43:16 +00:00 |
|
Roger Riggs
|
2f3fc244eb
|
8220237: ProcessBuilder API documentation typo
Reviewed-by: dfuchs
|
2019-03-12 12:48:03 -04:00 |
|
Joe Darcy
|
3a072e4e45
|
8220346: Refactor java.lang.Throwable to use Objects.requireNonNull
Reviewed-by: lancea, mchung, tvaleev, forax, martin, plevart
|
2019-03-11 11:23:09 -07:00 |
|
Ivan Gerasimov
|
0052dff370
|
8218228: The constructor StringBuffer(CharSequence) violates spec for negatively sized argument
Reviewed-by: rriggs, darcy
|
2019-03-01 12:47:30 -08:00 |
|
Joe Darcy
|
fbc614712d
|
8218726: Minor Throwable.printStackTrace() typos
Reviewed-by: bpb
|
2019-02-27 12:19:29 -08:00 |
|
Vicente Romero
|
4d368850e1
|
8219480: j.l.c.ClassDesc::arrayType(int rank) throws IllegalArgumentException if rank = 0
Reviewed-by: mchung, briangoetz
|
2019-02-23 19:41:53 -05:00 |
|
Ivan Gerasimov
|
076d2267b6
|
8218227: StringBuilder/StringBuffer constructor throws confusing NegativeArraySizeException
Reviewed-by: rriggs
|
2019-02-05 17:05:40 -08:00 |
|
Naoto Sato
|
66c9e770df
|
8218386: Correct the SE version in j.l.Character
Reviewed-by: lancea
|
2019-02-04 10:04:04 -08:00 |
|
Jesper Wilhelmsson
|
b2d0be746a
|
Merge
|
2019-02-02 00:11:54 +01:00 |
|
Naoto Sato
|
12e3cbaec9
|
8216546: Support new Japanese era in java.lang.Character for Java SE 11
Reviewed-by: chegar
|
2019-02-01 08:59:03 -08:00 |
|
Andrey Turbanov
|
cfeb359800
|
8218022: Repeated words typos in java.base
Reviewed-by: alanb, lancea, mchung
|
2019-01-30 00:24:32 +00:00 |
|
Roger Riggs
|
c99285ea9e
|
8217339: ClassCircularityError loading NumberFormatProvider
Reviewed-by: naoto, mchung
|
2019-01-23 09:57:31 -05:00 |
|
Vladimir Ivanov
|
6a61345684
|
8213234: Move LambdaForm.Hidden to jdk.internal.vm.annotation
Reviewed-by: mchung, dlong
|
2019-01-22 18:13:49 -08:00 |
|
Joe Darcy
|
38cf9d76c8
|
8217000: Refactor Class::methodToString
Reviewed-by: smarks
|
2019-01-15 19:10:40 -08:00 |
|
Jesper Wilhelmsson
|
528bc73ca4
|
Merge
|
2019-01-14 23:05:26 +01:00 |
|
Joe Darcy
|
01547499e7
|
8213299: runtime/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java failed with java.lang.NoSuchMethodException
Reviewed-by: dholmes
|
2019-01-11 08:32:44 -08:00 |
|
Vicente Romero
|
0032475ef1
|
8215648: remove equals and hashCode implementations from j.l.i.VarHandle
Reviewed-by: mchung
|
2019-01-11 09:02:44 -05:00 |
|
Jim Laskey
|
0068f1aaa2
|
8215493: String::indent inconsistency with blank lines
Reviewed-by: rriggs, smarks
|
2019-01-09 18:17:36 -04:00 |
|
Jim Laskey
|
eeca4576d2
|
8215489: Remove String::align
Reviewed-by: vromero, sundar
|
2019-01-09 16:41:16 -04:00 |
|
Jim Laskey
|
c7d085fa64
|
8215112: String::transform spec clarification
Reviewed-by: smarks
|
2019-01-09 15:23:11 -04:00 |
|
Vicente Romero
|
eed3a536c0
|
8215510: j.l.c.ClassDesc is accepting descriptors not allowed by the spec
Reviewed-by: goetz
|
2019-01-09 08:07:23 -05:00 |
|
Deepak kejriwal
|
6774e567aa
|
8214567: Use {@systemProperty} for definitions of system properties
8214569: Use {@systemProperty} for definitions of system properties
Reviewed-by: lancea, mchung, alanb, naoto
|
2018-12-26 17:09:19 +05:30 |
|
Jesper Wilhelmsson
|
e13cc6d3a6
|
Merge
|
2019-01-10 21:52:33 +01:00 |
|
Jesper Wilhelmsson
|
67a5fc2529
|
Merge
|
2019-01-09 22:59:49 +01:00 |
|
Aleksey Shipilev
|
f44e59355c
|
8216302: StackTraceElement::fill_in can use cached Class.name
Reviewed-by: coleenp, dholmes, mchung
|
2019-01-09 20:28:16 +01:00 |
|
Ivan Gerasimov
|
79c92eadc3
|
8210788: Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero
Reviewed-by: martin, rriggs
|
2019-01-09 10:59:37 -08:00 |
|
Ivan Gerasimov
|
12bc8196d4
|
8216413: Long.parseLong() is specified to throw unless string contains parsable {@code int}; should be {@code long}
Reviewed-by: clanger
|
2019-01-09 06:18:33 -08:00 |
|
Roger Riggs
|
fc741865bd
|
8216205: Java API documentation formatting error in System.getEnv
Reviewed-by: lancea, bchristi, alanb
|
2019-01-07 14:15:00 -05:00 |
|
Jesper Wilhelmsson
|
59716b0bb3
|
Merge
|
2019-01-02 16:05:13 +01:00 |
|