Review Request: JDK-8001334 - Remove use of JVM_* functions from java.io code (original) (raw)
Alan Bateman Alan.Bateman at oracle.com
Tue Mar 12 21:22:26 UTC 2013
- Previous message: Review Request: JDK-8001334 - Remove use of JVM_* functions from java.io code
- Next message: Review Request: JDK-8001334 - Remove use of JVM_* functions from java.io code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12/03/2013 18:01, Dan Xu wrote:
Hi Alan, Do you mean directly map IOAppend to handleWrite in ioutilmd.h for the *nix case? And then where do we check the OAPPEND flag in our code? Or do we require users to open the file with OAPPEND flag? Thanks! Yes, either IO_Append is defined to be handleWrite or else add handleAppend that simply calls handleWrite. There's no need to check O_APPEND after the file is opened for append, not on *nix anyway.
-Alan
- Previous message: Review Request: JDK-8001334 - Remove use of JVM_* functions from java.io code
- Next message: Review Request: JDK-8001334 - Remove use of JVM_* functions from java.io code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]