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

changeset 2971
c9ca3f51cf41
parent 2314
f95d63e2154a
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.hpp	Wed Jun 15 10:18:04 2011 -0700
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/vmPSOperations.hpp	Thu Jun 16 15:51:57 2011 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2007, 2011, 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 @@ -32,12 +32,10 @@
    1.11  class VM_ParallelGCFailedAllocation: public VM_GC_Operation {
    1.12   private:
    1.13    size_t    _size;
    1.14 -  bool      _is_tlab;
    1.15    HeapWord* _result;
    1.16  
    1.17   public:
    1.18 -  VM_ParallelGCFailedAllocation(size_t size, bool is_tlab,
    1.19 -                                unsigned int gc_count);
    1.20 +  VM_ParallelGCFailedAllocation(size_t size, unsigned int gc_count);
    1.21  
    1.22    virtual VMOp_Type type() const {
    1.23      return VMOp_ParallelGCFailedAllocation;

mercurial