mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8072383: resolve conflicts between open and closed ports
Refactor close to remove references to closed ports Reviewed-by: kvn, simonis, dholmes
This commit is contained in:
parent
cf1f3d308b
commit
aa21fdd0c0
28 changed files with 119 additions and 305 deletions
|
@ -275,6 +275,9 @@ class LIRGenerator: public InstructionVisitor, public BlockClosure {
|
|||
|
||||
void G1SATBCardTableModRef_post_barrier(LIR_OprDesc* addr, LIR_OprDesc* new_val);
|
||||
void CardTableModRef_post_barrier(LIR_OprDesc* addr, LIR_OprDesc* new_val);
|
||||
#ifdef CARDTABLEMODREF_POST_BARRIER_HELPER
|
||||
void CardTableModRef_post_barrier_helper(LIR_OprDesc* addr, LIR_Const* card_table_base);
|
||||
#endif
|
||||
|
||||
|
||||
static LIR_Opr result_register_for(ValueType* type, bool callee = false);
|
||||
|
@ -546,6 +549,10 @@ class LIRGenerator: public InstructionVisitor, public BlockClosure {
|
|||
#ifdef ASSERT
|
||||
virtual void do_Assert (Assert* x);
|
||||
#endif
|
||||
|
||||
#ifdef C1_LIRGENERATOR_MD_HPP
|
||||
#include C1_LIRGENERATOR_MD_HPP
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue