Re: RFR: 8299701: Remove unused GCCause::_wb_conc_mark [v2]

2023-01-10 Thread Kim Barrett
On Mon, 9 Jan 2023 15:01:21 GMT, Erik Österlund wrote: >> Kim Barrett has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains two additional >> commits

Re: RFR: 8299701: Remove unused GCCause::_wb_conc_mark [v2]

2023-01-10 Thread Kim Barrett
> Please review this change to remove GCCause::_wb_conc_mark and the supporting > implementation. After JDK-8293824 it is no longer used as the cause when > requesting a GC. > > Note: The implementation in ZGC appears to have never been used. Prior to > JDK-8293824 this cause was only used by a

Re: RFR: 8299701: Remove unused GCCause::_wb_conc_mark

2023-01-09 Thread Ivan Walulya
On Sat, 7 Jan 2023 17:41:04 GMT, Kim Barrett wrote: > Please review this change to remove GCCause::_wb_conc_mark and the supporting > implementation. After JDK-8293824 it is no longer used as the cause when > requesting a GC. > > Note: The implementation in ZGC appears to have never been used.

Re: RFR: 8299701: Remove unused GCCause::_wb_conc_mark

2023-01-09 Thread Erik Österlund
On Mon, 9 Jan 2023 14:50:50 GMT, Erik Österlund wrote: >> Please review this change to remove GCCause::_wb_conc_mark and the supporting >> implementation. After JDK-8293824 it is no longer used as the cause when >> requesting a GC. >> >> Note: The implementation in ZGC appears to have never bee

Re: RFR: 8299701: Remove unused GCCause::_wb_conc_mark

2023-01-09 Thread Erik Österlund
On Sat, 7 Jan 2023 17:41:04 GMT, Kim Barrett wrote: > Please review this change to remove GCCause::_wb_conc_mark and the supporting > implementation. After JDK-8293824 it is no longer used as the cause when > requesting a GC. > > Note: The implementation in ZGC appears to have never been used.

RFR: 8299701: Remove unused GCCause::_wb_conc_mark

2023-01-09 Thread Kim Barrett
Please review this change to remove GCCause::_wb_conc_mark and the supporting implementation. After JDK-8293824 it is no longer used as the cause when requesting a GC. Note: The implementation in ZGC appears to have never been used. Prior to JDK-8293824 this cause was only used by a G1-specific