Open
Description
@retronym suggests we use https://community.oracle.com/blogs/forax/2011/12/17/jsr-292-goodness-almost-static-final-field to hide our instrumentation better from the JIT.
A lot of compiler settings are constant false
in most compiler runs, yet they must be checked all the time. We could help the JIT using the above technique.
(See e.g., scala/scala#5204)