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

changeset 4037
da91efe96a93
parent 2971
c9ca3f51cf41
child 6876
710a3c8b516e
child 7686
fb69749583e8
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.hpp	Sat Sep 01 13:25:18 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -45,22 +45,6 @@
    1.11    HeapWord* result() const       { return _result; }
    1.12  };
    1.13  
    1.14 -class VM_ParallelGCFailedPermanentAllocation: public VM_GC_Operation {
    1.15 -private:
    1.16 -  size_t    _size;
    1.17 -  HeapWord* _result;
    1.18 -
    1.19 - public:
    1.20 -  VM_ParallelGCFailedPermanentAllocation(size_t size,
    1.21 -                                         unsigned int gc_count,
    1.22 -                                         unsigned int full_gc_count);
    1.23 -  virtual VMOp_Type type() const {
    1.24 -    return VMOp_ParallelGCFailedPermanentAllocation;
    1.25 -  }
    1.26 -  virtual void doit();
    1.27 -  HeapWord* result() const       { return _result; }
    1.28 -};
    1.29 -
    1.30  class VM_ParallelGCSystemGC: public VM_GC_Operation {
    1.31   public:
    1.32    VM_ParallelGCSystemGC(unsigned int gc_count, unsigned int full_gc_count,

mercurial