-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b19
Running TEST=gc/InfiniteList.java JTREG_JAVA_OPTIONS='-XX:+UseParallelGC -XX:+UseNUMA' with debug build results in the following failure
# Internal Error (~/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:279), pid=1354464, tid=1354473
# assert(clear_space) failed: Reallocation will destroy data!
The bug is due to Parallel NUMA doesn't support eden-expansion when eden is not empty. The incorrect logic was added in "JDK-8338977 Parallel: Improve heap resizing heuristics"
# Internal Error (~/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp:279), pid=1354464, tid=1354473
# assert(clear_space) failed: Reallocation will destroy data!
The bug is due to Parallel NUMA doesn't support eden-expansion when eden is not empty. The incorrect logic was added in "
- caused by
-
JDK-8338977 Parallel: Improve heap resizing heuristics
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/c12f0e74
-
Review(master)
openjdk/jdk/27675