Mantis - Resin
Viewing Issue Advanced Details
4661 minor always 07-08-11 13:40 09-06-11 13:47
rickHigh  
ferg  
normal  
closed  
fixed  
none    
none 4.0.21  
0004661: JMX counters not as accurate on SPARC/Solaris
Looked through code. JMX counters use integers and do not synchronize. They feel on Sparc that it will do a read, modify, change, while an Intel processor will do an inplace modify which will be atomic. Thus, they feel that the counts will be off on a Sparc, but not on an Intel platform. They use a Sparc platform.

Spoke to Scott. He plans on solving this with AtomicInteger in JDK 5 and above. Should be an easy fix.

There are no notes attached to this issue.