Relates :
|
|
Relates :
|
sun/jvmstat/perfdata/PrologSanity/PrologSizeSanityCheck.java is failing on machines with lots of CPUs since we create lots of compiler threads and there are 4 perf counters for each compiler thread. This eats memory. A simple solution is to just bump the default for PerfDataMemorySize from 32K to 64K
|