mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8068507: (fc) Rename the new jdk.net.enableFastFileTransfer system property to jdk.nio.enableFastFileTransfer
Reviewed-by: alanb
This commit is contained in:
parent
29fc16ebbe
commit
c20d40c269
2 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ class FileDispatcherImpl extends FileDispatcher {
|
|||
new PrivilegedAction<String>() {
|
||||
@Override
|
||||
public String run() {
|
||||
return System.getProperty("jdk.net.enableFastFileTransfer");
|
||||
return System.getProperty("jdk.nio.enableFastFileTransfer");
|
||||
}
|
||||
});
|
||||
boolean enable;
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* @bug 4652496
|
||||
* @summary Test transferTo with different target channels
|
||||
* @run main TransferToChannel
|
||||
* @run main/othervm -Djdk.net.enableFastFileTransfer TransferToChannel
|
||||
* @run main/othervm -Djdk.nio.enableFastFileTransfer TransferToChannel
|
||||
*/
|
||||
|
||||
import java.nio.channels.FileChannel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue