< prev index next >

make/mapfiles/libjava/mapfile-vers

Print this page
rev 14890 : 8158023: SocketExceptions contain too little information sometimes


  39                 JNU_CopyObjectArray;
  40                 JNU_Equals;
  41                 JNU_GetEnv;
  42                 JNU_GetFieldByName;
  43                 JNU_GetStaticFieldByName;
  44                 JNU_GetStringPlatformChars;
  45                 JNU_IsInstanceOfByName;
  46                 JNU_MonitorWait;
  47                 JNU_NewObjectByName;
  48                 JNU_NewStringPlatform;
  49                 JNU_Notify;
  50                 JNU_NotifyAll;
  51                 JNU_PrintClass;
  52                 JNU_PrintString;
  53                 JNU_ReleaseStringPlatformChars;
  54                 JNU_SetFieldByName;
  55                 JNU_SetStaticFieldByName;
  56                 JNU_ThrowArrayIndexOutOfBoundsException;
  57                 JNU_ThrowByName;
  58                 JNU_ThrowByNameWithLastError;

  59                 JNU_ThrowClassNotFoundException;
  60                 JNU_ThrowIllegalAccessError;
  61                 JNU_ThrowIllegalAccessException;
  62                 JNU_ThrowIllegalArgumentException;
  63                 JNU_ThrowInstantiationException;
  64                 JNU_ThrowInternalError;
  65                 JNU_ThrowIOException;
  66                 JNU_ThrowIOExceptionWithLastError;
  67                 JNU_ThrowNoSuchFieldError;
  68                 JNU_ThrowNoSuchFieldException;
  69                 JNU_ThrowNoSuchMethodError;
  70                 JNU_ThrowNullPointerException;
  71                 JNU_ThrowNumberFormatException;
  72                 JNU_ThrowOutOfMemoryError;
  73                 JNU_ThrowStringIndexOutOfBoundsException;
  74                 JNU_ToString;
  75 
  76                 Java_java_io_FileDescriptor_initIDs;
  77                 Java_java_io_FileDescriptor_sync;
  78                 Java_java_io_FileDescriptor_getAppend;




  39                 JNU_CopyObjectArray;
  40                 JNU_Equals;
  41                 JNU_GetEnv;
  42                 JNU_GetFieldByName;
  43                 JNU_GetStaticFieldByName;
  44                 JNU_GetStringPlatformChars;
  45                 JNU_IsInstanceOfByName;
  46                 JNU_MonitorWait;
  47                 JNU_NewObjectByName;
  48                 JNU_NewStringPlatform;
  49                 JNU_Notify;
  50                 JNU_NotifyAll;
  51                 JNU_PrintClass;
  52                 JNU_PrintString;
  53                 JNU_ReleaseStringPlatformChars;
  54                 JNU_SetFieldByName;
  55                 JNU_SetStaticFieldByName;
  56                 JNU_ThrowArrayIndexOutOfBoundsException;
  57                 JNU_ThrowByName;
  58                 JNU_ThrowByNameWithLastError;
  59                 JNU_ThrowByNameWithMessageAndLastError;
  60                 JNU_ThrowClassNotFoundException;
  61                 JNU_ThrowIllegalAccessError;
  62                 JNU_ThrowIllegalAccessException;
  63                 JNU_ThrowIllegalArgumentException;
  64                 JNU_ThrowInstantiationException;
  65                 JNU_ThrowInternalError;
  66                 JNU_ThrowIOException;
  67                 JNU_ThrowIOExceptionWithLastError;
  68                 JNU_ThrowNoSuchFieldError;
  69                 JNU_ThrowNoSuchFieldException;
  70                 JNU_ThrowNoSuchMethodError;
  71                 JNU_ThrowNullPointerException;
  72                 JNU_ThrowNumberFormatException;
  73                 JNU_ThrowOutOfMemoryError;
  74                 JNU_ThrowStringIndexOutOfBoundsException;
  75                 JNU_ToString;
  76 
  77                 Java_java_io_FileDescriptor_initIDs;
  78                 Java_java_io_FileDescriptor_sync;
  79                 Java_java_io_FileDescriptor_getAppend;


< prev index next >