We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d1e84 commit d2e9845Copy full SHA for d2e9845
src/soot/SootMethod.java
@@ -77,10 +77,10 @@ public class SootMethod
77
private List<SootClass> exceptions = null;
78
79
/** Active body associated with this method. */
80
- private Body activeBody;
+ private volatile Body activeBody;
81
82
/** Tells this method how to find out where its body lives. */
83
- protected MethodSource ms;
+ protected volatile MethodSource ms;
84
85
/** Uses methodSource to retrieve the method body in question; does not set it
86
* to be the active body.
0 commit comments