Re: RFR (T): 8242846: removed an empty file test/jdk/tools/jlink/plugins/OrderResourcesPluginTest.java

2020-04-25 Thread Alan Bateman
On 21/04/2020 04:58, Ao Qi wrote: On 2020/4/20 下午9:27, Alan Bateman wrote: On 20/04/2020 11:32, sundararajan.athijegannat...@oracle.com wrote: Hi Alan, I don't remember it now. Likely a mistake. The changeset http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/a066fe7b1b42 has that file. Perhaps i

LinkedHashMap/LinkedHashSet enhancement: OrderedMap/OrderedSet

2020-04-25 Thread Tagir Valeev
Hello! To me, it was always a pity that the internal structure of LinkedHashMap allows doing more things easily, yet this functionality is not exposed to the external clients, so if somebody really needs such things they will need to waste memory/CPU to emulate them. The functionality I'm speaking