RFR: 8276766: Enable jar and jmod to produce deterministic timestamped content [v21]
Andrew Leonard
aleonard at openjdk.java.net
Thu Dec 9 22:15:18 UTC 2021
On Thu, 9 Dec 2021 18:14:13 GMT, Lance Andersen <lancea at openjdk.org> wrote:
>> Andrew Leonard has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8276766: Enable jar and jmod to produce deterministic timestamped content
>>
>> Signed-off-by: Andrew Leonard <anleonar at redhat.com>
>
> test/jdk/tools/jar/ReproducibleJar.java line 87:
>
>> 85: "2098-02-18T00:00:00-08:00",
>> 86: "2099-12-31T23:59:59+00:00"};
>> 87:
>
> I would suggest converting to a DataProvider for the test.
thanks, that's neat, not used a @DataProvider before
-------------
PR: https://git.openjdk.java.net/jdk/pull/6481
More information about the compiler-dev
mailing list