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).

Location:
trunk/openjdk/jdk/make/jpda/transport
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/jpda/transport/shmem/Makefile

    r278 r339  
    8585        @$(ECHO) "LIBRARY $(LIBRARY_NAME) INITINSTANCE TERMINSTANCE" > $@
    8686        @$(ECHO) 'EXPORTS \n \
    87   jdwpTransport_OnLoad = "_jdwpTransport_OnLoad@16" \n \
     87  jdwpTransport_OnLoad \n \
    8888' >> $@
    8989
  • trunk/openjdk/jdk/make/jpda/transport/socket/Makefile

    r278 r339  
    9999        @$(ECHO) "LIBRARY $(LIBRARY_NAME) INITINSTANCE TERMINSTANCE" > $@
    100100        @$(ECHO) 'EXPORTS \n \
    101   jdwpTransport_OnLoad = "_jdwpTransport_OnLoad@16" \n \
     101  jdwpTransport_OnLoad \n \
    102102' >> $@
    103103
Note: See TracChangeset for help on using the changeset viewer.