On Tue, 22 Nov 2022 23:40:30 GMT, Magnus Ihse Bursie wrote:
>> Now that the javacserver no longer has any ambitions outside being a
>> buildtool customized for the JDK build process, a lot of abstractions and
>> generalizations can be removed.
>>
>> This will allow the actual behavior to be mo
On Tue, 22 Nov 2022 23:40:30 GMT, Magnus Ihse Bursie wrote:
>> Now that the javacserver no longer has any ambitions outside being a
>> buildtool customized for the JDK build process, a lot of abstractions and
>> generalizations can be removed.
>>
>> This will allow the actual behavior to be mo
On Tue, 22 Nov 2022 23:32:51 GMT, Magnus Ihse Bursie wrote:
>> make/langtools/tools/javacserver/client/Client.java line 148:
>>
>>> 146: cmd.addAll(Arrays.asList(conf.javaCommand().split(" ")));
>>> 147: // javacserver.server.Server is the server main class
>>> 148: cmd.a
On Tue, 22 Nov 2022 23:15:20 GMT, Erik Joelsson wrote:
> Things like incremental builds, some forced failure conditions etc?
I tested simple incremental builds but I should probably make a bit more
advanced versions where I modify different files to trigger more real-life like
scenarios, inclu
> Now that the javacserver no longer has any ambitions outside being a
> buildtool customized for the JDK build process, a lot of abstractions and
> generalizations can be removed.
>
> This will allow the actual behavior to be more clearly visible, and will help
> debugging the issues we are st