Re: RFR: 8303355: The Depend plugin does fully recompile when primitive type changes [v2]

2023-03-01 Thread Vicente Romero
On Wed, 1 Mar 2023 18:56:49 GMT, Jan Lahoda wrote: >> The OpenJDK build is using a Plugin called Depend to avoid building Java >> code unnecessarily. It has two parts, one is checking module APIs (and >> forces rebuild of dependent modules if a dependency changes), and second >> takes modified

Re: RFR: 8303355: The Depend plugin does fully recompile when primitive type changes [v2]

2023-03-01 Thread Jan Lahoda
On Wed, 1 Mar 2023 11:09:17 GMT, Vicente Romero wrote: >> Jan Lahoda has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Adjusting DependTest, as suggested on the review > > make/jdk/src/classes/build/tools/depend/Depend.java line 885: > >>

Re: RFR: 8303355: The Depend plugin does fully recompile when primitive type changes [v2]

2023-03-01 Thread Jan Lahoda
> The OpenJDK build is using a Plugin called Depend to avoid building Java code > unnecessarily. It has two parts, one is checking module APIs (and forces > rebuild of dependent modules if a dependency changes), and second takes > modified files in a module, and attempts to detect whether it is