News

For those running Java applications or services, the Windows Performance Monitor (WPM) contains a treasure trove of valuable information—see Figure 1.
I'm using the java.lang.management package to dump all the stack traces, locks, monitors, thread timings, etc.<BR><BR>Initially, the code I added to genTable () used an anonymous inner class to do ...