private static final class SimpleEscape.AnalysisResult extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
methodLocal
Was the result "the register must point to method-local objects"?
|
(package private) boolean |
threadLocal
Was the result "the register must point to thread-local objects"?
|
| Constructor and Description |
|---|
AnalysisResult(boolean tl,
boolean ml) |
final boolean threadLocal
final boolean methodLocal
AnalysisResult(boolean tl, boolean ml)