comparison src/share/vm/memory/heapInspection.hpp @ 14521:29ccc4cbabca

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 12 Mar 2014 13:30:08 +0100
parents 63a4eb8bcd23
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14520:f84115370178 14521:29ccc4cbabca
345 void sort(); 345 void sort();
346 }; 346 };
347 347
348 #endif // INCLUDE_SERVICES 348 #endif // INCLUDE_SERVICES
349 349
350 // These declarations are needed since teh declaration of KlassInfoTable and 350 // These declarations are needed since the declaration of KlassInfoTable and
351 // KlassInfoClosure are guarded by #if INLCUDE_SERVICES 351 // KlassInfoClosure are guarded by #if INLCUDE_SERVICES
352 class KlassInfoTable; 352 class KlassInfoTable;
353 class KlassInfoClosure; 353 class KlassInfoClosure;
354 354
355 class HeapInspection : public StackObj { 355 class HeapInspection : public StackObj {