You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/13 08:38:36 UTC

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue #1908: LevelDB: mapped bytebuffer cleaner update for jdk 9+ needs workaround to work in native mode

JiriOndrusek opened a new issue #1908:
URL: https://github.com/apache/camel-quarkus/issues/1908


   Code change in levelDB implementation (see https://github.com/dain/leveldb/commit/39b6e0c38045281fba5f6532c52dc06905890cad) does not work in native mode. It uses `MethodHandle` (see https://github.com/oracle/graal/issues/2761), which are not supported on GraalVM.
   
   Native mode overcomes the issue by substitution `OriginalByteBufferSupport`. This substitution can be removed once `MethodHandle` support is added. (see https://github.com/oracle/graal/issues/2761)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] aldettinger closed issue #1908: LevelDB: mapped bytebuffer cleaner update for jdk 9+ needs workaround to work in native mode

Posted by GitBox <gi...@apache.org>.
aldettinger closed issue #1908:
URL: https://github.com/apache/camel-quarkus/issues/1908


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] aldettinger closed issue #1908: LevelDB: mapped bytebuffer cleaner update for jdk 9+ needs workaround to work in native mode

Posted by GitBox <gi...@apache.org>.
aldettinger closed issue #1908:
URL: https://github.com/apache/camel-quarkus/issues/1908


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org