Ignore:
Timestamp:
Mar 9, 2011, 9:38:55 PM (14 years ago)
Author:
dmik
Message:

jdk: Provide common DllMain() code that calls static destructors when the DLL is detached from the process at termination and use it in JAWTOS2.DLL and JSOUND*.DLL. This fixes crashes in WGSS50.DLL and KERNEL32.DLL during Java process termination when running some applications (e.g. any application using sound, see #78 for details).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/common/Library.gmk

    r245 r274  
    340340OTHER_INCLUDES += -I$(PLATFORM_SRC_OS2)/native/common
    341341OTHER_INCLUDES += -I$(PLATFORM_SRC_OS2)/native/$(PKGDIR)
     342# path to common code used by many DLLs
     343vpath %.cpp $(PLATFORM_SRC_OS2)/native/common
    342344endif
    343345
Note: See TracChangeset for help on using the changeset viewer.