RFR (XS) 8006851: When TieredCompilation is set, max code cache should be bumped to 256mb

Azeem Jiva azeem.jiva at oracle.com
Wed Feb 6 11:57:05 PST 2013


After thinking about this, maybe setting initial code cache isn't all 
that necessary?  Really only FMW apps need that much code cache and not 
necessarily initially. We should let the code cache grow organically.  
Also you'll need a check to make sure that the user didn't set the code 
cache already, otherwise you are overriding their preferences :)



On 2/6/2013 11:43 AM, Morris Meyer wrote:
> Folks,
>
> I'd like to get this small change reviewed.  Per the workflow this has 
> gone through JPRT.
>
> Thanks in advance,
>
>         --morris
>
> JBS - https://jbs.oracle.com/bugs/browse/JDK-8006851
> WEBREV - http://cr.openjdk.java.net/~morris/8006851



More information about the hotspot-compiler-dev mailing list