--- old/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-cache-private.hh 2017-01-13 12:25:00.358877647 -0800 +++ new/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-cache-private.hh 2017-01-13 12:25:00.238877647 -0800 @@ -45,11 +45,11 @@ inline bool get (unsigned int key, unsigned int *value) { - unsigned int k = key & ((1<> value_bits) != (key >> cache_bits)) return false; - *value = v & ((1<> key_bits) || (value >> value_bits))) return false; /* Overflows */ - unsigned int k = key & ((1<>cache_bits)< hb_cmap_cache_t;