|
|
|
|
|
by the8472
3949 days ago
|
|
There are plans for adding one to hotspot[1]. As I understand it it can't use the same tricks as C4 because that would require kernel support, but unlike CMS it will be compacting, thus avoiding the terrible failure modes of CMS. There also is some work being done to make the CMS failures a little less terrible by parallelizing them.[2] [1] http://openjdk.java.net/jeps/189
[2] https://bugs.openjdk.java.net/browse/JDK-8086706 |
|