| Summary: | JVM crashes while running tests involving CDT | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Jesper Eskilson <jesper.eskilson> | ||||
| Component: | cdt-core | Assignee: | Project Inbox <cdt-core-inbox> | ||||
| Status: | RESOLVED NOT_ECLIPSE | QA Contact: | Doug Schaefer <cdtdoug> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | aleherb+eclipse, mario.pierro | ||||
| Version: | 8.0 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Jesper Eskilson
Created attachment 203395 [details]
JVM crash log
Additional note: specifying -Xint causes the test suites to run without any crashes, so presumably this is related to the JIT-compiler. The log indicates that the JIT compiler is crashing, which is not CDT's fault. You might want to file a bug with Oracle. As a workaround you could try to disable JIT compilation of the affected method: -XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPVisitor,createType (In reply to comment #4) > You might want to file a bug with Oracle. As a workaround you could try to > disable JIT compilation of the affected method: > > -XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPVisitor,createType This worked, thanks. I will report this to Oracle. |