< prev index next >

src/hotspot/share/classfile/compactHashtable.hpp

Print this page

        

@@ -231,11 +231,11 @@
 
   // For reading from/writing to the CDS archive
   void serialize(SerializeClosure* soc);
 
   inline bool empty() {
-    return (_entry_count==0);
+    return (_entry_count == 0);
   }
 };
 
 template <class T, class N> class CompactHashtable : public SimpleCompactHashtable {
   friend class VMStructs;
< prev index next >