8145117: PPC64: Remove cpp interpreter implementation

Reviewed-by: coleenp, mdoerr
This commit is contained in:
Goetz Lindenmaier 2015-12-10 16:18:25 +01:00
parent 2e4d7b8120
commit 39e280e4e3
15 changed files with 106 additions and 539 deletions

View file

@ -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