RFR(S): 8240734: ModuleHashes attribute not reproducible between builds

Alan Bateman Alan.Bateman at oracle.com
Thu Mar 12 09:39:54 UTC 2020


On 12/03/2020 09:30, Yangfei (Felix) wrote:
> :
> According to [1], if A requires B and C, then I suppose the hashes will be included in B and C instead of A when we do 'jmod hash --module-path jmods --hash-modules .*'.
> So for the hashed to be stored in A, we may need relations like: B requires A, and C requires A.  Am I right?
>
Right, I see there was a typo in my mail, sorry about that. It might 
help to draw the DAG and then reverse the edges to easily identify the 
modules where the hashes will be stored.

-Alan


More information about the core-libs-dev mailing list