Fix Java JUnit-TestH5P failure on 32-bit arch

This commit is contained in:
Jordan Henderson 2019-04-30 15:28:30 -05:00
parent 206276d6f4
commit 0a73ce19a4
2 changed files with 5 additions and 1 deletions

View File

@ -201,7 +201,7 @@ Java_hdf_hdf5lib_H5_H5Pget_1sym_1k
done:
if (theArray)
UNPIN_LONG_ARRAY(ENVONLY, size, theArray, (status < 0) ? JNI_ABORT : 0);
UNPIN_INT_ARRAY(ENVONLY, size, theArray, (status < 0) ? JNI_ABORT : 0);
return (jint)status;
} /* end Java_hdf_hdf5lib_H5_H5Pget_1sym_1k */

View File

@ -197,6 +197,10 @@ New Features
Java Library:
----------------
- Fix a failure in JUnit-TestH5P on 32-bit architectures
(JTH - 2019/04/30)
- Duplicate the data read/write functions of Datasets for Attributes.
Region references could not be displayed for attributes as they could