src/share/vm/gc_implementation/shared/markSweep.cpp

changeset 1415
c3c4a1d3801a
parent 1376
8b46c4d82093
child 1417
7a102acc9f17
child 1432
46b819ba120b
     1.1 --- a/src/share/vm/gc_implementation/shared/markSweep.cpp	Fri Sep 18 06:02:17 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/shared/markSweep.cpp	Wed Sep 23 11:36:06 2009 -0700
     1.3 @@ -73,7 +73,6 @@
     1.4    follow_stack();
     1.5  }
     1.6  
     1.7 -#if ( defined(COMPILER1) || defined(COMPILER2) )
     1.8  void MarkSweep::revisit_mdo(DataLayout* p) {
     1.9    _revisit_mdo_stack->push(p);
    1.10  }
    1.11 @@ -92,7 +91,6 @@
    1.12    }
    1.13    follow_stack();
    1.14  }
    1.15 -#endif //  ( COMPILER1 || COMPILER2 )
    1.16  
    1.17  MarkSweep::FollowRootClosure  MarkSweep::follow_root_closure;
    1.18  

mercurial