Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Worker VM initialization fails with TieredCompilation enabled on JRE8 #1

Open
patrickpilch opened this issue Apr 12, 2015 · 1 comment

Comments

@patrickpilch
Copy link

I tried running some benchmarks on Java 8 and got an error "CICompilerCount of 1 is invalid; must be at least 2"

As far as I know, TieredCompilation was introduced in Java 7 but not enabled by default. It seems to be enabled by default for Java 8, so both the client and server compilers need their own threads.

Simply disabling it with -XX:-TieredCompliation does the trick, but I was wondering if this could be addressed in the caliper codebase.

@paulduffin
Copy link

This has been raised against the wrong repository. You need to raise it against https://github.com/google/caliper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants