uschindler commented on code in PR #14910: URL: https://github.com/apache/lucene/pull/14910#discussion_r2213711930
########## lucene/core/src/java24/org/apache/lucene/internal/vectorization/PanamaBitSetUtil.java: ########## @@ -39,6 +40,7 @@ int word2Array(long word, int base, int[] docs, int offset) { return intWord2Array((int) (word >>> 32), docs, offset, base + 32); } + @SuppressForbidden(reason = "Uses compress only where fast and carefully contained") Review Comment: Maybe say: The whole `BitsetUtil` impl instance is only used when `HAS_FAST_COMPRESS_MASK_CAST` is enabled. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org