|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4661 | minor | always | 07-08-11 13:40 | 09-06-11 13:47 | |
|
|
|||||
| Reporter: | rickHigh | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.21 | ||
|
|
|||||
| Summary: | 0004661: JMX counters not as accurate on SPARC/Solaris | ||||
| Description: |
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. |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| There are no notes attached to this issue. |