Interface MultiverseConstants

    • Field Detail

      • SHAKE_BUGS

        static final boolean SHAKE_BUGS
        Indicates of the bugshaker is enabled (for more information see the Bugshaker. If disabled, no overhead because it can be removed by the JIT.
      • TRACING_ENABLED

        static final boolean TRACING_ENABLED
        Indicates if tracing (so seeing what is going on inside transactions) is enabled. Normally this causes overhead of not used, with this flag the complete tracing logic can be removed by the JIT if disabled).
      • SPIN_YIELD

        static final int SPIN_YIELD
        Indicates how often the system should yield when it is spinning. When a thread is yielded, it gives the opportunity to another thread to make progress.