Skip to content

Instantly share code, notes, and snippets.

View Xorlev's full-sized avatar

Michael Rose Xorlev

View GitHub Profile

Keybase proof

I hereby claim:

  • I am xorlev on github.
  • I am xorlev (https://keybase.io/xorlev) on keybase.
  • I have a public key whose fingerprint is 106C 2C05 76E1 3B35 69B0 B2CA 1606 E6ED 31AD 179A

To claim this, I am signing this object:

$ sudo /opt/java7/bin/jmap -permstat 21101
Attaching to process ID 21101, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 24.51-b03
finding class loader instances ..sun.jvm.hotspot.debugger.UnmappedAddressException: cb953000
at sun.jvm.hotspot.debugger.PageCache.checkPage(PageCache.java:208)
at sun.jvm.hotspot.debugger.PageCache.getData(PageCache.java:63)
at sun.jvm.hotspot.debugger.DebuggerBase.readBytes(DebuggerBase.java:217)
at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readCInteger(LinuxDebuggerLocal.java:482)
// To force synchronous .queue() behavior
ConfigurationManager.getConfigInstance()
.setProperty("hystrix.command."+ReportUsageCommand.class.getSimpleName()+".execution.isolation.strategy", "SEMAPHORE");
new ReportUsageCommand(my, ctor, args).queue(); // is now synchronous.