MQ
11.0 10.3 10.2
11.0 10.3 10.2

37.8 Debugging

  • -XX:+PrintConcurrentLocks: This will cause the Ctrl-Break handler to print a list of concurrent locks owned by each thread

  • -XX:+PrintClassHistogram: This will cause the Ctrl-Break handler to print a heap histogram.

  • -XX:+TraceClassLoading: This is used to trace loading of classes.

  • -XX:+TraceClassUnloading: This is used to trace unloading of classes.