OSDN Git Service

Put the deletion of profiling info under a GC critical section.
[android-x86/art.git] / runtime / gc / collector_type.h
index a06ccbe..f14d086 100644 (file)
@@ -49,6 +49,8 @@ enum CollectorType {
   kCollectorTypeHomogeneousSpaceCompact,
   // Class linker fake collector.
   kCollectorTypeClassLinker,
+  // JIT Code cache fake collector.
+  kCollectorTypeJitCodeCache,
 };
 std::ostream& operator<<(std::ostream& os, const CollectorType& collector_type);