------- Comment #6 from sven at physto dot se 2006-05-17 00:56 ------- I should update my previous comment: DataBuffers created by the user, i.e. the DataBuffer implementations in the public API do wrap true java arrays.
However, when creating a BufferedImage on the JDK the corresponding DataBuffer is not one of the public implementations. And that most likely wraps a "native" bitmap. This seems like a good idea, and it's what I'm currently advocating. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20630