8130274: java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal
Summary: Make UnixFileStore.equals() also compare the return values of name(), the names of the mounted filesystems.
Reviewed-by: alanb
8132505: Signature of Java_sun_nio_ch_Net_socket0 should return jint not int
Summary: Change return type of Java_sun_nio_ch_Net_socket0 from int to jint
Reviewed-by: alanb