Java Locks with PCE
From JopWiki
The current implementation of synchronized in JOP is just turning off the scheduling interrupt. That is effective PCE without setting the ceiling level (default is maximum).
[edit] Source
The modified Java files are found in this archive.
http://scharitzer.net/jop/jop.zip
[edit] Documentation
http://scharitzer.net/jop/jvm-synchronized.pdf
http://scharitzer.net/jop/jvm-synchronized.odt
