Setting file lengths
--------------------
Conversion problems
Should we have JVM functions with the file length always as a 64-bit
quantity for huge databases etc.?
Why does JVM_Lseek take a jint, but JVM_SetLength a jlong for the file
position parameter.
Should there be conversion macros for jlong_to_ll and ll_to_jlong?
--------------------
Conversion problems
Should we have JVM functions with the file length always as a 64-bit
quantity for huge databases etc.?
Why does JVM_Lseek take a jint, but JVM_SetLength a jlong for the file
position parameter.
Should there be conversion macros for jlong_to_ll and ll_to_jlong?
- duplicates
-
JDK-4116672 java.io does not support large files >2GB
-
- Closed
-