aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/macro.cpp
AgeCommit message (Expand)Author
2013-03-068009460: C2compiler crash in machnode::in_regmask(unsigned int)roland
2013-01-226896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86kvn
2012-11-277092905: C2: Keep track of the number of dead nodesbharadwaj
2012-10-097054512: Compress class pointers after perm gen removalroland
2012-09-277193318: C2: remove number of inputs requirement from Node's new operatorkvn
2012-09-016964458: Reimplement class meta-data storage to use native memorycoleenp
2012-06-286995781: Native Memory Tracking (Phase 1)zgu
2012-06-127173340: C2: code cleanup: use PhaseIterGVN::replace_edge(Node*, int, Node*) ...kvn
2012-02-077143491: G1 C2 CTW: assert(p2x->outcnt() == 2) failed: expects 2 users: Xor a...kvn
2012-01-137129618: assert(obj_node->eqv_uncast(obj),"");kvn
2012-01-127128355: assert(!nocreate) failed: Cannot build a phi for a block already parsedkvn
2012-01-107128352: assert(obj_node == obj) failedkvn
2012-01-077125896: Eliminate nested lockskvn
2011-12-307125879: assert(proj != NULL) failed: must be foundkvn
2011-12-277123954: Some CTW test crash with SIGSEGVkvn
2011-12-207121140: Allocation paths require explicit memory synchronization operations ...roland
2011-12-077118863: Move sizeof(klassOopDesc) into the *Klass::*_offset_in_bytes() funct...stefank
2011-11-166890673: Eliminate allocations immediately after EAkvn
2011-09-267081933: Use zeroing elimination optimization for large arraykvn
2011-08-167079329: Adjust allocation prefetching for T4kvn
2011-08-027074017: Introduce MemBarAcquireLock/MemBarReleaseLock nodes for monitor ente...roland
2011-06-287044738: Loop unroll optimization causes incorrect resultkvn
2011-06-047050280: assert(u->as_Unlock()->is_eliminated()) failed: sanitykvn
2011-05-045091921: Sign flip issues in loop optimizerkvn
2011-04-277029167: add support for conditional card marksnever
2011-01-077003271: Hotspot should track cumulative Java heap bytes allocated on a per-t...phh
2010-11-236989984: Use standard include model for Hospotstefank
2010-07-236969569: assert(is_static() && is_constant()) failed: illegal call to constan...kvn
2010-06-286677629: PhaseIterGVN::subsume_node() should call hash_delete() and add_users...kvn
2010-06-156959430: Make sure raw loads have control edgekvn
2010-05-276941466: Oracle rebranding changes for Hotspot repositoriestrims
2010-04-076940726: Use BIS instruction for allocation prefetch on Sparckvn
2009-12-096895383: JCK test throws NPE for method compiled with Escape Analysiskvn
2009-11-126892658: C2 should optimize some stringbuilder patternsnever
2009-07-166851742: (EA) allocation elimination doesn't work with UseG1GCkvn
2009-05-086788527: Server vm intermittently fails with assertion "live value must not b...kvn
2009-04-076711117: Assertion in 64bit server vm (flat != TypePtr::BOTTOM,"cannot alias-...kvn
2009-03-12Mergetrims
2009-03-096814575: Update copyright yearxdono
2009-02-276810672: Comment typostwisti
2009-02-266809798: SafePointScalarObject node placed into incorrect block during GCMkvn
2009-02-196802499: EA: assert(false,"unknown node on this path")kvn
2009-02-056799693: Server compiler leads to data corruption when expression throws an E...kvn
2008-12-166782820: Server VM fails with "unhandled implicit exception in compiled code"kvn
2008-12-036775880: EA +DeoptimizeALot: assert(mon_info->owner()->is_locked(),"object mu...kvn
2008-11-186773078: UseCompressedOops: assert(kid == 0L || s->_leaf->in(0) == 0L,"intern...kvn
2008-11-076462850: generate biased locking code in C2 ideal graphkvn
2008-09-17Mergeapetrusenko
2008-08-276741738: TypePtr::add_offset() set incorrect offset when the add overflowskvn
2008-08-21Mergetonyp