aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/sweeper.hpp
AgeCommit message (Collapse)Author
2013-04-298012547: Code cache flushing can get stuck reclaming of memoryneliasso
Summary: Keep sweeping regardless of if we are flushing Reviewed-by: kvn, twisti
2012-09-016964458: Reimplement class meta-data storage to use native memorycoleenp
Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: jmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
2011-05-166996747: SIGSEGV in nmethod::cleanup_inline_caches / CompiledIC::verifynever
Reviewed-by: kvn, iveresov
2010-11-236989984: Use standard include model for Hospotstefank
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
2010-07-086965184: possible races in make_not_entrant_or_zombienever
Reviewed-by: kvn
2010-06-186956958: assert(is_clean() || is_call_to_compiled() || ↵never
is_call_to_interpreted() || is_optimized() || is_megam Reviewed-by: kvn
2010-05-276941466: Oracle rebranding changes for Hotspot repositoriestrims
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
2010-05-176950075: nmethod sweeper should operate concurrentlynever
Reviewed-by: never, kvn Contributed-by: eric.caspole@amd.com
2010-01-294360113: Evict nmethods when code cache gets fullkvn
Summary: Speculatively unload the oldest nmethods when code cache gets full. Reviewed-by: never, kvn Contributed-by: eric.caspole@amd.com
2007-12-01Initial loadduke