Brian Burkhalter
|
6445ee46b5
|
5041655: (ch) FileLock: negative param and overflow issues
Reviewed-by: alanb
|
2022-02-22 17:24:15 +00:00 |
|
Brian Burkhalter
|
0d938cedca
|
8278172: java/nio/channels/FileChannel/BlockDeviceSize.java should only run on Linux
Reviewed-by: lancea, alanb
|
2021-12-03 16:00:27 +00:00 |
|
Brian Burkhalter
|
7bb2173383
|
8276199: java/nio/channels/FileChannel/LargeGatheringWrite.java fails to terminate correctly
Reviewed-by: alanb
|
2021-11-04 16:33:08 +00:00 |
|
Jie Fu
|
9623d5bb46
|
8275265: java/nio/channels tests needing large heap sizes fail on x86_32
Reviewed-by: alanb, bpb
|
2021-10-14 23:12:56 +00:00 |
|
Brian Burkhalter
|
07b1f1c282
|
8274548: (fc) FileChannel gathering write fails with IOException "Invalid argument" on macOS 11.6
Reviewed-by: alanb
|
2021-10-12 15:25:53 +00:00 |
|
Brian Burkhalter
|
1fdc656084
|
8274175: (fc) java/nio/channels/FileChannel/Transfer2GPlus.java still failed in timeout
Reviewed-by: alanb
|
2021-09-23 15:57:12 +00:00 |
|
Brian Burkhalter
|
81d416477f
|
8272759: (fc) java/nio/channels/FileChannel/Transfer2GPlus.java failed in timeout
Reviewed-by: alanb
|
2021-09-22 16:29:04 +00:00 |
|
Brian Burkhalter
|
428d51694f
|
8140241: (fc) Data transfer from FileChannel to itself causes hang in case of overlap
Reviewed-by: alanb
|
2021-08-12 15:27:09 +00:00 |
|
Brian Burkhalter
|
b53828b7c2
|
8272047: java/nio/channels/FileChannel/Transfer2GPlus.java failed with Unexpected transfer size: 2147418112
Reviewed-by: naoto, alanb
|
2021-08-09 16:50:50 +00:00 |
|
Brian Burkhalter
|
e2c5bfe083
|
8271308: (fc) FileChannel.transferTo() transfers no more than Integer.MAX_VALUE bytes in one call
Reviewed-by: alanb, vtewari
|
2021-08-05 16:10:04 +00:00 |
|
Weijun Wang
|
640a2afda3
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: dholmes, alanb, dfuchs, mchung, mullan, prr
|
2021-05-24 16:55:55 +00:00 |
|
Brian Burkhalter
|
d1b28e7ad0
|
8265231: (fc) ReadDirect and WriteDirect tests fail after fix for JDK-8264821
Reviewed-by: alanb, dcubed, darcy, chegar
|
2021-04-14 19:53:19 +00:00 |
|
Brian Burkhalter
|
7e4cd48020
|
8264821: DirectIOTest fails on a system with large block size
Reviewed-by: chegar
|
2021-04-14 15:33:48 +00:00 |
|
Mikael Vidstedt
|
071bd521bc
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
|
2020-05-20 17:33:37 -07:00 |
|
Brian Burkhalter
|
d6a5897f41
|
8236804: java/nio/channels/FileChannel/MapWithSecurityManager.java should be run in othervm mode
Reviewed-by: chegar, lancea
|
2020-01-08 11:38:08 -08:00 |
|
Brian Burkhalter
|
31b9bbd87b
|
8236582: (fc) FileChannel.map fails with InternalError when security manager enabled
Reviewed-by: alanb
|
2020-01-08 08:35:33 -08:00 |
|
Brian Burkhalter
|
4833b4b3d5
|
8224480: (fc) java/nio/channels/FileChannel/MapTest.java fails intermittently
Reviewed-by: lancea, alanb
|
2019-07-02 08:32:33 -07:00 |
|
Andrew Dinn
|
2b55e4834e
|
8221696: MappedByteBuffer.force method to specify range
Overload MappedByteBuffer.force to accept index and length arguments
Reviewed-by: dfuchs, alanb, bpb
|
2019-04-25 17:27:37 +01:00 |
|
Igor Ignatyev
|
3521fc392e
|
8210779: 8182404 and 8210732 haven't updated copyright years
Reviewed-by: bchristi
|
2018-09-17 11:50:39 -07:00 |
|
Igor Ignatyev
|
8b28ad6efe
|
8210732: remove jdk.testlibrary.Utils
Reviewed-by: alanb, jcbeyler
|
2018-09-14 14:02:57 -07:00 |
|
Ivan Gerasimov
|
8774d70044
|
8204310: Simpler RandomAccessFile.setLength() on Windows
Reviewed-by: alanb
|
2018-06-29 17:35:04 -07:00 |
|
Roger Riggs
|
e9d845c870
|
8205547: FileChannel/CleanerTest.java fails due to expected FD count
Reviewed-by: psandoz
|
2018-06-26 12:42:36 -04:00 |
|
Peter Levart
|
6ec2cfcc49
|
8202788: Explicitly reclaim cached thread-local direct buffers at thread exit
Add internal TerminatingThreadLocal and use it to free cached thread-local direct buffers and nio-fs native buffers
Reviewed-by: tonyp, alanb
|
2018-06-22 17:56:55 +02:00 |
|
Brian Burkhalter
|
5c90486c43
|
8202290: AtomicAppend tests fail on macOS 10.13 ("High Sierra")
Reinstate actual running of tests for macOS version >= 10.13.
Reviewed-by: alanb
|
2018-05-25 07:22:37 -07:00 |
|
Brian Burkhalter
|
cdd3f0ac39
|
8202284: FileChannel and FileOutpuStream variants of AtomicAppend should fail silently on macOS >= 10.13
Reviewed-by: chegar
|
2018-04-30 13:40:39 -07:00 |
|
Brian Burkhalter
|
16b93f1b06
|
8189775: java/nio/channels/FileChannel/directio/ReadDirect.java failed with NumberFormatException
Clamp the offset so the scattering read remains within the channel.
Reviewed-by: rriggs
|
2017-10-25 16:13:53 -07:00 |
|
Lucy Lu
|
ec1c3bce45
|
8164900: Add support for O_DIRECT
Add support for Direct I/O in FileChannel
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Reviewed-by: alanb, bpb, alanbur, coffeys, aph, clanger, plevart, mli, psandoz, simonis
|
2017-10-17 16:51:11 -07:00 |
|
Brian Burkhalter
|
b890c3ce83
|
8147615: (fc) FileChannelImpl has no finalizer
Add a cleaner to close parent-less FileChannels
Reviewed-by: alanb, rriggs
|
2017-10-10 09:55:14 -07:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|