# ============================================ # ===== Multiverse JVM Options Reference ===== # ============================================ # All these properties can be set on the commandline using '-D=' # a flag that is used to enable sanity checks. # default=true org.multiverse.MuliverseConstants.sanityChecks= # a flag that enables to dump of bytecode of the instrumented classes to the tmp directory # This is very interesting feature for debugging of the instrumentation # default=false org.multiverse.stms.alpha.instrumentation.MultiverseJavaAgent.dumpBytecode= # a string containing the full path to a static no-arg factory method that is used to create the global stm. # default = org.multiverse.stms.alpha.AlphaStm.createDebug org.multiverse.api.GlobalStmInstance.factorymethod= # a flag that enables the reuse of the FailedToObtainLocksException exception instance # default = true org.multiverse.api.exceptions.FailedToObtainLocksException.reuse= # a flag that enables the reuse of the LoadLockedException exception instance # default = true org.multiverse.api.exceptions.LoadLockedException.reuse= # a flag that enables the reuse of the LoadLockedException exception instance # default = true org.multiverse.api.exceptions.LoadTooOldVersionException.reuse= # a flag that enables the reuse of the RetryError exception instance # default = true org.multiverse.api.exceptions.RetryError.reuse= # a flag that enables the reuse of the WriteConflictException exception instance # default = true org.multiverse.api.exceptions.WriteConflictException.reuse=