Skip to content

Changes

Summary

  1. Use OMRPORT_CPU_TARGET for split list calculation (commit: 40aab8f) (details)
Commit 40aab8fd18642d69267c3c7761720204c3f5e744 by Aleksandar Micic
Use OMRPORT_CPU_TARGET for split list calculation

For Flat heap GCs, use OMRPORT_CPU_TARGET (rather than
OMRPORT_CPU_ONLINE). It really is the number of h/w threads available to
JVM process, if configured in a container or by some other OS specific
means.

Same TARGET is used for other (and indirectly related) GC thread count
caculation.

Signed-off-by: Aleksandar Micic <Aleksandar_Micic@ca.ibm.com>
(commit: 40aab8f)
The file was modified gc/base/Configuration.cpp (diff)