--- old/src/share/vm/c1/c1_Runtime1.hpp 2016-02-25 22:50:45.986283143 +0300 +++ new/src/share/vm/c1/c1_Runtime1.hpp 2016-02-25 22:50:45.938283382 +0300 @@ -192,6 +192,7 @@ static void primitive_arraycopy(HeapWord* src, HeapWord* dst, int length); static void oop_arraycopy(HeapWord* src, HeapWord* dst, int length); static int is_instance_of(oopDesc* mirror, oopDesc* obj); + static int is_primitive(oopDesc* mirror); static void predicate_failed_trap(JavaThread* thread);