< prev index next >

src/hotspot/cpu/x86/stubDeclarations_x86.hpp

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