Changeset 63


Ignore:
Timestamp:
Jul 16, 2010, 9:37:35 AM (15 years ago)
Author:
dmik
Message:

hotspot/src: Added forwarder of OS/2 DLL init/term calls to DllMain().

Location:
trunk/openjdk/hotspot
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/hotspot/make/os2/makefiles/product.make

    r60 r63  
    4646Obj_Files += os2_x86_32.obj
    4747
     48# Various OS/2 specific sources
     49# Not included in includeDB because they don't match the logic of that file
     50# (it expects only one platform at a time which is windows for now)
     51Obj_Files += os_os2.obj
     52
    4853HS_BUILD_ID = $(HS_BUILD_VER)
    4954
  • trunk/openjdk/hotspot/make/os2/makefiles/vm.make

    r59 r63  
    127127  $(WorkSpace)/src/share/vm/libadt      \
    128128  $(WorkSpace)/src/share/vm/opto        \
    129   $(WorkSpace)/src/os/windows/vm          \
     129  $(WorkSpace)/src/os/windows/vm        \
     130  $(WorkSpace)/src/os/os2/vm            \
    130131  $(WorkSpace)/src/os_cpu/windows_$(Platform_arch)/vm \
    131132  $(WorkSpace)/src/os_cpu/os2_$(Platform_arch)/vm \
Note: See TracChangeset for help on using the changeset viewer.