elharo commented on PR #508:
URL: https://github.com/apache/maven-jar-plugin/pull/508#issuecomment-5395170442

   A different compiler version can easily choose to perform different 
optimizations; e.g. to unroll a loop or not, while remaining fully spec 
conformant. This produces different byte code, even when compiling for the same 
Java version. I'm not sure whether determining that two different versions of 
the byte code for a method produce the same output for the same inputs is 
equivalent to solving the halting problem, but it's certainly non-trivial and 
not something I want to rely on for reproducible builds.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to