public class DeoptTester extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeoptTester.Options |
| Modifier and Type | Field and Description |
|---|---|
static SnippetRuntime.SubstrateForeignCallDescriptor |
DEOPTTEST |
| Constructor and Description |
|---|
DeoptTester() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deoptTest()
Scans the stack frames and if there are some new (= so far not seen) PCs inside deoptimizable
methods, a deopt is done.
|
static void |
disableDeoptTesting() |
static boolean |
enabled() |
static void |
enableDeoptTesting() |
public static final SnippetRuntime.SubstrateForeignCallDescriptor DEOPTTEST
public static boolean enabled()
public static void deoptTest()
DeoptTester.DEOPTTEST.public static void disableDeoptTesting()
public static void enableDeoptTesting()