src/share/vm/runtime/globals.hpp

Print this page

        

@@ -1070,10 +1070,13 @@
           "registering as parallel capable")                                \
                                                                             \
   product(bool, MustCallLoadClassInternal, false,                           \
           "Call loadClassInternal() rather than loadClass()")               \
                                                                             \
+  product(bool, UsePrimordialLoaderCache, false,                            \
+          "Cache first user loader to avoid stack walk lookups")            \
+                                                                            \
   product_pd(bool, DontYieldALot,                                           \
           "Throw away obvious excess yield calls (for SOLARIS only)")       \
                                                                             \
   product_pd(bool, ConvertSleepToYield,                                     \
           "Converts sleep(0) to thread yield "                              \