comparison src/share/vm/interpreter/linkResolver.cpp @ 3960:f08d439fab8c

7089790: integrate bsd-port changes Reviewed-by: kvn, twisti, jrose Contributed-by: Kurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
author never
date Sun, 25 Sep 2011 16:03:29 -0700
parents 43f9d800f276
children 1d7922586cf6
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
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,