Christoph Göttschkes
|
c8c0234b78
|
8262471: Fix coding style in src/java.base/share/classes/java/lang/CharacterDataPrivateUse.java
Reviewed-by: alanb, rriggs
|
2021-03-10 14:46:57 +00:00 |
|
Joe Darcy
|
67ea3bd6a4
|
8263102: Expand documention of Method.isBridge
Reviewed-by: smarks
|
2021-03-10 03:43:53 +00:00 |
|
Claes Redestad
|
a0c3f24218
|
8263091: Remove CharacterData.isOtherUppercase/-Lowercase
Reviewed-by: rriggs, naoto, iris
|
2021-03-08 10:34:57 +00:00 |
|
Jonathan Gibbons
|
20b9ba53a5
|
8262875: doccheck: empty paragraphs, etc in java.base module
Reviewed-by: alanb, darcy, lancea
|
2021-03-02 20:35:51 +00:00 |
|
Joe Darcy
|
e5304b3a99
|
8253409: Double-rounding possibility in float fma
Reviewed-by: bpb
|
2021-02-23 19:42:05 +00:00 |
|
Joe Darcy
|
564011cff0
|
8261290: Improve error message for NumberFormatException on null input
Reviewed-by: attila, alanb
|
2021-02-21 18:43:26 +00:00 |
|
Claes Redestad
|
433096a45e
|
8261744: Implement CharsetDecoder ASCII and latin-1 fast-paths
Reviewed-by: naoto, alanb
|
2021-02-19 15:05:25 +00:00 |
|
Naoto Sato
|
ea5bf45c6f
|
8261621: Delegate Unicode history from JLS to j.l.Character
Reviewed-by: bpb, joehw, rriggs, darcy
|
2021-02-17 22:10:27 +00:00 |
|
Joe Darcy
|
d547e1a847
|
8261123: Augment discussion of equivalence classes in Object.equals and comparison methods
Reviewed-by: bpb, smarks, rriggs
|
2021-02-17 01:08:39 +00:00 |
|
Claes Redestad
|
2f893c2b83
|
8260337: Optimize ImageReader lookup, used by Class.getResource
Reviewed-by: jlaskey, sundar
|
2021-02-09 15:32:36 +00:00 |
|
Joe Darcy
|
2fd8ed024b
|
8240632: Note differences between IEEE 754-2019 math lib special cases and java.lang.Math
Reviewed-by: bpb
|
2021-02-08 21:50:55 +00:00 |
|
Claes Redestad
|
92c6e6dffa
|
8261254: Initialize charset mapping data lazily
Reviewed-by: alanb, jkuhn, naoto
|
2021-02-08 18:45:43 +00:00 |
|
Claes Redestad
|
83357b1196
|
8261030: Avoid loading GenerateJLIClassesHelper at runtime
Reviewed-by: mchung
|
2021-02-04 10:47:03 +00:00 |
|
Jesper Wilhelmsson
|
9b7a8f1982
|
Merge
|
2021-02-04 02:06:33 +00:00 |
|
Aleksey Shipilev
|
081fa3e715
|
8260927: StringBuilder::insert is incorrect without Compact Strings
Reviewed-by: redestad, alanb, rriggs, jlaskey
|
2021-02-02 18:00:43 +00:00 |
|
Joe Darcy
|
474dba2d8b
|
8257086: Clarify differences between {Float, Double}.equals and ==
Reviewed-by: smarks, bpb
|
2021-02-02 02:33:56 +00:00 |
|
Jorn Vernee
|
d07af2b8ec
|
8255531: MethodHandles::permuteArguments throws NPE when duplicating dropped arguments
Reviewed-by: redestad
|
2021-01-28 12:26:32 +00:00 |
|
Claes Redestad
|
b07797c284
|
8260391: Remove StringCoding::err
Reviewed-by: shade, rriggs
|
2021-01-26 15:25:01 +00:00 |
|
Magnus Ihse Bursie
|
8d2f77fd43
|
8260406: Do not copy pure java source code to gensrc
Reviewed-by: alanb, erikj
|
2021-01-26 14:08:06 +00:00 |
|
Johannes Kuhn
|
bf5e801501
|
8259922: MethodHandles.collectArguments does not throw IAE if pos is outside the arity range
Reviewed-by: mchung
|
2021-01-22 17:18:06 +00:00 |
|
Claes Redestad
|
58ceb25443
|
8259842: Remove Result cache from StringCoding
Reviewed-by: naoto, plevart, rriggs
|
2021-01-22 11:27:13 +00:00 |
|
Claes Redestad
|
27cc62a5c7
|
8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException
Reviewed-by: jvernee, mchung
|
2021-01-20 23:42:58 +00:00 |
|
Kim Barrett
|
33dcc00c55
|
8132984: incorrect type for Reference.discovered
Use unbounded wildcard placeholders, plus a new helper to get back to the Reference<T> domain.
Reviewed-by: rkennke, plevart, rriggs, mchung
|
2021-01-19 19:14:30 +00:00 |
|
Naoto Sato
|
aba3431c4e
|
8258956: Memory Leak in StringCoding on ThreadLocal resultCached StringCoding.Result
Reviewed-by: rriggs, alanb
|
2021-01-14 16:58:37 +00:00 |
|
Andrey Turbanov
|
022bc9f0cb
|
8258422: Cleanup unnecessary null comparison before instanceof check in java.base
Reviewed-by: chegar, aefimov
|
2021-01-11 23:30:44 +00:00 |
|
Jan Lahoda
|
235488215b
|
8250768: javac should be adapted to changes in JEP 12
Reviewed-by: mcimadamore, erikj, jjg, ihse
|
2021-01-11 10:10:47 +00:00 |
|
Jesper Wilhelmsson
|
555641ede5
|
Merge
|
2021-01-07 21:17:35 +00:00 |
|
Rafael Winterhalter
|
d25a1bed56
|
8259224: (ann) getAnnotatedReceiverType should not parameterize owner(s) of statically nested classes
Reviewed-by: jfranck
|
2021-01-06 15:46:33 +00:00 |
|
Jesper Wilhelmsson
|
d234388042
|
Merge
|
2020-12-21 09:09:05 +00:00 |
|
Joel Borggrén-Franck
|
1cc98bde67
|
8256693: getAnnotatedReceiverType parameterizes types too eagerly
Reviewed-by: vromero
|
2020-12-18 13:34:36 +00:00 |
|
Jesper Wilhelmsson
|
f15528eb64
|
Merge
|
2020-12-17 20:41:37 +00:00 |
|
Julia Boes
|
952dc70402
|
8257636: Update usage of "type" terminology in java.lang.Class and java.lang.reflect
Reviewed-by: darcy
|
2020-12-17 11:32:58 +00:00 |
|
Jesper Wilhelmsson
|
11bd7a814f
|
Merge
|
2020-12-17 03:04:19 +00:00 |
|
Roger Riggs
|
aa9c136d67
|
8251989: Hex formatting and parsing utility
Reviewed-by: tvaleev, chegar, naoto, darcy
|
2020-12-16 20:29:49 +00:00 |
|
Julia Boes
|
72dfba8053
|
8257637: Update usage of "type" terminology in java.lang.annotation
Reviewed-by: darcy
|
2020-12-16 10:46:39 +00:00 |
|
Joe Darcy
|
e9113517d4
|
8258140: Update @jls tags in java.base for renamed/renumbered sections
Reviewed-by: psandoz
|
2020-12-15 16:48:31 +00:00 |
|
Mandy Chung
|
2001da3dd4
|
8257596: Clarify trusted final fields for record classes
Reviewed-by: hseigel, chegar, psandoz
|
2020-12-11 22:44:48 +00:00 |
|
Vicente Romero
|
b7ac32d6ee
|
8257598: Clarify what component values are used in Record::equals
Reviewed-by: darcy, chegar
|
2020-12-11 19:16:34 +00:00 |
|
Harold Seigel
|
d33a689b96
|
8256867: Classes with empty PermittedSubclasses attribute cannot be extended
Reviewed-by: lfoltan, mchung, jlahoda, chegar
|
2020-12-09 19:07:11 +00:00 |
|
Mandy Chung
|
5f03341211
|
8052260: Reference.isEnqueued() spec does not match the long-standing behavior returning true iff it's in the ref queue
Reviewed-by: kbarrett, alanb
|
2020-12-09 17:27:02 +00:00 |
|
Julia Boes
|
5bdce9b995
|
8257639: Update usage of "type" terminology in java.lang.Enum & java.lang.Record
Reviewed-by: chegar, dfuchs
|
2020-12-09 09:32:22 +00:00 |
|
Dan Smith
|
48d8650ae1
|
8257845: Integrate JEP 390
8254047: [JEP 390] Revise "value-based class" & apply to wrappers
8252181: [JEP 390] Define & apply annotation jdk.internal.ValueBased
8252183: [JEP 390] Add 'lint' warning for @ValueBased classes
8257027: [JEP 390] Diagnose synchronization on @ValueBased classes
8252180: [JEP 390] Deprecate wrapper class constructors for removal
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Srikanth Adayapalam <sadayapalam@openjdk.org>
Co-authored-by: Lois Foltan <lfoltan@openjdk.org>
Reviewed-by: rriggs, hseigel, mchung, darcy
|
2020-12-08 23:04:01 +00:00 |
|
Jan Lahoda
|
637b0c64b0
|
8246778: Compiler implementation for Sealed Classes (Second Preview)
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Reviewed-by: lfoltan, mchung, alanb, mcimadamore, chegar
|
2020-12-07 11:11:31 +00:00 |
|
Chris Hegarty
|
5a03e47605
|
8255560: Class::isRecord should check that the current class is final and not abstract
Reviewed-by: mchung, darcy
|
2020-12-07 11:02:52 +00:00 |
|
Julia Boes
|
d05401d886
|
8256679: Update serialization javadoc once JOSS changes for records are complete
Reviewed-by: chegar, rriggs
|
2020-12-07 09:30:52 +00:00 |
|
Mandy Chung
|
972bc3b408
|
8256167: Convert JDK use of Reference::get to Reference::refersTo
Reviewed-by: sspitsyn, shade, dfuchs, alanb, kbarrett
|
2020-12-06 00:08:22 +00:00 |
|
Julia Boes
|
b170c8376d
|
8257591: Remove suppression of record preview related warnings in java.lang
Reviewed-by: chegar
|
2020-12-03 15:48:03 +00:00 |
|
Calvin Cheung
|
3da30e991a
|
8257241: CDS should not handle disableEagerInitialization for archived lambda proxy classes
Reviewed-by: iklam, redestad, mchung
|
2020-12-02 22:17:46 +00:00 |
|
Vladimir Ivanov
|
7104400ad8
|
8257164: Share LambdaForms for VH linkers/invokers
Reviewed-by: redestad, kvn, psandoz
|
2020-12-02 21:47:27 +00:00 |
|
Vladimir Ivanov
|
692b273ec5
|
8257189: Handle concurrent updates of MH.form better
Reviewed-by: redestad, psandoz
|
2020-12-02 17:35:41 +00:00 |
|