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

The workaround for new JIT bug into eclipse.ini generates new output on every run of Eclipse #3312

Open
jonahgraham opened this issue Nov 14, 2024 · 1 comment

Comments

@jonahgraham
Copy link
Contributor

#2954 added -XX:CompileCommand=exclude org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteAnalyzer::getExtendedRange to the eclipse.ini. This means on every invocation of eclipse we have a new (additional) line of output like:

$ ./eclipse/eclipse -data data 
CompileCommand: exclude org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.getExtendedRange bool exclude = true

This output can be suppressed with -XX:CompileCommand=quiet being before the new line in the eclipse.ini.

@stephan-herrmann is this a suitable thing to add to the eclipse.ini too?

@stephan-herrmann
Copy link
Contributor

This output can be suppressed with -XX:CompileCommand=quiet being before the new line in the eclipse.ini.

@stephan-herrmann is this a suitable thing to add to the eclipse.ini too?

No objections from my side.

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