src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.hpp

changeset 2532
c798c277ddd1
parent 2314
f95d63e2154a
child 2647
a181f3a124dd
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.hpp	Thu Feb 03 16:06:01 2011 -0500
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.hpp	Thu Feb 03 20:49:09 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 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 @@ -132,8 +132,7 @@
    1.11    VM_GenCollectFullConcurrent(unsigned int gc_count_before,
    1.12                                unsigned int full_gc_count_before,
    1.13                                GCCause::Cause gc_cause)
    1.14 -    : VM_GC_Operation(gc_count_before, full_gc_count_before, true /* full */) {
    1.15 -    _gc_cause = gc_cause;
    1.16 +    : VM_GC_Operation(gc_count_before, gc_cause, full_gc_count_before, true /* full */) {
    1.17      assert(FullGCCount_lock != NULL, "Error");
    1.18      assert(UseAsyncConcMarkSweepGC, "Else will hang caller");
    1.19    }

mercurial