< prev index next >

src/hotspot/cpu/s390/stubRoutines_s390.hpp

Print this page
*** 60,10 ***
--- 60,11 ---
                              // guaranteed by jlong table element type.
  #define TROT_COLUMN_SIZE (256*sizeof(jchar)/sizeof(jlong))
  
  class zarch {
   friend class StubGenerator;
+  friend class StubRoutines;
  
   public:
    enum { nof_instance_allocators = 10 };
  
    // allocator lock values
< prev index next >