< prev index next >

src/share/vm/classfile/sharedClassUtil.hpp

Print this page

@@ -50,17 +50,11 @@
   static size_t shared_class_path_entry_size() {
     return sizeof(SharedClassPathEntry);
   }
 
   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) {
     return (klass->_shared_class_path_index >= 0);
   }
< prev index next >