hotspot/src/share/vm/runtime/java.cpp
changeset 5924 dc9d04930c82
parent 5547 f4b087cbb361
child 6176 4d9030fe341f
equal deleted inserted replaced
5915:406168b53eb0 5924:dc9d04930c82
     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