Re: RFR: JDK-8246478 Remove src/utils/reorder

2020-06-05 Thread Erik Joelsson
Looks good. /Erik On 2020-06-03 08:20, Magnus Ihse Bursie wrote: The tools in src/utils/reorder was used to produce the "reorder" map files, which were used as an early optimization technique for native libraries. We have not used reorder files for a long time; they have all been gone, but

Re: RFR: JDK-8246478 Remove src/utils/reorder

2020-06-03 Thread Ioi Lam
Looks good! Thanks - Ioi On 6/3/20 8:20 AM, Magnus Ihse Bursie wrote: The tools in src/utils/reorder was used to produce the "reorder" map files, which were used as an early optimization technique for native libraries. We have not used reorder files for a long time; they have all been gone,

RFR: JDK-8246478 Remove src/utils/reorder

2020-06-03 Thread Magnus Ihse Bursie
The tools in src/utils/reorder was used to produce the "reorder" map files, which were used as an early optimization technique for native libraries. We have not used reorder files for a long time; they have all been gone, but the reorder tool was not removed at the time. Time to fix it. Bug: