You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/04/15 16:13:35 UTC

[GitHub] [incubator-druid] xvrl opened a new pull request #7477: Java 9 compatible specialized class compilation

xvrl opened a new pull request #7477: Java 9 compatible specialized class compilation
URL: https://github.com/apache/incubator-druid/pull/7477
 
 
   We currently use Unsafe.defineClass to compile specialized classes,
   which has been removed in Java 9 and above. This change switches to
   MethodHandles.Lookup.defineClass at runtime, which provides similar
   functionality in newer JDK versions.

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org