You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue 19152 reported Liberty slow start with Semeru 17.0.9.
Starting the same configuration with Semeru 17.0.10 results in many unexpected system GCs during startup - by contrast, starting with Semeru 17.0.9 caused no system GCs, and no global GCs. The "extra" system GCs with Semeru 17.0.10 all have reason "rasdump" which is confusing since no dumps were generated.
Verbose GC logs for startup of a Liberty configuration with Semeru 17.0.9 and Semeru 17.0.10 are attached.
In the process of doing classes retransformation VM calls SystemGC to eliminate dark matter and walks objects in the heap. This is intentional but not effective enough unfortunately. @jdmpapin and @TobiAjila currently working for better approach for 0.44. We hope this fix should not touch GC code.
For tracking, the gc was introduced/modified by the following added in 17.0.10 #18236 #18762
which fixed issues with the following added in 17.0.9 #17850
Issue 19152 reported Liberty slow start with Semeru 17.0.9.
Starting the same configuration with Semeru 17.0.10 results in many unexpected system GCs during startup - by contrast, starting with Semeru 17.0.9 caused no system GCs, and no global GCs. The "extra" system GCs with Semeru 17.0.10 all have reason "rasdump" which is confusing since no dumps were generated.
Verbose GC logs for startup of a Liberty configuration with Semeru 17.0.9 and Semeru 17.0.10 are attached.
verbosegc.137819.001.JDK17.0.9.log
verbosegc.137595.001.JDK17.0.10.log
The text was updated successfully, but these errors were encountered: