summaryrefslogtreecommitdiff
path: root/ojluni/src/main/java/sun/nio/ch/FileChannelImpl.java
Commit message (Expand)AuthorAgeFilesLines
* FileChannelImpl.map(): don't ignore IOExceptions on non-regular files.Tobias Thierer2018-06-011-22/+1
* Partially verify Android patches for sun.nio.ch.FileChannelImpl.Tobias Thierer2018-04-031-14/+79
* Add reachabilityFence, ReachabilitySensitiveHans Boehm2018-01-301-1/+8
* Verify OpenJDK 8u121: Various sun.nio classesNeil Fuller2017-12-191-3/+3
* Canonicalize additional Android-changed comments.Tobias Thierer2017-03-161-2/+4
* Make Android patch docs in ojluni more consistent with style guideTobias Thierer2017-03-061-4/+4
* Add CloseGuard checks in few classesShubham Ajmera2017-02-031-7/+36
* Port openJdk8 changes to sun.nio.ch packageShubham Ajmera2016-07-111-58/+92
* remove x attribute of java fileGanesh Mahendran2016-07-071-0/+0
* Move more clinit code to registration functionsPrzemyslaw Szczepaniak2016-05-051-1/+0
* Revert "Move more clinit code to registration functions"Przemyslaw Szczepaniak2016-05-051-0/+1
* Move more clinit code to registration functionsPrzemyslaw Szczepaniak2016-05-041-1/+0
* Fix #close() for FileChannel created from FileDescriptor.Przemyslaw Szczepaniak2016-03-011-1/+0
* Reinstate blockguard checks for file reads / writes.Narayan Kamath2016-01-081-0/+8
* Update file headers.Narayan Kamath2015-12-211-0/+1
* Fix BufferTest#testFreed.Narayan Kamath2015-12-141-15/+5
* Fix bogus fix in FileChannelImpl.Narayan Kamath2015-11-121-1/+1
* Fix FileChannelTest testsPrzemyslaw Szczepaniak2015-11-121-8/+16
* Fixes for libcore.java.nio.BufferTestPrzemyslaw Szczepaniak2015-11-121-2/+27
* Use OpenJdk implementation of java.nio.channels.{spi}.*Piotr Jastrzebski2015-11-111-28/+2
* Initial import of OpenJdk files.Piotr Jastrzebski2015-11-111-0/+1175