Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2213970 | 8 | Igor Veresov | P3 | Resolved | Fixed | b03 |
JDK-2213577 | 7u2 | Igor Veresov | P3 | Closed | Fixed | b04 |
SIGBUS with UseNUMA on Linux with UseHugeTLBFS running SPECjvm2008.
Command line to reproduce:
java -Xmx26g -Xms26g -Xmn22g -XX:+UseParallelOldGC -XX:+AggressiveOpts -XX:+UseLargePages -XX:FreqInlineSize=650 -XX:+TieredCompilation -XX:+UseNUMA -XX:+UseHugeTLBFS –jar SPECjvm2008.jar –ikv compiler.compiler
Choose a heap size close to maximum that can be run on the test system: the
test case starts passing with smaller heap sizes.
Command line to reproduce:
java -Xmx26g -Xms26g -Xmn22g -XX:+UseParallelOldGC -XX:+AggressiveOpts -XX:+UseLargePages -XX:FreqInlineSize=650 -XX:+TieredCompilation -XX:+UseNUMA -XX:+UseHugeTLBFS –jar SPECjvm2008.jar –ikv compiler.compiler
Choose a heap size close to maximum that can be run on the test system: the
test case starts passing with smaller heap sizes.
- backported by
-
JDK-2213970 UseNUMA crash with UseHugreTLBFS running SPECjvm2008
- Resolved
-
JDK-2213577 UseNUMA crash with UseHugreTLBFS running SPECjvm2008
- Closed
- relates to
-
JDK-7124829 NUMA: memory leak on Linux with large pages
- Closed
-
JDK-6843484 os::commit_memory() failures are not handled properly on linux
- Closed