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

-XX:CICompilerCount=2 vmOption does not apply #400

Open
YemingHuang opened this issue May 14, 2018 · 0 comments
Open

-XX:CICompilerCount=2 vmOption does not apply #400

YemingHuang opened this issue May 14, 2018 · 0 comments
Labels

Comments

@YemingHuang
Copy link

It's a known bug that since one of the build from Java 8 Tiered Compiler is turned on by default. And running benchmark without @VmOptions({"-XX:-TieredCompilation"}) will cause below error:

[stderr] CICompilerCount of 1 is invalid; must be at least 2

Turning off TieredCompilation is not desirable in benchmark. I tried adding @VmOptions({":CICompilerCount=2"}). But error "CICompilerCount of 1" persists.

Please advise how do I work this around without having to reset tiered compilation?

@cpovirk cpovirk added the P3 label Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants