Monitoring Java Multi-thread Program with MS-3 System

李洁萍,彭澄廉
DOI: https://doi.org/10.3969/j.issn.1000-3428.2003.14.035
2003-01-01
Abstract:Multi-thread is one of the most important features of Java. But the schedule of the threads in Java is done by the operating system, and the developers can not get the information about the execution of the individual thread, while the common software debugging tools will significantly disturb the object programs execution. The authors take advantage of the event-driven hybrid monitor system MS-3, and analyze the internal behavior of the individual thread in the multi-threaded Java program precisely.
What problem does this paper attempt to address?