Spurious .trash folder ?
Chris Hegarty
chris.hegarty at oracle.com
Fri Jun 8 01:08:16 PDT 2012
On 08/06/12 04:17, David Holmes wrote:
> On 8/06/2012 12:09 PM, Mandy Chung wrote:
>> On 6/7/2012 6:46 PM, David Holmes wrote:
>>> In my jdk-module-image I'm finding
>>>
>>> lib/modules/.trash
>>>
>>
>> This is used during the process of module removal (jmod rm) [1]. Looks
>> like this is created at the library creation time rather than when
>> needed (first time when jmod rm is called).
Right, there are already enough potential issues that can arise during
removal, so I thought the creation of the trash directory was best done
at library creation time. Not a big deal to revisit if we want this done
lazily.
> Thanks Mandy. I would have thought a tmp directory would be used.
tmp|trash|.<dir>|%<dir>. There were not specific comments during review
time on the name so I stuck with '.trash'. Again trivial to change, but
this is internal to the library layout.
-Chris.
>
> David
>
>> Mandy
>> [1] http://hg.openjdk.java.net/jigsaw/jigsaw/jdk/rev/e38d4d5251d5
More information about the jigsaw-dev
mailing list