-
Enhancement
-
Resolution: Fixed
-
P3
-
7
-
b121
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2208056 | OpenJDK6 | James Holmlund | P3 | Resolved | Fixed | b23 |
Currently, files in a directory are processed in the natural order provided by File.list. This can lead to non-determinism in a compilation, which can make it hard to track down file-related issues.
We should have a hidden option to list the files in a deterministic order.
e.g. -XDsortfiles[:reverse]
We should have a hidden option to list the files in a deterministic order.
e.g. -XDsortfiles[:reverse]
- backported by
-
JDK-2208056 add option to list directory in deterministic order
- Resolved
- relates to
-
JDK-7002986 (pack200) intermittent failures compiling pack200
- Closed