<div dir="ltr">Thanks Thomas. I missed that G1 defaults to adaptively sizing the logical generations.<div><br></div><div>- Kris</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 28, 2013 at 9:32 PM, Thomas Schatzl <span dir="ltr"><<a href="mailto:thomas.schatzl@oracle.com" target="_blank">thomas.schatzl@oracle.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div class="im"><br>
On Wed, 2013-08-28 at 16:42 +0800, Krystal Mok wrote:<br>
> Hi Lijie,<br>
><br>
> On Wed, Aug 28, 2013 at 10:46 AM, Lijie Xu <<a href="mailto:csxulijie@gmail.com">csxulijie@gmail.com</a>><br>
> wrote:<br>
>         Thank Tao, I think I have a graph of memory layout now. I have<br>
>         another five questions:<br>
><br>
<br>
>         1) Can old space's max size be adjusted dynamically by GC<br>
>         while the JVM is running?<br>
><br>
> Yes if you're using UseParallelGC / UseParallelOldGC and<br>
> UseAdaptiveSizePolicy is on (it is on by default). Other GCs in<br>
> HotSpot don't implement adaptive size policy yet.<br>
<br>
</div>G1 too: In G1 the old gen is simply what is left over from the young gen<br>
mostly sized by pause time and total available memory.<br>
<div class="im"><br>
>         3) Whether MinorGC can copy an object directly into Old if the<br>
>         Survior hasn't enough space to hold it currently?<br>
><br>
> Yes, it could. That would be called a "premature promotion" /<br>
> "survivor space overflow".<br>
> It is even possible to directly allocate a new object in the old<br>
> generation. Assuming you can read Chinese, refer to this thread for an<br>
> example: <a href="http://hllvm.group.iteye.com/group/topic/38293" target="_blank">http://hllvm.group.iteye.com/group/topic/38293</a><br>
<br>
</div>This typically affects very large objects (large depending on the<br>
collector, e.g. too large to fit into the young generation). They are<br>
allocated directly into the old generation.<br>
<br>
Hth,<br>
  Thomas<br>
<br>
<br>
<br>
</blockquote></div><br></div>