commit | 72e8f28d56c6cb0f4af110cc2433545e64283cdf | [log] [tgz] |
---|---|---|
author | Tobias Hartmann <thartmann@openjdk.org> | Tue Aug 25 07:49:55 2015 +0200 |
committer | Tobias Hartmann <thartmann@openjdk.org> | Tue Aug 25 07:49:55 2015 +0200 |
tree | b3621ca6a1cb0eab792c9f25f2f95c05699f50ea | |
parent | a9e232a8ef5e61941a89da38b024b76f1a7b11dc [diff] |
8075805: Crash while trying to release CompiledICHolder Removed nmethod transition to zombie outside of sweeper. Added cleaning of ICs of unloaded nmethods. Reviewed-by: kvn, iveresov