src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp

changeset 2188
8b10f48633dc
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp	Thu Sep 16 13:45:55 2010 -0700
     1.2 +++ b/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp	Mon Sep 20 14:38:38 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2007, 2010 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 @@ -44,7 +44,7 @@
    1.11  
    1.12      int n_strides = n_threads * StridesPerThread;
    1.13      SequentialSubTasksDone* pst = sp->par_seq_tasks();
    1.14 -    pst->set_par_threads(n_threads);
    1.15 +    pst->set_n_threads(n_threads);
    1.16      pst->set_n_tasks(n_strides);
    1.17  
    1.18      int stride = 0;

mercurial