src/hotspot/share/gc/shenandoah/shenandoahAllocRequest.hpp
changeset 54848 5d8c5c7bca95
parent 53244 9807daeb47c4
--- a/src/hotspot/share/gc/shenandoah/shenandoahAllocRequest.hpp	Tue May 14 11:29:18 2019 -0400
+++ b/src/hotspot/share/gc/shenandoah/shenandoahAllocRequest.hpp	Tue May 14 21:36:09 2019 +0300
@@ -33,7 +33,7 @@
     _alloc_shared_gc,   // Allocate common, outside of GCLAB
     _alloc_tlab,        // Allocate TLAB
     _alloc_gclab,       // Allocate GCLAB
-    _ALLOC_LIMIT,
+    _ALLOC_LIMIT
   };
 
   static const char* alloc_type_to_string(Type type) {