hotspot/src/share/vm/runtime/statSampler.cpp
changeset 25715 d5a8dbdc5150
parent 22551 9bf46d16dcc6
child 27562 47f369e3c69c
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 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.
    31 #include "runtime/arguments.hpp"
    31 #include "runtime/arguments.hpp"
    32 #include "runtime/java.hpp"
    32 #include "runtime/java.hpp"
    33 #include "runtime/javaCalls.hpp"
    33 #include "runtime/javaCalls.hpp"
    34 #include "runtime/os.hpp"
    34 #include "runtime/os.hpp"
    35 #include "runtime/statSampler.hpp"
    35 #include "runtime/statSampler.hpp"
    36 #ifdef TARGET_ARCH_x86
    36 #include "runtime/vm_version.hpp"
    37 # include "vm_version_x86.hpp"
       
    38 #endif
       
    39 #ifdef TARGET_ARCH_sparc
       
    40 # include "vm_version_sparc.hpp"
       
    41 #endif
       
    42 #ifdef TARGET_ARCH_zero
       
    43 # include "vm_version_zero.hpp"
       
    44 #endif
       
    45 #ifdef TARGET_ARCH_arm
       
    46 # include "vm_version_arm.hpp"
       
    47 #endif
       
    48 #ifdef TARGET_ARCH_ppc
       
    49 # include "vm_version_ppc.hpp"
       
    50 #endif
       
    51 
    37 
    52 // --------------------------------------------------------
    38 // --------------------------------------------------------
    53 // StatSamplerTask
    39 // StatSamplerTask
    54 
    40 
    55 class StatSamplerTask : public PeriodicTask {
    41 class StatSamplerTask : public PeriodicTask {