commit | 1550fd889b467d9866ac00a3bc7ab1f879e7f20a | [log] [tgz] |
---|---|---|
author | Coleen Phillimore <coleenp@openjdk.org> | Wed Jun 24 09:56:20 2020 -0400 |
committer | Coleen Phillimore <coleenp@openjdk.org> | Wed Jun 24 09:56:20 2020 -0400 |
tree | d110f5c1aa2e3eaf84ffd8c7ac166ed46f21c87c | |
parent | 6b251191e0fada360a69a78192d72ae705441523 [diff] |
8239782: CC_INTERP is only used by Zero interpreter 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