Add system call at monitor_enter

Feng Xian feng.xian at gmail.com
Sun Nov 11 11:06:44 PST 2007


 Hi,

 Sorry I used a wrong subject in my last post. So I re-post it again.

  I am doing a project which needs to make a system call at
 monitor_enter bytecode and monitor_exit bytecode. The system call is
 made by myself, which is used to inform the kernel of monitor events.
 Currently, I inserted the system call at
 ObjectSynchronizer::fast_enter(). Will it cause any problem since the
 code comments say that the implementation is extremely sensitive to
 race condition?
  Thanks!

 Feng




-- 
Addr: 1025N, 23rd str, APT 33,
         Lincoln, NE, 68503
Phone: (402)310-9826
WWW: cse.unl.edu/~fxian



More information about the hotspot-dev mailing list