On Fri, 14 Oct 2022 18:23:58 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> The code in ObjectStreamField for constructing type signatures should be > replaced by Class.descriptorString(). > The corresponding change is made in ObjectStreamClass. > There is no change to the contents of the type strings and the existing tests > will cover it. This pull request has now been integrated. Changeset: 20874247 Author: Roger Riggs <rri...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2087424736f15a5a80a0492993a6cd74da87188a Stats: 59 lines in 2 files changed: 0 ins; 53 del; 6 mod 8295370: Update java.io.ObjectStreamField to use Class.descriptorString Reviewed-by: bpb, mchung ------------- PR: https://git.openjdk.org/jdk/pull/10714