< prev index next >

src/hotspot/share/runtime/synchronizer.hpp

Print this page
@@ -77,11 +77,12 @@
      inflate_cause_wait = 2,
      inflate_cause_notify = 3,
      inflate_cause_hash_code = 4,
      inflate_cause_jni_enter = 5,
      inflate_cause_jni_exit = 6,
-     inflate_cause_nof = 7 // Number of causes
+     inflate_cause_cont_freeze = 7,
+     inflate_cause_nof = 8 // Number of causes
    } InflateCause;
  
    typedef enum {
      NOT_ENABLED    = 0,
      FATAL_EXIT     = 1,
< prev index next >