comparison src/share/vm/memory/universe.cpp @ 6985:80e866b1d053

Merge
author coleenp
date Fri, 16 Nov 2012 09:19:12 -0500
parents 6bc207d87e5d 070d523b96a7
children 59c790074993 f34d701e952e
comparison
equal deleted inserted replaced
6974:6b6ddf8c4329 6985:80e866b1d053
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.