src/share/vm/runtime/vmThread.cpp

changeset 1695
8859772195c6
parent 1554
547f81740344
child 1759
e392695de029
     1.1 --- a/src/share/vm/runtime/vmThread.cpp	Mon Feb 08 14:23:01 2010 -0500
     1.2 +++ b/src/share/vm/runtime/vmThread.cpp	Tue Feb 09 13:56:09 2010 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1998-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1998-2010 Sun Microsystems, Inc.  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 @@ -426,11 +426,6 @@
    1.11        // follow that also require a safepoint
    1.12        if (_cur_vm_operation->evaluate_at_safepoint()) {
    1.13  
    1.14 -        if (PrintGCApplicationConcurrentTime) {
    1.15 -           gclog_or_tty->print_cr("Application time: %3.7f seconds",
    1.16 -                                  RuntimeService::last_application_time_sec());
    1.17 -        }
    1.18 -
    1.19          _vm_queue->set_drain_list(safepoint_ops); // ensure ops can be scanned
    1.20  
    1.21          SafepointSynchronize::begin();
    1.22 @@ -477,12 +472,6 @@
    1.23          // Complete safepoint synchronization
    1.24          SafepointSynchronize::end();
    1.25  
    1.26 -        if (PrintGCApplicationStoppedTime) {
    1.27 -          gclog_or_tty->print_cr("Total time for which application threads "
    1.28 -                                 "were stopped: %3.7f seconds",
    1.29 -                                 RuntimeService::last_safepoint_time_sec());
    1.30 -        }
    1.31 -
    1.32        } else {  // not a safepoint operation
    1.33          if (TraceLongCompiles) {
    1.34            elapsedTimer t;

mercurial