< prev index next >

src/hotspot/cpu/ppc/stubRoutines_ppc.hpp

Print this page
@@ -52,10 +52,11 @@
  #define CRC32_UNROLL_FACTOR 2048
  #define CRC32_UNROLL_FACTOR2 8
  
  class ppc {
    friend class StubGenerator;
+   friend class StubRoutines;
  
   private:
   public:
    static address generate_crc_constants(juint reverse_poly);
  };
< prev index next >