Created
November 21, 2014 15:49
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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