< prev index next >

src/hotspot/cpu/zero/icache_zero.hpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

@@ -27,11 +27,11 @@
 #define CPU_ZERO_VM_ICACHE_ZERO_HPP
 
 // Interface for updating the instruction cache.  Whenever the VM
 // modifies code, part of the processor instruction cache potentially
 // has to be flushed.  This implementation is empty: Zero never deals
-// with code, and LLVM handles cache flushing for Shark.
+// with code.
 
 class ICache : public AbstractICache {
  public:
   static void initialize() {}
   static void invalidate_word(address addr) {}
< prev index next >