--- old/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape.cc 2017-01-13 12:25:13.694877599 -0800 +++ new/src/java.desktop/share/native/libfontmanager/harfbuzz/hb-shape.cc 2017-01-13 12:25:13.582877599 -0800 @@ -373,7 +373,10 @@ unsigned int num_features, const char * const *shaper_list) { - hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list); + hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached2 (font->face, &buffer->props, + features, num_features, + font->coords, font->num_coords, + shaper_list); hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); hb_shape_plan_destroy (shape_plan);