RFR: 8289078: Make STARTTIME_ANY and STARTTIME_PROCESS_UNKNOWN fields static in ProcessHandleImpl

2022-06-23 Thread Andrey Turbanov
Fields `STARTTIME_ANY` and `STARTTIME_PROCESS_UNKNOWN` are actually unused, but they are useful as documentation on the interface to native. Make them `static` to reduce memory usage. - Commit messages: - [PATCH] Make STARTTIME_ANY and STARTTIME_PROCESS_UNKNOWN fields static in Pro

Re: RFR: 8289078: Make STARTTIME_ANY and STARTTIME_PROCESS_UNKNOWN fields static in ProcessHandleImpl

2022-06-23 Thread Jaikiran Pai
On Fri, 17 Jun 2022 08:43:00 GMT, Andrey Turbanov wrote: > Fields `STARTTIME_ANY` and `STARTTIME_PROCESS_UNKNOWN` are actually unused, > but they are useful as documentation on the interface to native. > Make them `static` to reduce memory usage. Marked as reviewed by jpai (Reviewer).

Re: RFR: 8289078: Make STARTTIME_ANY and STARTTIME_PROCESS_UNKNOWN fields static in ProcessHandleImpl

2022-06-24 Thread Roger Riggs
On Fri, 17 Jun 2022 08:43:00 GMT, Andrey Turbanov wrote: > Fields `STARTTIME_ANY` and `STARTTIME_PROCESS_UNKNOWN` are actually unused, > but they are useful as documentation on the interface to native. > Make them `static` to reduce memory usage. LGTM - Marked as reviewed by rrigg

Re: RFR: 8289078: Make STARTTIME_ANY and STARTTIME_PROCESS_UNKNOWN fields static in ProcessHandleImpl

2022-06-24 Thread Brian Burkhalter
On Fri, 17 Jun 2022 08:43:00 GMT, Andrey Turbanov wrote: > Fields `STARTTIME_ANY` and `STARTTIME_PROCESS_UNKNOWN` are actually unused, > but they are useful as documentation on the interface to native. > Make them `static` to reduce memory usage. Marked as reviewed by bpb (Reviewer). -

Re: RFR: 8289078: Make STARTTIME_ANY and STARTTIME_PROCESS_UNKNOWN fields static in ProcessHandleImpl

2022-06-24 Thread Naoto Sato
On Fri, 17 Jun 2022 08:43:00 GMT, Andrey Turbanov wrote: > Fields `STARTTIME_ANY` and `STARTTIME_PROCESS_UNKNOWN` are actually unused, > but they are useful as documentation on the interface to native. > Make them `static` to reduce memory usage. Marked as reviewed by naoto (Reviewer). ---

Re: RFR: 8289078: Make STARTTIME_ANY and STARTTIME_PROCESS_UNKNOWN fields static in ProcessHandleImpl

2022-06-24 Thread Iris Clark
On Fri, 17 Jun 2022 08:43:00 GMT, Andrey Turbanov wrote: > Fields `STARTTIME_ANY` and `STARTTIME_PROCESS_UNKNOWN` are actually unused, > but they are useful as documentation on the interface to native. > Make them `static` to reduce memory usage. Marked as reviewed by iris (Reviewer).