Skip to content

Conversation

@nresare
Copy link

@nresare nresare commented Jun 6, 2015

With jvm 1.8.0_40 (OSX) subprocess invocation fails with
"CICompilerCount of 1 is invalid; must be at least 2", so upping
to 2, and lo and behold, the unit tests work.

With jvm 1.8.0_40 (OSX) subprocess invocation fails with
"CICompilerCount of 1 is invalid; must be at least 2", so upping
to 2, and lo and behold, the unit tests work.
@paulduffin
Copy link
Contributor

I think that a better solution that will give more consistent results is to disable TieredCompilation. So, leave the CICompilerCount line as is and add this straight after.

  // disable tiered compilation otherwise setting CICompilerCount=1 is invalid
  "-XX:-TieredCompilation",

@cpovirk cpovirk added the P4 label Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants