Showing posts with label Java bugs. Show all posts
Showing posts with label Java bugs. Show all posts

Saturday, February 4, 2012

How To: unmap MappedByteBuffer

There is an issue in the JVM  "Add unmap method to MappedByteBuffer"

We got this bug in the How To: extract some text nodes from DXL in to files. File could not be deleted in the current program flow - that is the effect of this bug.

There is some solution, I will show example under cut