Re: RFR: 8327138: Clean up status management in cdsConfig.hpp and CDS.java [v4]

2024-03-07 Thread Calvin Cheung
On Thu, 7 Mar 2024 21:00:01 GMT, Ioi Lam wrote: >> A few clean ups: >> >> 1. Rename functions like "`s_loading_full_module_graph()` to >> `is_using_full_module_graph()`. The meaning of "loading" is not clear: it >> might be interpreted as to cover only the period where the artifact is being >

Re: RFR: 8327138: Clean up status management in cdsConfig.hpp and CDS.java [v4]

2024-03-07 Thread Ioi Lam
> A few clean ups: > > 1. Rename functions like "`s_loading_full_module_graph()` to > `is_using_full_module_graph()`. The meaning of "loading" is not clear: it > might be interpreted as to cover only the period where the artifact is being > loaded, but not the period after the artifact is compl