Re: RFR: 8325860: Serial: Move Generation.java to serial folder [v3]

2024-02-15 Thread Albert Mingkun Yang
On Wed, 14 Feb 2024 20:17:21 GMT, Albert Mingkun Yang wrote: >> Relocate `Generation.java` to mirror the structure in hotspot. Also, >> specialize the logic to two concrete generations. >> >> Test: tier1-3 > > Albert Mingkun Yang has updated the pull request incrementally with three > addition

Re: RFR: 8325860: Serial: Move Generation.java to serial folder [v3]

2024-02-15 Thread Thomas Schatzl
On Wed, 14 Feb 2024 20:17:21 GMT, Albert Mingkun Yang wrote: >> Relocate `Generation.java` to mirror the structure in hotspot. Also, >> specialize the logic to two concrete generations. >> >> Test: tier1-3 > > Albert Mingkun Yang has updated the pull request incrementally with three > addition

Re: RFR: 8325860: Serial: Move Generation.java to serial folder [v3]

2024-02-14 Thread Chris Plummer
On Wed, 14 Feb 2024 20:17:21 GMT, Albert Mingkun Yang wrote: >> Relocate `Generation.java` to mirror the structure in hotspot. Also, >> specialize the logic to two concrete generations. >> >> Test: tier1-3 > > Albert Mingkun Yang has updated the pull request incrementally with three > addition

Re: RFR: 8325860: Serial: Move Generation.java to serial folder [v3]

2024-02-14 Thread Albert Mingkun Yang
> Relocate `Generation.java` to mirror the structure in hotspot. Also, > specialize the logic to two concrete generations. > > Test: tier1-3 Albert Mingkun Yang has updated the pull request incrementally with three additional commits since the last revision: - remove-space-ite - remove - ye

Re: RFR: 8325860: Serial: Move Generation.java to serial folder [v2]

2024-02-14 Thread Chris Plummer
On Wed, 14 Feb 2024 19:57:00 GMT, Chris Plummer wrote: >> Albert Mingkun Yang has updated the pull request with a new target base due >> to a merge or a rebase. The pull request now contains one commit: >> >> sa-move-generation > > src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared

Re: RFR: 8325860: Serial: Move Generation.java to serial folder [v2]

2024-02-14 Thread Chris Plummer
On Wed, 14 Feb 2024 17:39:13 GMT, Albert Mingkun Yang wrote: >> Relocate `Generation.java` to mirror the structure in hotspot. Also, >> specialize the logic to two concrete generations. >> >> Test: tier1-3 > > Albert Mingkun Yang has updated the pull request with a new target base due > to a m

Re: RFR: 8325860: Serial: Move Generation.java to serial folder [v2]

2024-02-14 Thread Albert Mingkun Yang
> Relocate `Generation.java` to mirror the structure in hotspot. Also, > specialize the logic to two concrete generations. > > Test: tier1-3 Albert Mingkun Yang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes

RFR: 8325860: Serial: Move Generation.java to serial folder

2024-02-14 Thread Albert Mingkun Yang
Relocate `Generation.java` to mirror the structure in hotspot. Also, specialize the logic to two concrete generations. Test: tier1-3 - Commit messages: - sa-move-generation Changes: https://git.openjdk.org/jdk/pull/17844/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=1784