-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmultiverse-properties-reference.txt
More file actions
38 lines (29 loc) · 1.66 KB
/
multiverse-properties-reference.txt
File metadata and controls
38 lines (29 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# ============================================
# ===== 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 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=<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>