RFR(XXL): 8079792: GC directory structure cleanup
    Derek White 
    derek.white at oracle.com
       
    Tue May 12 18:08:40 UTC 2015
    
    
  
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.
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