@@ -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); };