hotspot/src/share/vm/memory/threadLocalAllocBuffer.hpp
changeset 25715 d5a8dbdc5150
parent 22552 a29022212180
child 28511 3de39f0478f8
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2014, 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_MEMORY_THREADLOCALALLOCBUFFER_HPP
    26 #define SHARE_VM_MEMORY_THREADLOCALALLOCBUFFER_HPP
    27 
    27 
    28 #include "gc_implementation/shared/gcUtil.hpp"
    28 #include "gc_implementation/shared/gcUtil.hpp"
    29 #include "oops/typeArrayOop.hpp"
    29 #include "oops/typeArrayOop.hpp"
    30 #include "runtime/perfData.hpp"
    30 #include "runtime/perfData.hpp"
       
    31 #include "runtime/vm_version.hpp"
    31 
    32 
    32 class GlobalTLABStats;
    33 class GlobalTLABStats;
    33 
    34 
    34 // ThreadLocalAllocBuffer: a descriptor for thread-local storage used by
    35 // ThreadLocalAllocBuffer: a descriptor for thread-local storage used by
    35 // the threads for allocation.
    36 // the threads for allocation.