src/hotspot/share/logging/logDecorations.hpp
changeset 49621 5ef28d560b6f
parent 49364 601146c66cad
child 53244 9807daeb47c4
equal deleted inserted replaced
49620:f6e5a1e3a862 49621:5ef28d560b6f
    24 #ifndef SHARE_VM_LOGGING_LOGDECORATIONS_HPP
    24 #ifndef SHARE_VM_LOGGING_LOGDECORATIONS_HPP
    25 #define SHARE_VM_LOGGING_LOGDECORATIONS_HPP
    25 #define SHARE_VM_LOGGING_LOGDECORATIONS_HPP
    26 
    26 
    27 #include "logging/logDecorators.hpp"
    27 #include "logging/logDecorators.hpp"
    28 #include "logging/logTagSet.hpp"
    28 #include "logging/logTagSet.hpp"
    29 #include "memory/allocation.hpp"
       
    30 
    29 
    31 // Temporary object containing the necessary data for a log call's decorations (timestamps, etc).
    30 // Temporary object containing the necessary data for a log call's decorations (timestamps, etc).
    32 class LogDecorations {
    31 class LogDecorations {
    33  public:
    32  public:
    34   static const int DecorationsBufferSize = 256;
    33   static const int DecorationsBufferSize = 256;