Index: modules/luni/src/main/native/luni/shared/nethelp.c =================================================================== --- modules/luni/src/main/native/luni/shared/nethelp.c (revision 527779) +++ modules/luni/src/main/native/luni/shared/nethelp.c (working copy) @@ -388,7 +388,7 @@ if (!errorCodeExClass){ return; } - errorCodeExConstructor = (*env)->GetMethodID(env,errorCodeExClass,"init","(I)V"); + errorCodeExConstructor = (*env)->GetMethodID(env,errorCodeExClass,"","(I)V"); if (!errorCodeExConstructor){ return; } @@ -397,7 +397,7 @@ if (!socketExClass) { return; } - socketExConstructor = (*env)->GetMethodID(env,socketExClass,"init","(Ljava/lang/String;)V"); + socketExConstructor = (*env)->GetMethodID(env,socketExClass,"","(Ljava/lang/String;)V"); if (!socketExConstructor) { return; }