< prev index next >

src/hotspot/share/runtime/continuation.hpp

Print this page
@@ -61,12 +61,13 @@
  
  class Continuation : AllStatic {
  public:
  
    enum preempt_kind {
-     freeze_on_monitorenter,
-     freeze_on_wait
+     monitorenter,
+     object_wait,
+     object_locker
    };
  
    enum thaw_kind {
      thaw_top = 0,
      thaw_return_barrier = 1,
< prev index next >