--- old/test/hotspot/jtreg/runtime/appcds/SharedArchiveConsistency.java 2019-07-16 20:01:50.057636322 -0700 +++ new/test/hotspot/jtreg/runtime/appcds/SharedArchiveConsistency.java 2019-07-16 20:01:49.725604856 -0700 @@ -163,7 +163,6 @@ public static void writeData(FileChannel fc, long offset, ByteBuffer bb) throws Exception { fc.position(offset); fc.write(bb); - fc.force(true); } public static FileChannel getFileChannel(File jsaFile) throws Exception { @@ -247,7 +246,6 @@ bbuf.clear(); bytes_written += 4096; } - fc.force(true); if (fc.isOpen()) { fc.close(); }