Roger Riggs
9b0ab92b16
8344034: Remove security manager dependency in Serialization
...
Reviewed-by: mullan, alanb
2024-11-18 16:17:07 +00:00
Raffaello Giulietti
bfd2afe5ad
8275338: Add JFR events for notable serialization situations
...
Reviewed-by: rriggs, egahlin
2024-01-18 17:05:35 +00:00
Mandy Chung
5cea53d372
8315810: Reimplement sun.reflect.ReflectionFactory::newConstructorForSerialization with method handles
...
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: rriggs
2023-09-14 16:10:55 +00:00
Jonathan Gibbons
c6bd489cc8
8305206: Add @spec tags in java.base/java.* (part 1)
...
Reviewed-by: alanb, naoto, darcy, lancea, dfuchs, iris, mchung
2023-04-04 00:09:38 +00:00
Per Minborg
74e1a8bfa8
8300236: Use VarHandle access in Data(Input | Output)Stream classes
...
Reviewed-by: rriggs, alanb
2023-01-25 12:54:27 +00:00
Per Minborg
d117350875
8300866: Declare some classes final in java.io
...
Reviewed-by: alanb
2023-01-23 19:09:39 +00:00
Per Minborg
079255e312
8300864: Declare some fields in java.io as final
...
Reviewed-by: rriggs, lancea
2023-01-23 17:40:13 +00:00
Roger Riggs
2087424736
8295370: Update java.io.ObjectStreamField to use Class.descriptorString
...
Reviewed-by: bpb, mchung
2022-10-14 23:45:03 +00:00
XenoAmess
e01cd7c3ed
8284780: Need methods to create pre-sized HashSet and LinkedHashSet
...
Reviewed-by: naoto, bpb, dfuchs, ascarpino
2022-06-09 01:50:54 +00:00
Stuart Marks
ae57258b46
8283715: Update ObjectStreamClass to be final
...
Reviewed-by: darcy, jpai, mchung, dfuchs
2022-03-30 15:50:31 +00:00
Joe Darcy
104e3cb24b
8282696: Add constructors taking a cause to InvalidObjectException and InvalidClassException
...
Reviewed-by: lancea
2022-03-07 14:47:52 +00:00
Roman Kennke
8fed8ab29c
8278065: Refactor subclassAudits to use ClassValue
...
Reviewed-by: rriggs, plevart
2022-01-12 13:47:25 +00:00
Roman Kennke
8eb453baeb
8277072: ObjectStreamClass caches keep ClassLoaders alive
...
Reviewed-by: rriggs, plevart
2021-12-10 16:24:16 +00:00
Pavel Rappo
615063364a
8276348: Use blessed modifier order in java.base
...
Reviewed-by: dfuchs, darcy, iris, rriggs, martin
2021-11-03 10:07:48 +00:00
Andrey Turbanov
1459180f35
8274079: Cleanup unnecessary calls to Throwable.initCause() in java.base module
...
Reviewed-by: weijun
2021-10-05 13:36:37 +00:00
Weijun Wang
6765f90250
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
2021-06-02 11:57:31 +00:00
Patrick Concannon
4eb216824f
8267670: Update java.io, java.math, and java.text to use switch expressions
...
Reviewed-by: darcy, chegar, naoto, iris, dfuchs, lancea, vtewari
2021-06-01 10:14:56 +00:00
Сергей Цыпанов
ae258f1e6a
8265418: Clean-up redundant null-checks of Class.getPackageName()
...
Reviewed-by: redestad
2021-05-27 20:21:34 +00:00
Joe Darcy
815248ab27
8264148: Update spec for exceptions retrofitted for exception chaining
...
Reviewed-by: rriggs, smarks
2021-03-30 19:59:59 +00:00
Sergey Tsypanov
c0176c42dc
8263552: Use String.valueOf() for char-to-String conversions
...
Reviewed-by: redestad, vtewari, azvegint, chegar
2021-03-15 11:18:59 +00:00
Patrick Concannon
0f2402d0a2
8263190: Update java.io, java.math, and java.text to use instanceof pattern variable
...
Reviewed-by: lancea, bpb, darcy, naoto, iris, dfuchs, smarks, redestad
2021-03-09 11:09:06 +00:00
Julia Boes
e9d7c07bda
8248318: Remove superfluous use of boxing in ObjectStreamClass
...
Reviewed-by: jlaskey, dfuchs, rriggs, chegar
2021-02-22 10:32:14 +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
Stuart Marks
cc0ed401ec
8037384: Fix wording in Javadoc of java.io.Serializable
...
8231547: Serializable class doc should link to serialization specification
Reviewed-by: rriggs, iris, chegar
2020-11-20 18:26:38 +00:00
Roger Riggs
afce1f4ebd
8251203: Fix "no comment" warnings in java.base/java.lang and java/io
...
Reviewed-by: dfuchs, lancea, mchung, naoto
2020-08-25 10:20:14 -04:00
Chris Hegarty
42d3bad0b1
8248233: Avoid superfluous Class::isRecord invocations during deserialization
...
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: redestad, plevart
2020-06-25 09:54:19 +01:00
Peter Levart
2f09989ec0
8247532: Records deserialization is slow
...
8248135: Build microbenchmarks with --enable-preview
Test contributed by Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: chegar, psandoz, redestad, ihse
2020-06-24 11:05:09 +02:00
Vicente Romero
9efdaacc31
8242478: compiler implementation for records (Second Preview)
...
Reviewed-by: mcimadamore, jlahoda, darcy
2020-05-17 11:09:52 -04:00
Stuart Marks
14c0c19539
8224549
: Less Blocking Array Queues
...
Reviewed-by: bchristi, rhalade, rriggs, mschoene, robm
2020-01-21 16:53:01 -08:00
Brent Christian
d7136cd430
8224541: Better mapping of serial ENUMs
...
Reviewed-by: mschoene, rhalade, robm, rriggs, smarks
2020-01-21 10:56:30 -08:00
Vicente Romero
827e5e3226
8225054: Compiler implementation for records
...
8225052: javax.lang.model support for records
8225053: Preview APIs support for records
8225055: Javadoc for records
8226314: com.sun.source support for records
8227113: Specification for java.lang.Record
8233526: JVM support for records
Implement records in the compiler and the JVM, including serialization, reflection and APIs support
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Joe Darcy <joe.darcy@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Reviewed-by: mcimadamore, briangoetz, alanb, darcy, chegar, jrose, jlahoda, coleenp, dholmes, lfoltan, mchung, sadayapalam, hannesw, sspitsyn
2019-12-04 15:57:39 -05:00
Julia Boes
d15a57b842
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
...
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: bchristi, lancea
2019-09-24 09:43:43 +01:00
Joe Darcy
9d764ee48e
8229997: Apply java.io.Serial annotations in java.base
...
Reviewed-by: alanb, rriggs
2019-08-29 16:31:34 -07:00
Ivan Gerasimov
d76c772d2f
6996807: FieldReflectorKey hash code computation can be improved
...
Reviewed-by: rriggs
2019-01-02 15:33:32 -08:00
Mandy Chung
9ffe7e1205
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
...
Reviewed-by: alanb, dfuchs, kvn
2018-11-06 10:01:16 -08:00
Mandy Chung
5e6d6b8642
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
...
Reviewed-by: dholmes, thartmann
2018-10-22 17:00:04 -07:00
Christoph Dreis
5d7c797278
8190733: Use Class::getPackageName in java.base implementation
...
Reviewed-by: mchung, rriggs
2017-11-08 13:38:00 -08:00
Daniel Fuchs
020204a972
8180024: Improve construction of objects during deserialization
...
Reviewed-by: rriggs, skoivu, ahgross, rhalade
2017-05-19 11:18:49 +01:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00