comparison src/share/vm/memory/universe.cpp @ 6983:070d523b96a7

8001471: Klass::cast() does nothing Summary: Remove function Klass::cast() and calls to it. Reviewed-by: dholmes, coleenp
author hseigel
date Mon, 12 Nov 2012 16:15:05 -0500
parents e52361627b65
children 80e866b1d053
comparison
equal deleted inserted replaced
6981:8c413497f434 6983:070d523b96a7
344 // Add the class to the class hierarchy manually to make sure that 344 // Add the class to the class hierarchy manually to make sure that
345 // its vtable is initialized after core bootstrapping is completed. 345 // its vtable is initialized after core bootstrapping is completed.
346 // --- 346 // ---
347 // New 347 // New
348 // Have already been initialized. 348 // Have already been initialized.
349 Klass::cast(_objectArrayKlassObj)->append_to_sibling_list(); 349 _objectArrayKlassObj->append_to_sibling_list();
350 350
351 // Compute is_jdk version flags. 351 // Compute is_jdk version flags.
352 // Only 1.3 or later has the java.lang.Shutdown class. 352 // Only 1.3 or later has the java.lang.Shutdown class.
353 // Only 1.4 or later has the java.lang.CharSequence interface. 353 // Only 1.4 or later has the java.lang.CharSequence interface.
354 // Only 1.5 or later has the java.lang.management.MemoryUsage class. 354 // Only 1.5 or later has the java.lang.management.MemoryUsage class.