mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
6884552: remove some unnecessary #ifdef's introduced in the fix for 4957990
Removed the unnecessary #ifdef's which were interfering with the build of the Zero-assembler port Reviewed-by: ysr, jcoomes
This commit is contained in:
parent
0b2a3eda9c
commit
a6a41760f1
2 changed files with 0 additions and 4 deletions
|
@ -73,7 +73,6 @@ void MarkSweep::follow_weak_klass_links() {
|
|||
follow_stack();
|
||||
}
|
||||
|
||||
#if ( defined(COMPILER1) || defined(COMPILER2) )
|
||||
void MarkSweep::revisit_mdo(DataLayout* p) {
|
||||
_revisit_mdo_stack->push(p);
|
||||
}
|
||||
|
@ -92,7 +91,6 @@ void MarkSweep::follow_mdo_weak_refs() {
|
|||
}
|
||||
follow_stack();
|
||||
}
|
||||
#endif // ( COMPILER1 || COMPILER2 )
|
||||
|
||||
MarkSweep::FollowRootClosure MarkSweep::follow_root_closure;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue