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
8244724: CTW: C2 compilation fails with "Live Node limit exceeded limit"
Summary: Fix live limit assert in node construction to be ignored during code generation in Compile::Code_Gen().
Reviewed-by: kvn, neliasso
8239782: CC_INTERP is only used by Zero interpreter
Summary: Change CC_INTERP conditional to ZERO and remove in places where unnecessary. Fix build to exclude compilers and rename CppInterpreter to ZeroInterpreter. The "C++ Interpreter" has been removed from the code a while ago.
Reviewed-by: dholmes, ihse
8247526: [TESTBUG] runtime/cds/appcds/dynamicArchive tests failing wi…
…th Graal
Summary: Adjusted the "shouldMatch" statement and increased the timeout of some tests.
Reviewed-by: iklam