You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2007/04/17 13:57:16 UTC

[jira] Updated: (HARMONY-982) [classlib][portlib] Portlib should be extended to support NIO's mmap funtions

     [ https://issues.apache.org/jira/browse/HARMONY-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko updated HARMONY-982:
------------------------------------

    Summary: [classlib][portlib] Portlib should be extended to support NIO's mmap funtions  (was: Portlib should be extended to support NIO's mmap funtions)

> [classlib][portlib] Portlib should be extended to support NIO's mmap funtions
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-982
>                 URL: https://issues.apache.org/jira/browse/HARMONY-982
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Paulex Yang
>         Assigned To: Paulex Yang
>
> The port layer currently has the following memory mapping API's
> hymmap_map_file()
> hymmap_munmap_file()
> hymmap_capabilities()
> However, these assume that a file exists, that it will be mapped read-only and that the mapping will only happen to whole file.  All these assumptions are broken by the nio requirements, so that the current NIO's mmap features are implemented by platform-dependent native codes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.