FULL PRODUCT VERSION : java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07) Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode) ADDITIONAL OS VERSION INFORMATION : Linux local 2.6.18-194.26.1.el5 #1 SMP Fri Oct 29 14:21:16 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux A DESCRIPTION OF THE PROBLEM : When AggressiveOpts is enabled, the altclass version of HashMap#clone has a memory leak issue. Cloned copies of will retain a reference to their "parent" and so the original HashMap will remain live for the life of the cloned copy. REPRODUCIBILITY : This bug can be reproduced always. CUSTOMER SUBMITTED WORKAROUND : Do not use HashMap#clone() in conjunction with -XX:+AggressiveOpts.