hotspot/src/share/vm/utilities/events.hpp
changeset 46560 388aa8d67c80
parent 37466 287c4ebd11b0
equal deleted inserted replaced
46557:eb30f7891bae 46560:388aa8d67c80
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2017, 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.
    26 #define SHARE_VM_UTILITIES_EVENTS_HPP
    26 #define SHARE_VM_UTILITIES_EVENTS_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "runtime/mutexLocker.hpp"
    29 #include "runtime/mutexLocker.hpp"
    30 #include "runtime/thread.hpp"
    30 #include "runtime/thread.hpp"
       
    31 #include "utilities/formatBuffer.hpp"
    31 #include "utilities/vmError.hpp"
    32 #include "utilities/vmError.hpp"
    32 
    33 
    33 // Events and EventMark provide interfaces to log events taking place in the vm.
    34 // Events and EventMark provide interfaces to log events taking place in the vm.
    34 // This facility is extremly useful for post-mortem debugging. The eventlog
    35 // This facility is extremly useful for post-mortem debugging. The eventlog
    35 // often provides crucial information about events leading up to the crash.
    36 // often provides crucial information about events leading up to the crash.