aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/code/vtableStubs.cpp
AgeCommit message (Collapse)Author
2018-03-308199406: Performance drop with Java JDK 1.8.0_162-b32poonam
Summary: Improve the nmethod unloading times by optimizing the search for an itable stub in VtableStubs array Reviewed-by: kvn, coleenp, tschatzl
2014-05-228037816: Fix for 8036122 breaks build with Xcode5/clangdrchase
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings Reviewed-by: kvn, coleenp, iveresov, twisti
2014-02-068025841: JVMTI: "vtable stub" dynamic code notification is misplacedsspitsyn
Summary: Generate correct "vtable stub" dynamic code notifications Reviewed-by: sspitsyn, kvn, coleenp Contributed-by: oleg.mazurov@oracle.com
2013-09-247009641: Don't fail VM when CodeCache is fullanoll
Summary: Allocation in the code cache returns NULL instead of failing the entire VM Reviewed-by: kvn, iveresov
2013-09-138014013: CallInfo structure no longer accurately reports the result of a ↵drchase
LinkResolver operation Summary: Enhance method resolution and resulting data structures, plus some refactoring. Reviewed-by: twisti, acorn, jrose
2013-08-298021954: VM SIGSEGV during classloading on MacOS; hs_err_pid file producedcoleenp
Summary: declare all user-defined operator new()s within Hotspot code with the empty throw() exception specification Reviewed-by: coleenp, twisti, dholmes, hseigel, dcubed, kvn, ccheung Contributed-by: lois.foltan@oracle.com
2013-04-308011661: Insufficient memory message says "malloc" when sometimes it should ↵ccheung
say "mmap" Reviewed-by: coleenp, zgu, hseigel
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>
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-08-256978355: renaming for 6961697twisti
Summary: This is the renaming part of 6961697 to keep the actual changes small for review. Reviewed-by: kvn, never
2010-08-036953477: Increase portability and flexibility of building Hotspotbobv
Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail. Reviewed-by: phh, never, coleenp, dholmes
2010-07-086965184: possible races in make_not_entrant_or_zombienever
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-04-226888954: argument formatting for assert() and friendsjcoomes
Reviewed-by: kvn, twisti, apetrusenko, never, dcubed
2009-07-286862919: Update copyright yearxdono
Summary: Update copyright for files that have been modified in 2009, up to 07/09 Reviewed-by: tbell, ohair
2009-04-086827505: sizing logic for vtable and itable stubs needs self-checkjrose
Summary: Asserts and comments to help maintain the correct sizing of certain stubs Reviewed-by: kvn
2007-12-01Initial loadduke