Re: RFR: 8282493: Add --with-jcov-modules convenience option

2025-04-21 Thread Sergey Bylokhov
On Mon, 7 Apr 2025 08:45:13 GMT, Magnus Ihse Bursie wrote: > Allow the user to set "--with-jcov-modules=java.desktop", instead of > "--with-jcov-filters=--include-modules java.desktop", since this is one of > the common use cases for the filtering. Description of the new option can be added to

Re: RFR: 8354919: Move HotSpot .editorconfig into the global .editorconfig

2025-04-21 Thread Julian Waters
On Sun, 20 Apr 2025 23:47:15 GMT, Chen Liang wrote: > I think the original hotspot location may be fine - each subject area has its > own styles. For example, in jdk.hotspot.agent, even c and java source files > have indentation of 2 spaces, unlike those in java.base. Ideally we'd just have on