--- old/src/hotspot/share/classfile/compactHashtable.hpp 2018-08-03 16:41:55.000000000 -0500 +++ new/src/hotspot/share/classfile/compactHashtable.hpp 2018-08-03 16:41:55.000000000 -0500 @@ -233,7 +233,7 @@ void serialize(SerializeClosure* soc); inline bool empty() { - return (_entry_count==0); + return (_entry_count == 0); } };