mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8145117: PPC64: Remove cpp interpreter implementation
Reviewed-by: coleenp, mdoerr
This commit is contained in:
parent
2e4d7b8120
commit
39e280e4e3
15 changed files with 106 additions and 539 deletions
|
@ -24,7 +24,6 @@
|
|||
*/
|
||||
|
||||
#include "precompiled.hpp"
|
||||
#ifndef CC_INTERP
|
||||
#include "asm/macroAssembler.inline.hpp"
|
||||
#include "interpreter/bytecodeHistogram.hpp"
|
||||
#include "interpreter/interpreter.hpp"
|
||||
|
@ -1799,4 +1798,3 @@ void TemplateInterpreterGenerator::stop_interpreter_at() {
|
|||
}
|
||||
|
||||
#endif // !PRODUCT
|
||||
#endif // !CC_INTERP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue