History log of /openjdk10/jdk/src/java.base/unix/native/libjava/io_util_md.c
Revision Date Author Comments
# 16415:8b55846dd69d 20-Dec-2016 bpb

8171452: (ch) linux io_util_md: Operation not supported exception after 8168628
Summary: On Linux, fall back to ftruncate64() if fallocate64() fails
Reviewed-by: mdoerr, alanb


# 16221:c0af0f58d538 02-Dec-2016 bpb

8168628: (fc) SIGBUS when extending file size to map it
Summary: Synchronize file extension and subsequent map0(); on Linux use fallocate64() instead of ftruncate64().
Reviewed-by: rehn, simonis, alanb


# 13426:2f829a220cda 18-Dec-2015 vtewari

4823133: RandomAccessFile.length() is not thread-safe
Summary: RandomAccessFile.length() is not thread-safe
Reviewed-by: rriggs, dfuchs, martin, dsamersoff


# 10878:5a60db1cbd3c 28-Oct-2014 igerasim

8023173: FileDescriptor should respect append flag
Reviewed-by: martin, alanb, rriggs


# 10856:bd570aae5309 09-Oct-2014 fparain

8057777: Cleanup of old and unused VM interfaces
Reviewed-by: coleenp, hseigel, alanb, sherman


# 10444:f08705540498 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com