Skip to content

Instantly share code, notes, and snippets.

@hfs
Created November 21, 2014 15:49
Show Gist options
  • Save hfs/d069eb323ce2e94be114 to your computer and use it in GitHub Desktop.
Save hfs/d069eb323ce2e94be114 to your computer and use it in GitHub Desktop.
Java VisualVM query in OQL to find all the different exception messages of one exception class
unique(map(heap.objects("org.apache.avalon.framework.configuration.ConfigurationException"), "it.detailMessage.toString()"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment