*** 61,12 *** class Continuation : AllStatic { public: enum preempt_kind { ! freeze_on_monitorenter, ! freeze_on_wait }; enum thaw_kind { thaw_top = 0, thaw_return_barrier = 1, --- 61,13 --- class Continuation : AllStatic { public: enum preempt_kind { ! monitorenter, ! object_wait, + object_locker }; enum thaw_kind { thaw_top = 0, thaw_return_barrier = 1,