Re: RFR: 8293980: Resolve CONSTANT_FieldRef at CDS dump time [v9]

2024-06-13 Thread Ioi Lam
> ### Overview > > This PR archives `CONSTANT_FieldRef` entries in the _resolved_ state when > it's safe to do so. > > I.e., when a `CONSTANT_FieldRef` constant pool entry in class `A` refers to a > *non-static* field `B.F`, > - `B` is the same class as `A`; or > - `B` is a supertype of `A`;

Re: RFR: 8293980: Resolve CONSTANT_FieldRef at CDS dump time [v8]

2024-06-13 Thread Ioi Lam
> ### Overview > > This PR archives `CONSTANT_FieldRef` entries in the _resolved_ state when > it's safe to do so. > > I.e., when a `CONSTANT_FieldRef` constant pool entry in class `A` refers to a > *non-static* field `B.F`, > - `B` is the same class as `A`; or > - `B` is a supertype of `A`;

Re: RFR: 8293980: Resolve CONSTANT_FieldRef at CDS dump time [v7]

2024-06-13 Thread Ioi Lam
> ### Overview > > This PR archives `CONSTANT_FieldRef` entries in the _resolved_ state when > it's safe to do so. > > I.e., when a `CONSTANT_FieldRef` constant pool entry in class `A` refers to a > *non-static* field `B.F`, > - `B` is the same class as `A`; or > - `B` is a supertype of `A`;

Integrated: 8333685: Make update-copyright-year script more useful

2024-06-13 Thread Sonia Zaldana Calles
On Fri, 7 Jun 2024 19:01:45 GMT, Sonia Zaldana Calles wrote: > Hi all, > > This PR addresses [8333685](https://bugs.openjdk.org/browse/JDK-8333685). > > I have added the following enhancements: > - Removed uses of `fgrep` and `egrep` with `grep -F` and `grep -E` > respectively. > -

Re: RFR: 8333685: Make update-copyright-year script more useful [v3]

2024-06-13 Thread Erik Joelsson
On Wed, 12 Jun 2024 14:04:41 GMT, Sonia Zaldana Calles wrote: >> Hi all, >> >> This PR addresses [8333685](https://bugs.openjdk.org/browse/JDK-8333685). >> >> I have added the following enhancements: >> - Removed uses of `fgrep` and `egrep` with `grep -F` and `grep -E` >> respectively.

Re: RFR: 8333685: Make update-copyright-year script more useful [v3]

2024-06-13 Thread Thomas Stuefe
On Wed, 12 Jun 2024 14:04:41 GMT, Sonia Zaldana Calles wrote: >> Hi all, >> >> This PR addresses [8333685](https://bugs.openjdk.org/browse/JDK-8333685). >> >> I have added the following enhancements: >> - Removed uses of `fgrep` and `egrep` with `grep -F` and `grep -E` >> respectively.