mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8074457: Remove the non-Zero CPP Interpreter
Remove cppInterpreter assembly files and reorganize InterpreterGenerator includes Reviewed-by: goetz, bdelsart
This commit is contained in:
parent
d6e95be627
commit
ac0d55c188
109 changed files with 480 additions and 8364 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -41,7 +41,6 @@ friend class Runtime1;
|
|||
friend class StubAssembler;
|
||||
friend class CallRuntimeDirectNode;
|
||||
friend class MacroAssembler;
|
||||
friend class InterpreterGenerator;
|
||||
friend class LIR_Assembler;
|
||||
friend class GraphKit;
|
||||
friend class StubGenerator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue