hotspot/src/share/vm/runtime/timer.cpp
changeset 10565 dc90c239f4ec
parent 7397 5b173b4ca846
child 13754 81163e1274d7
equal deleted inserted replaced
10564:db5bf5438c0a 10565:dc90c239f4ec
    32 #ifdef TARGET_OS_FAMILY_solaris
    32 #ifdef TARGET_OS_FAMILY_solaris
    33 # include "os_solaris.inline.hpp"
    33 # include "os_solaris.inline.hpp"
    34 #endif
    34 #endif
    35 #ifdef TARGET_OS_FAMILY_windows
    35 #ifdef TARGET_OS_FAMILY_windows
    36 # include "os_windows.inline.hpp"
    36 # include "os_windows.inline.hpp"
       
    37 #endif
       
    38 #ifdef TARGET_OS_FAMILY_bsd
       
    39 # include "os_bsd.inline.hpp"
    37 #endif
    40 #endif
    38 
    41 
    39 
    42 
    40 void elapsedTimer::add(elapsedTimer t) {
    43 void elapsedTimer::add(elapsedTimer t) {
    41   _counter += t._counter;
    44   _counter += t._counter;