--- old/src/hotspot/share/oops/symbol.hpp 2018-08-03 16:41:18.000000000 -0500 +++ new/src/hotspot/share/oops/symbol.hpp 2018-08-03 16:41:17.000000000 -0500 @@ -256,7 +256,7 @@ // only for getting its vtable pointer. Symbol() { } - static int _total_count; + static size_t _total_count; #endif };