-
Task
-
Resolution: Done
-
Major
-
9.0.0.Final
-
None
Commands now use keep track of flags as "bitsets" that are actually long.
However, flag checks still refer to the Flag instances themselves, and because the ordinal is not a static field, it cannot be optimized away by HotSpot. We can avoid that by precomputing a bitset for each flag, and making it static final.
- blocks
-
JDG-670 Replicated reads performance dropped with the async interceptor stack
- Closed