< prev index next >

src/hotspot/cpu/s390/stubDeclarations_s390.hpp

Print this page
@@ -24,10 +24,17 @@
   */
  
  #ifndef CPU_S390_STUBDECLARATIONS_HPP
  #define CPU_S390_STUBDECLARATIONS_HPP
  
+ #define STUBGEN_PREUNIVERSE_BLOBS_ARCH_DO(do_stub,                      \
+                                           do_arch_blob,                 \
+                                           do_arch_entry,                \
+                                           do_arch_entry_init)           \
+   do_arch_blob(preuniverse, 0)                                          \
+ 
+ 
  #define STUBGEN_INITIAL_BLOBS_ARCH_DO(do_stub,                          \
                                        do_arch_blob,                     \
                                        do_arch_entry,                    \
                                        do_arch_entry_init)               \
    do_arch_blob(initial, 20000)                                          \
< prev index next >