mirror of
https://github.com/apache/druid.git
synced 2025-02-06 01:58:20 +00:00
2c286d6f42
Code relying on monomorphic processing on JDK8 doesn't work correctly, since it tries to reference getArrayLength using method handles, which might have been accidentally removed here since it seems unused. This PR adds the method back as is.