<div dir="ltr">Dear JVM experts,<br><div><br></div><div>In my gc log, there are many objects are allocated to old generations (ALLOC(Old) logs), current threshold is 15, my objects age is only 1, i.e, these objects will not be promoted to old generations, i guess is there any condition when objects will be allocated to old generations directly in G1 GC? Thanks in advance!</div><div><br></div><div><b>Excerpt of GC log:</b></div><div><br></div><div>grep "ALLOC(Old)" gc.log | wc -l<br>387<br>grep "thres" gc.log<br>Desired survivor size 1207959552 bytes, new threshold 15 (max 15)<br>Desired survivor size 1207959552 bytes, new threshold 15 (max 15)<br></div><div>- age Â  1: Â  37707272 bytes, Â  37707272 total<br></div><div><br></div><div><b>JDK version: </b></div><div>openjdk version "1.8.0_222"</div><div>OpenJDK Runtime Environment (build 1.8.0_222-b10)<br>OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)<br></div><div><br></div><div>Thanks,</div><div>Roy</div></div>