Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135667 | emb-9 | Staffan Larsen | P4 | Resolved | Fixed | team |
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
A simple solution is to just bump the default for PerfDataMemorySize from 32K to 64K
- backported by
-
JDK-8135667 Increase PerfDataMemorySize to 64K
- Resolved
- relates to
-
JDK-8144916 Decrease PerfDataMemorySize back to 32K
- Resolved
-
JDK-8122944 perfdata used is seen as too high on sparc zone with jdk1.9 and causes a test failure
- Resolved