< prev index next >

src/hotspot/share/utilities/globalDefinitions.hpp

Print this page
@@ -1016,11 +1016,11 @@
    // Use only heavy monitors for locking
    LM_MONITOR     = 0,
    // Legacy stack-locking, with monitors as 2nd tier
    LM_LEGACY      = 1,
    // New lightweight locking, with monitors as 2nd tier
-   LM_LIGHTWEIGHT = 2
+   LM_LIGHTWEIGHT = 2,
  };
  
  //----------------------------------------------------------------------------------------------------
  // Special constants for debugging
  
< prev index next >