With poor choices for ReservedCodeCacheSize and CodeCacheMinimumUseSize the computation of the number of compiler threads in CompilationPolicy::initialize might overflow.
This issue was discovered by [~kbarrett] while fixingJDK-8359227.
This issue was discovered by [~kbarrett] while fixing