aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/compiler
AgeCommit message (Collapse)Author
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-05-086788527: Server vm intermittently fails with assertion "live value must not ↵kvn
be garbage" with fastdebug bits Summary: Cache Jvmti and DTrace flags used by Compiler. Reviewed-by: never
2008-08-21Mergetonyp
2008-07-11Mergekvn
2008-07-036684714: Optimize EA Connection Graph build performancekvn
Summary: switch on EA by default, optimize Connection Graph construction Reviewed-by: rasbold, never
2008-07-026719955: Update copyright yearxdono
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
2008-06-056711316: Open source the Garbage-First garbage collectorysr
Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
2008-04-136420645: Create a vm that uses compressed oops for up to 32gb heapsizescoleenp
Summary: Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
2008-04-026667042: PrintAssembly option does not work without special pluginjrose
Summary: remove old private plugin interface, simplify, rework old plugin to use unchanged Gnu sources Reviewed-by: kvn, rasbold
2008-02-206621094: PrintOptoAssembly is broken for oops information in DebugInfokvn
Summary: OopMapValue and VMRegImpl classes miss the virtual method print_on(st). Reviewed-by: rasbold, jrose, never
2007-12-01Initial loadduke