RFR(XXL): 8079792: GC directory structure cleanup
Per Liden
per.liden at oracle.com
Wed May 13 08:32:45 UTC 2015
Hi Derek,
> On 12 May 2015, at 20:08, Derek White <derek.white at oracle.com> wrote:
>
> On 5/12/15 6:16 AM, Per Liden wrote:
>> Hi,
>>
>> As previously mentioned [1], the GC team is doing a cleanup of the directory structure for the GC code. Here's the patch for that cleanup.
>>
>> First, a recap of the new directory structure:
>>
>> - A single "top-level" directory for GC code:
>> src/share/vm/gc/
>>
>> - One sub-directory per GC:
>> src/share/vm/gc/cms/
>> src/share/vm/gc/g1/
>> src/share/vm/gc/parallel/
>> src/share/vm/gc/serial/
>>
>> - A single directory for common/shared GC code:
>> src/share/gc/shared/
>
> Typo? I think you meant:
> src/share/vm/gc/shared/
>
> That's what the webrev looks like.
Ah yes, that’s a typo.
cheers,
/Per
>
> Looking forward to the simpler structure (luckily my fingers don't have the old structure memorized :-)
>
> - Derek
More information about the hotspot-dev
mailing list