Faster incremental OpenJDK compilation

Maurizio Cimadamore maurizio.cimadamore at oracle.com
Wed May 6 16:48:18 UTC 2020


On 06/05/2020 16:30, Jan Lahoda wrote:
> I wonder if this would sound interesting to developers working on base 
> modules, like java.base.

This would be extremely good. When working on Valhalla/Panama it 
happened to me quite frequently that, when changing something in the 
_implementation_ of one of the core classes (var handle, method handle, 
you name it), as a result, everything else needs to be recompiled.

After having witnessed some of the attempts with dependency tracking 
with sjavac, my personal feeling is that simpler is better - and what 
you have might well be a sweet spot in terms of complexity vs. benefits 
ratio.

Maurizio



More information about the ide-support-dev mailing list