RFR(XS): 7087969: GarbageCollectorMXBean notification contains ticks vs millis (original) (raw)
Rickard Bäckman rickard.backman at oracle.com
Tue Mar 27 06:31:15 PDT 2012
- Previous message: RFR(XS): 7087969: GarbageCollectorMXBean notification contains ticks vs millis
- Next message: RFR(XS): 7087969: GarbageCollectorMXBean notification contains ticks vs millis
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Frederic,
the change looks good!
/R
On 03/27/2012 03:12 PM, Frederic Parain wrote:
CR: http://bugs.sun.com/bugdatabase/viewbug.do?bugid=7087969
The fix is very simple, converting ticks into milliseconds before using them to create the notification. This fix makes the notification consistent with the other API returning GcInfo instances. Webrev: http://cr.openjdk.java.net/~fparain/7087969/webrev.00/ Tested manually and with JPRT by running the jdkmanagement suite. No new test has been added because the fix is in the HotSpot repository, and the GarbageCollectorMXBean notification unit tests are in the jdk repository. Thanks, Fred
- Previous message: RFR(XS): 7087969: GarbageCollectorMXBean notification contains ticks vs millis
- Next message: RFR(XS): 7087969: GarbageCollectorMXBean notification contains ticks vs millis
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]