Ignore:
Timestamp:
Feb 28, 2012, 7:49:15 PM (13 years ago)
Author:
dmik
Message:

Switch JNI calling convention from stdcall to _System on OS/2.

This makes JNI DLLs to be compatible with IBM Java (which uses
the _System cconv) and fixes applications using such DLLs (like
the standard LVMGUI and TCP/IP configuration OS/2 tools
written in Java).

File:
1 edited

Legend:

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

    r325 r339  
    9090        @echo -e 'LIBRARY jvm INITINSTANCE TERMINSTANCE \n \
    9191EXPORTS \n \
    92   JNI_GetDefaultJavaVMInitArgs = "_JNI_GetDefaultJavaVMInitArgs@4" \n \
    93   JNI_CreateJavaVM = "_JNI_CreateJavaVM@12" \n \
    94   JNI_GetCreatedJavaVMs = "_JNI_GetCreatedJavaVMs@12" \n \
    9592  _jio_snprintf \n \
    9693  _jio_printf \n \
     
    9996  _jio_vsnprintf \n \
    10097  $(AGCT_EXPORT) \
    101   JVM_GetVersionInfo = "_JVM_GetVersionInfo@12" \n \
    102   JVM_GetThreadStateNames = "_JVM_GetThreadStateNames@12" \n \
    103   JVM_GetThreadStateValues = "_JVM_GetThreadStateValues@8" \n \
    104   JVM_InitAgentProperties = "_JVM_InitAgentProperties@8" \n \
    105   JVM_FindClassFromBootLoader = "_JVM_FindClassFromBootLoader@8" \n \
    10698' > $(Def_File)
    10799
Note: See TracChangeset for help on using the changeset viewer.