38 lines
1.7 KiB
Text
38 lines
1.7 KiB
Text
# ============================================
|
|
# ===== Multiverse JVM Options Reference =====
|
|
# ============================================
|
|
|
|
# All these properties can be set on the commandline using '-D<option-name>=<value>'
|
|
|
|
# a flag that is used to enable sanity checks.
|
|
# default=true
|
|
org.multiverse.MuliverseConstants.sanityChecks=<type:boolean>
|
|
|
|
# a flag that enables to dump the bytecode of the instrumented classes to the tmp directory
|
|
# This is a very interesting feature for debugging of the instrumentation
|
|
# default=false
|
|
org.multiverse.stms.alpha.instrumentation.MultiverseJavaAgent.dumpBytecode=<type:boolean>
|
|
|
|
# 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=<type:string>
|
|
|
|
# a flag that enables the reuse of the FailedToObtainLocksException exception instance
|
|
# default = true
|
|
org.multiverse.api.exceptions.FailedToObtainLocksException.reuse=<type:boolean>
|
|
|
|
# a flag that enables the reuse of the LoadLockedException exception instance
|
|
# default = true
|
|
org.multiverse.api.exceptions.LoadLockedException.reuse=<type:boolean>
|
|
|
|
# a flag that enables the reuse of the LoadLockedException exception instance
|
|
# default = true
|
|
org.multiverse.api.exceptions.LoadTooOldVersionException.reuse=<type:boolean>
|
|
|
|
# a flag that enables the reuse of the RetryError exception instance
|
|
# default = true
|
|
org.multiverse.api.exceptions.RetryError.reuse=<type:boolean>
|
|
|
|
# a flag that enables the reuse of the WriteConflictException exception instance
|
|
# default = true
|
|
org.multiverse.api.exceptions.WriteConflictException.reuse=<type:boolean>
|