src/share/vm/utilities/workgroup.cpp

changeset 2651
92da084fefc9
parent 2314
f95d63e2154a
child 3294
bca17e38de00
     1.1 --- a/src/share/vm/utilities/workgroup.cpp	Wed Mar 16 10:37:08 2011 -0700
     1.2 +++ b/src/share/vm/utilities/workgroup.cpp	Thu Mar 17 10:32:46 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 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 @@ -156,7 +156,7 @@
    1.11      tty->print_cr("/nFinished work gang %s: %d/%d sequence %d",
    1.12                    name(), finished_workers(), total_workers(),
    1.13                    _sequence_number);
    1.14 -    }
    1.15 +  }
    1.16  }
    1.17  
    1.18  void AbstractWorkGang::stop() {

mercurial