]> source.dussan.org Git - poi.git/commit
Bug 58480: Work around problem where on Windows systems a Mapped Buffer can still...
authorDominik Stadler <centic@apache.org>
Wed, 14 Oct 2015 14:53:41 +0000 (14:53 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 14 Oct 2015 14:53:41 +0000 (14:53 +0000)
commit0648ee7b54fc13d583810b55db64e69c1d601e7e
treef1e67c2b5278676e2315999a8e654ecb01505326
parentb4c0a91af85c5d0a4bd63105e7ed7d8daefeb2d4
Bug 58480: Work around problem where on Windows systems a Mapped Buffer can still lock a file even if the Channel was closed properly. Use reflection as DirectBuffer is in package sun.com and thus likely to go away with Java 9.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708609 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
src/java/org/apache/poi/poifs/nio/FileBackedDataSource.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFWorkbook.java
src/testcases/org/apache/poi/poifs/nio/TestDataSource.java