Re: RFR: 8296875: Generational ZGC: Refactor loom code [v2]

2022-11-14 Thread Erik Österlund
On Mon, 14 Nov 2022 10:43:23 GMT, Stefan Karlsson wrote: >> Erik Österlund has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix verification and RISC-V support > > Looks good to me. I wrote parts of this code, so I want wan extra Reviewer

Re: RFR: 8296875: Generational ZGC: Refactor loom code [v2]

2022-11-14 Thread Stefan Karlsson
On Mon, 14 Nov 2022 10:15:41 GMT, Erik Österlund wrote: >> The current loom code makes some assumptions about GC that will not work >> with generational ZGC. We should make this code more GC agnostic, and >> provide a better interface for talking to the GC. >> >> In particular, >> 1) All GCs h

Re: RFR: 8296875: Generational ZGC: Refactor loom code [v2]

2022-11-14 Thread Erik Österlund
> The current loom code makes some assumptions about GC that will not work with > generational ZGC. We should make this code more GC agnostic, and provide a > better interface for talking to the GC. > > In particular, > 1) All GCs have a way of encoding oops inside of the heap differently to oop