commit | c96fd46a4c6dfa25b01b971ff8e06d146f9303de | [log] [tgz] |
---|---|---|
author | Mattias Tobiasson <mtobiass@openjdk.org> | Fri Feb 28 13:38:51 2014 +0100 |
committer | Mattias Tobiasson <mtobiass@openjdk.org> | Fri Feb 28 13:38:51 2014 +0100 |
tree | dfc2d02241253a7c9cd8f01443d279a1b48fa9d2 | |
parent | bd9b40bbfb53164abbac90ad982636fdc76ae10d [diff] |
6625574: java/lang/management/MemoryMXBean/Pending.java fails: "pending finalization = 0 but expected > 0" Move local objs variable to a static public so the the optimizer will not remove it unexpectedly. Reviewed-by: sla