comparison src/share/vm/interpreter/abstractInterpreter.hpp @ 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 3d2ab563047a
children 6759698e3140
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
53 #ifdef TARGET_OS_FAMILY_solaris 53 #ifdef TARGET_OS_FAMILY_solaris
54 # include "thread_solaris.inline.hpp" 54 # include "thread_solaris.inline.hpp"
55 #endif 55 #endif
56 #ifdef TARGET_OS_FAMILY_windows 56 #ifdef TARGET_OS_FAMILY_windows
57 # include "thread_windows.inline.hpp" 57 # include "thread_windows.inline.hpp"
58 #endif
59 #ifdef TARGET_OS_FAMILY_bsd
60 # include "thread_bsd.inline.hpp"
58 #endif 61 #endif
59 62
60 // This file contains the platform-independent parts 63 // This file contains the platform-independent parts
61 // of the abstract interpreter and the abstract interpreter generator. 64 // of the abstract interpreter and the abstract interpreter generator.
62 65