aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/block.cpp
AgeCommit message (Collapse)Author
2009-07-016840775: Multiple JVM crashes seen with 1.6.0_10 through 1.6.0_14kvn
Summary: Put missed reference to allocated array in copyOf() intrinsic into OopMap for the call slow_arraycopy(). Reviewed-by: never
2009-03-12Mergetrims
2009-03-096814575: Update copyright yearxdono
Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
2009-02-276810672: Comment typostwisti
Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
2009-02-266809798: SafePointScalarObject node placed into incorrect block during GCMkvn
Summary: Replace the control edge of a pinned node before scheduling. Reviewed-by: never
2009-02-066791852: assert(b->_nodes[insidx] == n,"got insidx set incorrectly")kvn
Summary: Move the CreateEx up before each round of IFG construction Reviewed-by: never, phh
2008-11-066743900: frequency based block layoutrasbold
Summary: post-register allocation pass that drives block layout by edge frequencies Reviewed-by: never, kvn
2008-10-026754988: Update copyright yearxdono
Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
2008-08-286611837: block frequency is zerorasbold
Summary: insert_goto_at should set frequency for newly created blocks Reviewed-by: never
2007-12-01Initial loadduke