Re: RFR: 8309191: Reduce JDK dependencies of cgroup support

2023-06-06 Thread Aleksandar Pejovic
On Mon, 5 Jun 2023 09:44:31 GMT, Severin Gehwolf wrote: >> As far as I can tell, the delimiter hasn't changed since the file was >> introduced, and judging by the kernel mailing list (e.g., see [the >> following](https://lore.kernel.org/all/yr5jvhhsucrbt...@mtj.duckdns.org/)), >> I don't think

Re: RFR: 8309191: Reduce JDK dependencies of cgroup support

2023-06-05 Thread Aleksandar Pejovic
On Thu, 1 Jun 2023 09:47:29 GMT, Severin Gehwolf wrote: >> The current code for cgroup support in the JDK has large and expensive >> dependencies: it uses NIO, streams, and regular expressions. This leads to >> unnecessary class loading and slows down startup, especially when the code >> is ex

Re: RFR: 8309191: Reduce JDK dependencies of cgroup support

2023-06-05 Thread Aleksandar Pejovic
On Thu, 1 Jun 2023 08:50:33 GMT, Severin Gehwolf wrote: >> The current code for cgroup support in the JDK has large and expensive >> dependencies: it uses NIO, streams, and regular expressions. This leads to >> unnecessary class loading and slows down startup, especially when the code >> is ex

Re: RFR: 8309191: Reduce JDK dependencies of cgroup support

2023-06-05 Thread Aleksandar Pejovic
On Wed, 31 May 2023 13:49:46 GMT, Aleksandar Pejovic wrote: >>> I guess I'll have to wait for OCA verification. >> >> Yes. >> >>> One failure is due to a lack of reviewers, so would you be able to do a >>> review? >> >> Yes,