aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/memnode.cpp
AgeCommit message (Expand)Author
2014-11-108057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStr...zmajo
2014-05-228037816: Fix for 8036122 breaks build with Xcode5/clangdrchase
2014-05-028039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->hi...kvn
2014-03-288036667: "assert(adr->is_AddP() && adr->in(AddPNode::Offset)->is_Con()) faile...vlivanov
2014-02-25Mergekvn
2014-01-248027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no long...roland
2014-01-22Mergekvn
2013-12-248029233: Update copyright year to match last edit in jdk8 hotspot repository ...mikael
2013-12-23Mergekvn
2013-12-068029366: ShouldNotReachHere error when creating an array with component type ...twisti
2013-11-268028515: PPPC64 (part 113.2): opto: Introduce LoadFence/StoreFence.goetz
2013-11-158024921: PPC64 (part 113): Extend Load and Store nodes to know about memory o...goetz
2013-09-16Mergetschatzl
2013-09-108001107: @Stable annotation for constant folding of lazily evaluated variablesvlivanov
2013-08-128015107: NPG: Use consistent naming for metaspace conceptsehelin
2013-06-258017243: 8001345 is incompleteadlertz
2013-06-20Mergekvn
2013-06-198001345: VM crashes with assert(n->outcnt() != 0 || C->top() == n || n->is_Pr...adlertz
2013-06-138014431: cleanup warnings indicated by the -Wunused-value compiler option on ...ccheung
2013-05-086934604: enable parts of EliminateAutoBox by defaultkvn
2013-03-068009472: Print additional information for 8004640 failurekvn
2013-02-258007294: ReduceFieldZeroing doesn't check for dependent load and can lead to ...roland
2013-01-226896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86kvn
2013-01-038005522: use fast-string instructions on x86 for zeroingkvn
2012-10-12Mergekvn
2012-10-097054512: Compress class pointers after perm gen removalroland
2012-09-298000213: NPG: Should have renamed arrayKlass and typeArrayKlasscoleenp
2012-09-277193318: C2: remove number of inputs requirement from Node's new operatorkvn
2012-09-207023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()roland
2012-09-016964458: Reimplement class meta-data storage to use native memorycoleenp
2012-06-157119644: Increase superword's vector size up to 256 bitskvn
2012-06-117174510: 19 JCK compiler tests fail with C2 error: memNode.cpp:812 - ShouldNo...kvn
2012-01-247132936: guarantee(t != NULL) failed: must be conkvn
2012-01-207131302: connode.cpp:205 Error: ShouldNotReachHere()kvn
2012-01-107128352: assert(obj_node == obj) failedkvn
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-12-027117282: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)kvn
2011-11-166890673: Eliminate allocations immediately after EAkvn
2011-11-097107042: assert(no_dead_loop) failed: dead loop detectedkvn
2011-09-267081933: Use zeroing elimination optimization for large arraykvn
2011-09-027071709: JSR 292: switchpoint invalidation should be pushed not pulledtwisti
2011-08-027074017: Introduce MemBarAcquireLock/MemBarReleaseLock nodes for monitor ente...roland
2011-04-29Mergekvn
2011-04-207026700: regression in 6u24-rev-b23: Crash in C2 compiler in PhaseIdealLoop::...kvn
2011-04-08Mergejmasa
2011-04-057032963: StoreCM shouldn't participate in store eliminationnever
2011-03-317032696: Fix for 7029152 broke VMkvn
2011-03-307029152: Ideal nodes for String intrinsics miss memory edge optimizationkvn
2011-03-226962931: move interned strings out of the perm genjcoomes