In my weblogic output log I get thousands upon thousands of errors containing:

Returning duplicate cardTablePart entry

: In my weblogic log. What do these "cardTablePart" errors mean and how can I find out what causes them?

link|improve this question

69% accept rate
feedback

1 Answer

This message is seen in JRockit JVM verbose output during Garbage collections

From Sec "Example 2-9 Young Collection Output of the memdbg Module" on this link ,

3: [DEBUG][memory ] [YC#1] Returning duplicate cardTablePart entry 2 (0x4201e000-0x4202e000)

Line 3 shows what happens if several threads try to process the same memory.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.