src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp

changeset 4299
f34d701e952e
parent 3900
d2a62e0f25eb
child 4739
ca9580859cf4
     1.1 --- a/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp	Tue Nov 27 10:13:20 2012 +0100
     1.2 +++ b/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp	Tue Nov 27 14:20:21 2012 +0100
     1.3 @@ -28,19 +28,7 @@
     1.4  #include "gc_implementation/shared/spaceDecorator.hpp"
     1.5  #include "memory/sharedHeap.hpp"
     1.6  #include "oops/oop.inline.hpp"
     1.7 -#ifdef TARGET_OS_FAMILY_linux
     1.8 -# include "thread_linux.inline.hpp"
     1.9 -#endif
    1.10 -#ifdef TARGET_OS_FAMILY_solaris
    1.11 -# include "thread_solaris.inline.hpp"
    1.12 -#endif
    1.13 -#ifdef TARGET_OS_FAMILY_windows
    1.14 -# include "thread_windows.inline.hpp"
    1.15 -#endif
    1.16 -#ifdef TARGET_OS_FAMILY_bsd
    1.17 -# include "thread_bsd.inline.hpp"
    1.18 -#endif
    1.19 -
    1.20 +#include "runtime/thread.inline.hpp"
    1.21  
    1.22  MutableNUMASpace::MutableNUMASpace(size_t alignment) : MutableSpace(alignment) {
    1.23    _lgrp_spaces = new (ResourceObj::C_HEAP, mtGC) GrowableArray<LGRPSpace*>(0, true);

mercurial