public class Java9 extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
getModule(Class<?> clazz) |
static void |
grantAccess(Instrumentation instrumentation,
String fromClassName,
String toClassName,
boolean toClassMayNotExist) |
static void |
grantAccessToGlowroot(Instrumentation instrumentation,
Object module) |
public static void grantAccess(Instrumentation instrumentation, String fromClassName, String toClassName, boolean toClassMayNotExist) throws Exception
Exceptionpublic static void grantAccessToGlowroot(Instrumentation instrumentation, Object module) throws Exception
ExceptionCopyright © 2011–2020 Glowroot contributors. All rights reserved.