public class BytecodeOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static LocklessLazyVar<Boolean> |
JDWP_ENABLED |
static String |
RELOAD_CLASSES_SYSTEM_PROP |
static boolean |
SINGLE_SERVING_LOADER |
| Constructor and Description |
|---|
BytecodeOptions() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
aggressivelyVerify() |
static boolean |
canReloadClasses() |
static boolean |
collectCompilationStatistics() |
static void |
enableAggressiveVerification() |
static boolean |
isGenerateAnnotationsToClassFiles() |
static boolean |
isSingleServingLoader() |
static boolean |
isTreeVerifcationEnabled() |
static void |
setCanReloadClasses(boolean bReload) |
static void |
setGenerateAnnotationsToClassFiles(boolean genAnnotations) |
static void |
setSingleServingLoader(boolean bSingleServingLoader) |
static void |
setTreeVerificationEnabled(boolean b) |
static boolean |
shouldDebug(String strClass) |
public static boolean SINGLE_SERVING_LOADER
public static final String RELOAD_CLASSES_SYSTEM_PROP
public static LocklessLazyVar<Boolean> JDWP_ENABLED
public static void enableAggressiveVerification()
public static boolean isSingleServingLoader()
public static void setSingleServingLoader(boolean bSingleServingLoader)
public static boolean aggressivelyVerify()
public static boolean shouldDebug(String strClass)
public static boolean canReloadClasses()
public static void setCanReloadClasses(boolean bReload)
public static boolean isGenerateAnnotationsToClassFiles()
public static void setGenerateAnnotationsToClassFiles(boolean genAnnotations)
public static boolean collectCompilationStatistics()
public static boolean isTreeVerifcationEnabled()
public static void setTreeVerificationEnabled(boolean b)
Copyright © 2017. All rights reserved.