--- old/src/share/vm/classfile/sharedClassUtil.hpp 2017-06-29 15:57:15.071564503 -0700 +++ new/src/share/vm/classfile/sharedClassUtil.hpp 2017-06-29 15:57:14.891557583 -0700 @@ -52,13 +52,7 @@ } static void update_shared_classpath(ClassPathEntry *cpe, - SharedClassPathEntry* ent, - time_t timestamp, - long filesize, TRAPS) { - ent->_timestamp = timestamp; - ent->_filesize = filesize; - } - + SharedClassPathEntry* ent, TRAPS) {} static void initialize(TRAPS) {} inline static bool is_shared_boot_class(Klass* klass) {