hotspot/src/share/vm/interpreter/linkResolver.cpp
changeset 10565 dc90c239f4ec
parent 10250 0794cd144834
child 13391 30245956af37
equal deleted inserted replaced
10564:db5bf5438c0a 10565:dc90c239f4ec
    50 # include "thread_solaris.inline.hpp"
    50 # include "thread_solaris.inline.hpp"
    51 #endif
    51 #endif
    52 #ifdef TARGET_OS_FAMILY_windows
    52 #ifdef TARGET_OS_FAMILY_windows
    53 # include "thread_windows.inline.hpp"
    53 # include "thread_windows.inline.hpp"
    54 #endif
    54 #endif
       
    55 #ifdef TARGET_OS_FAMILY_bsd
       
    56 # include "thread_bsd.inline.hpp"
       
    57 #endif
    55 
    58 
    56 //------------------------------------------------------------------------------------------------------------------------
    59 //------------------------------------------------------------------------------------------------------------------------
    57 // Implementation of FieldAccessInfo
    60 // Implementation of FieldAccessInfo
    58 
    61 
    59 void FieldAccessInfo::set(KlassHandle klass, Symbol* name, int field_index, int field_offset,
    62 void FieldAccessInfo::set(KlassHandle klass, Symbol* name, int field_index, int field_offset,