http://www.oracle.com/technetwork/java/javase/6u18-142093.html
Card-Marking Optimization Issue
A flaw in the implementation of a card-marking performance optimization in the JVM can cause heap corruption under some circumstances. This issue affects the CMS garbage collector prior to 6u18, and the CMS, G1 and Parallel Garbage Collectors in 6u18. The serial garbage collector is not affected. Applications most likely to be affected by this issue are those that allocate very large objects which would not normally fit in Eden, or those that make extensive use of JNI Critical Sections (JNI Get/Release*Critical).
This issue will be fixed in the next Java SE 6 update.
Meanwhile, as a workaround to the issue, users should disable this performance optimization by
-XX:-ReduceInitialCardMarks
.
'java core' 카테고리의 다른 글
jdk 1.6.0 update 25 크래쉬 crash 사례 (0) | 2011.06.22 |
---|---|
jdk 6u 25 릴리즈 (0) | 2011.06.07 |
java에서 dns 캐쉬하도록 지정하기 (0) | 2011.03.25 |
OutOfMemoryTest (0) | 2011.03.24 |
jps, jstat 정상작동 (jdk 6u 23부터) 하지만, 톰캣에서 이슈 발생이 됨, jdk update 25기다려야 할 듯 (0) | 2011.02.23 |