dettervt / CS5430

Repository for Cornell CS 5430 System Security, Spring 2015
0 stars 0 forks source link

Fixed the positions of notify() to prevent the exception John was getting. #54

Closed marcospedreiro closed 9 years ago

marcospedreiro commented 9 years ago

notify()s must be called from inside the synchronized block, while the thread still has control over the object it wants to notify on.