I hereby claim:
- I am simonis on github.
- I am volker_simonis (https://keybase.io/volker_simonis) on keybase.
- I have a public key ASAQhxnvMxWGbwpZWmMItsmRixt7OzHMAFdRt-p2W0KjPQo
To claim this, I am signing this object:
import java.lang.management.ManagementFactory; | |
import javax.management.MBeanAttributeInfo; | |
import javax.management.MBeanInfo; | |
import javax.management.MBeanServer; | |
import javax.management.ObjectName; | |
import com.sun.management.OperatingSystemMXBean; | |
public class InternalMBeans { |
import java.lang.reflect.Method; | |
import java.net.URL; | |
import java.net.URLClassLoader; | |
public class ClassInit { | |
static final int CLASSLOADERS = Integer.getInteger("classloaders", 3); | |
static final int THREADS = Integer.getInteger("threads", 3); | |
static class MyClassLoader extends URLClassLoader { | |
public MyClassLoader() { |
import java.lang.reflect.InvocationTargetException; | |
import java.lang.reflect.Method; | |
import java.util.Collections; | |
import java.util.Optional; | |
import java.util.Set; | |
import java.util.concurrent.TimeUnit; | |
import java.util.function.Function; | |
import java.util.stream.Stream; | |
public class GetLineNumber { |
I hereby claim:
To claim this, I am signing this object:
void foo() {} | |
struct A { | |
A() { | |
foo(); | |
} | |
}; | |
struct B { | |
B() { |