Efficient Java™ monitors
In most real world systems, objects vastly out- numbers threads. This paper shows how this characteristic can be used to implement eficient JavaTMmonitors in a way that reduces the num- ber of needed monitors to be equal to the number of threads, while fulfilling the Java™synchronized semantics. Some additional benefits related to prior- ity inheritance and hierarchical resource locking will also