src/share/vm/runtime/java.cpp

changeset 1999
2a47bd84841f
parent 1907
c18cbe5936b8
child 2036
126ea7725993
equal deleted inserted replaced
1990:a693e51ac197 1999:2a47bd84841f
1 /* 1 /*
2 * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
430 os::terminate_signal_thread(); 430 os::terminate_signal_thread();
431 431
432 print_statistics(); 432 print_statistics();
433 Universe::heap()->print_tracing_info(); 433 Universe::heap()->print_tracing_info();
434 434
435 VTune::exit();
436
437 { MutexLocker ml(BeforeExit_lock); 435 { MutexLocker ml(BeforeExit_lock);
438 _before_exit_status = BEFORE_EXIT_DONE; 436 _before_exit_status = BEFORE_EXIT_DONE;
439 BeforeExit_lock->notify_all(); 437 BeforeExit_lock->notify_all();
440 } 438 }
441 439

mercurial