< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

*** 3276,3288 **** "Force inlining of throwing methods smaller than this") \ \ develop(intx, ProfilerNodeSize, 1024, \ "Size in K to allocate for the Profile Nodes of each thread") \ \ - product_pd(intx, PreInflateSpin, \ - "Number of times to spin wait before inflation") \ - \ /* gc parameters */ \ product(size_t, InitialHeapSize, 0, \ "Initial heap size (in bytes); zero means use ergonomics") \ \ product(size_t, MaxHeapSize, ScaleForWordSize(96*M), \ --- 3276,3285 ----
*** 3719,3731 **** \ /* Background Compilation */ \ develop(intx, LongCompileThreshold, 50, \ "Used with +TraceLongCompiles") \ \ - product(intx, StarvationMonitorInterval, 200, \ - "Pause between each check (in milliseconds)") \ - \ /* recompilation */ \ product_pd(intx, CompileThreshold, \ "number of interpreted method invocations before (re-)compiling") \ \ product(double, CompileThresholdScaling, 1.0, \ --- 3716,3725 ----
*** 4074,4086 **** "Force table rehash every time the table is scanned") \ \ develop(bool, TraceDefaultMethods, false, \ "Trace the default method processing steps") \ \ - develop(bool, VerifyGenericSignatures, false, \ - "Abort VM on erroneous or inconsistent generic signatures") \ - \ diagnostic(bool, WhiteBoxAPI, false, \ "Enable internal testing APIs") \ \ product(bool, PrintGCCause, true, \ "Include GC cause in GC logging") \ --- 4068,4077 ----
< prev index next >