You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were a lot of "Unhandled exception/Stack Backtrace" blocks interleaved with each other in the log - I think they're mostly the same, other than the Method_being_compiled, and I think what I extracted above is right.
The text was updated successfully, but these errors were encountered:
Also note that the compiler won't build with -DDEBUG with the default Ubuntu 22 docker image due to eclipse-omr/omr#7402. I think Ubuntu 20 should be fine, at least, or the fatal warnings option should be turned off.
I see that in eclipse-omr/omr#7345 there was a similar assertion that came up in testing, and the solution was apparently this in omr/compiler/il/OMRNode.cpp:
I tried compiling JDK21 with the JIT in debug mode using the extra flags:
The JDK image appears to fail consistently with
There were a lot of "Unhandled exception/Stack Backtrace" blocks interleaved with each other in the log - I think they're mostly the same, other than the
Method_being_compiled
, and I think what I extracted above is right.The text was updated successfully, but these errors were encountered: