src/share/vm/gc_implementation/parallelScavenge/psScavenge.hpp

changeset 3900
d2a62e0f25eb
parent 3540
ab4422d0ed59
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psScavenge.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psScavenge.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -71,8 +71,8 @@
     1.4    static HeapWord*           _young_generation_boundary; // The lowest address possible for the young_gen.
     1.5                                                           // This is used to decide if an oop should be scavenged,
     1.6                                                           // cards should be marked, etc.
     1.7 -  static Stack<markOop>          _preserved_mark_stack; // List of marks to be restored after failed promotion
     1.8 -  static Stack<oop>              _preserved_oop_stack;  // List of oops that need their mark restored.
     1.9 +  static Stack<markOop, mtGC> _preserved_mark_stack; // List of marks to be restored after failed promotion
    1.10 +  static Stack<oop, mtGC>     _preserved_oop_stack;  // List of oops that need their mark restored.
    1.11    static CollectorCounters*      _counters;         // collector performance counters
    1.12    static bool                    _promotion_failed;
    1.13  

mercurial