dweiss commented on PR #15319:
URL: https://github.com/apache/lucene/pull/15319#issuecomment-3385842740
What I meant was this -
```
static {
try {
MethodHandles.lookup().ensureInitialized(TermsEnum.class);
} catch (IllegalAccessException e) {
throw new RuntimeException(e);
}
}
```
but maybe it's too much voodoo.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]