On Wed, 24 Nov 2021 16:43:10 GMT, Lance Andersen <lan...@openjdk.org> wrote:
>> Andrew Leonard has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains five commits: >> >> - 8276766: Enable jar and jmod to produce deterministic timestamped content >> >> Signed-off-by: Andrew Leonard <anleo...@redhat.com> >> - 8276766: Enable jar and jmod to produce deterministic timestamped content >> >> Signed-off-by: Andrew Leonard <anleo...@redhat.com> >> - 8276766: Enable jar and jmod to produce deterministic timestamped content >> >> Signed-off-by: Andrew Leonard <anleo...@redhat.com> >> - 8276766: Enable jar and jmod to produce deterministic timestamped content >> >> Signed-off-by: Andrew Leonard <anleo...@redhat.com> >> - 8276766: Enable jar and jmod to produce deterministic timestamped content >> >> Signed-off-by: Andrew Leonard <anleo...@redhat.com> > > test/jdk/tools/jar/JarEntryTime.java line 129: > >> 127: // Make a jar file from that directory structure with >> 128: // --source-date set to epoch seconds 1647302400 (15/03/2022) >> 129: long sourceDate = 1647302400L; > > Please consider adding a few before Epoch test values. @LanceAndersen java File times can't be before the epoch, but having a test before dostime 1980 would be useful ------------- PR: https://git.openjdk.java.net/jdk/pull/6481