Ignore:
Timestamp:
Feb 15, 2012, 4:45:07 PM (14 years ago)
Author:
dmik
Message:

Adopt to the new platform dispatching defines.

Location:
trunk/openjdk/hotspot/src/cpu/x86/vm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/hotspot/src/cpu/x86/vm/bytes_x86.hpp

    r309 r313  
    8080#endif
    8181#ifdef TARGET_OS_ARCH_windows_x86
    82 # include "bytes_windows_x86.inline.hpp"
     82# ifdef TARGET_OS_FAMILY_os2
     83#  include "bytes_os2_x86.inline.hpp"
     84# else
     85#  include "bytes_windows_x86.inline.hpp"
     86# endif
    8387#endif
    8488
  • trunk/openjdk/hotspot/src/cpu/x86/vm/copy_x86.hpp

    r309 r313  
    3636#endif
    3737#ifdef TARGET_OS_ARCH_windows_x86
    38 # include "copy_windows_x86.inline.hpp"
     38# ifdef TARGET_OS_FAMILY_os2
     39#  include "copy_os2_x86.inline.hpp"
     40# else
     41#  include "copy_windows_x86.inline.hpp"
     42# endif
    3943#endif
    4044
Note: See TracChangeset for help on using the changeset viewer.