hotspot/src/share/vm/opto/memnode.cpp
Thu, 06 Jul 2017 01:50:26 +0200 jwilhelm 8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
Wed, 05 Jul 2017 11:33:17 +0200 stefank 8183552: Move align functions to align.hpp
Tue, 04 Jul 2017 15:58:10 +0200 stefank 8178499: Remove _ptr_ and _size_ infixes from align functions
Wed, 28 Jun 2017 19:12:58 -0400 coleenp 8182848: Some functions misplaced in debug.hpp
Fri, 23 Jun 2017 09:33:21 +0200 roland 8181742: Load that bypasses arraycopy has wrong memory state
Fri, 02 Jun 2017 09:08:34 +0200 roland 8179678: ArrayCopy with same src and dst can cause incorrect execution or compiler crash
Mon, 22 May 2017 09:23:59 +0200 thartmann 8180575: Null pointer dereference in LoadNode::Identity()
Mon, 22 May 2017 09:16:46 +0200 thartmann 8180617: Null pointer dereference in InitializeNode::complete_stores
Wed, 19 Apr 2017 18:02:26 -0700 iveresov 8178047: Aliasing problem with raw memory accesses
Thu, 22 Sep 2016 18:29:15 +0200 goetz 8166561: [s390] Adaptions needed for s390 port in C1 and C2.
Tue, 23 Aug 2016 13:44:26 +0200 thartmann 8038348: Instance field load is replaced by wrong data Phi
Wed, 06 Jul 2016 15:05:28 +0300 vlivanov 8160360: Mismatched field loads are folded in LoadNode::Value
Thu, 02 Jun 2016 08:46:52 +0200 thartmann 8156760: VM crashes if -XX:-ReduceInitialCardMarks is set
Thu, 12 May 2016 08:25:42 +0200 thartmann 8155241: Crash with assert in Xcomp mode and with disabled ReduceBulkZeroing
Fri, 22 Apr 2016 01:04:00 -0700 amurillo Merge
Tue, 12 Apr 2016 14:17:42 -0400 bharadwaj Merge
Mon, 11 Apr 2016 21:42:55 +0300 vlivanov 8152590: C2: @Stable support doesn't always work w/ incremental inlining
Wed, 30 Mar 2016 17:04:14 +0200 ikrylov 8147844: new method j.l.Runtime.onSpinWait() and the corresponding x86 hotspot instrinsic
Tue, 13 Oct 2015 18:13:34 -0400 coleenp 8132051: Better byte behavior
Thu, 07 Apr 2016 09:47:48 -0700 dcubed Merge
Tue, 29 Mar 2016 21:33:26 +0300 vlivanov 8152972: C2 crashes with SIGSEGV in LoadNode::make
Mon, 28 Mar 2016 13:49:34 +0300 vlivanov 8152179: C2: Folding of unsigned loads is broken w/ @Stable
Mon, 28 Mar 2016 13:49:34 +0300 vlivanov 8152773: C2: LoadNode properties aren't preserved when converting between signed/unsigned variants
Mon, 04 Apr 2016 12:57:48 -0400 jprovino 8132524: Missing includes to resourceArea.hpp
Fri, 04 Mar 2016 01:30:11 +0300 shade 8146801: Allocating short arrays of non-constant size is slow
Tue, 01 Mar 2016 20:06:47 +0300 vlivanov 8150933: System::arraycopy intrinsic doesn't mark mismatched loads
Mon, 29 Feb 2016 23:46:55 +0300 vlivanov 8150543: Mismatched access detection is inaccurate
Fri, 26 Feb 2016 01:58:26 +0300 vlivanov 8150186: Folding mismatched accesses with @Stable is incorrect
Mon, 15 Feb 2016 23:45:15 +0300 shade 8149813: Move trusted final field handling from C2 LoadNode::Value to shared code
Tue, 12 Jan 2016 12:55:09 +0100 thartmann 8146629: Make phase->is_IterGVN() accessible from Node::Identity and Node::Value
Tue, 12 Jan 2016 09:19:09 +0100 zmajo 8086053: Address inconsistencies regarding ZeroTLAB
Tue, 17 Nov 2015 12:00:16 +0100 roland 8142386: Octane crashes with assert(is_Load())
Wed, 28 Oct 2015 10:20:33 +0100 roland 8140309: [REDO] failed: no mismatched stores, except on raw memory: StoreB StoreI
Wed, 21 Oct 2015 18:05:45 -0400 dlong 8140267: assert(is_native_ptr || alias_type->adr_type() == TypeOopPtr::BOTTOM || alias_type->field() != __null || alias_type->element() != __null) failed: field, array element or unknown
Fri, 16 Oct 2015 16:53:02 +0200 roland 8136473: failed: no mismatched stores, except on raw memory: StoreB StoreI
Wed, 07 Oct 2015 01:03:24 +0200 jwilhelm Merge
Mon, 21 Sep 2015 10:51:33 +0200 roland 8136596: Remove aarch64: MemBarRelease when final field's allocation is NoEscape or ArgEscape
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Tue, 01 Sep 2015 19:48:10 +0300 shade 8134758: Final String field values should be trusted as stable
Wed, 29 Jul 2015 17:25:04 +0200 roland 8080289: Intermediate writes in a loop not eliminated by optimizer
Sat, 15 Aug 2015 02:54:18 +0200 roland 8130847: Cloned object's fields observed as null after C2 escape analysis
Fri, 12 Jun 2015 14:10:17 +0200 roland 8086046: escape analysis generates incorrect code as of B67
Thu, 21 May 2015 13:54:07 +0200 roland 8077504: Unsafe load can loose control dependency and cause crash
Tue, 12 May 2015 10:27:50 +0200 roland 8076188: Optimize arraycopy out for non escaping destination
Tue, 24 Mar 2015 10:25:09 +0100 roland 8069191: moving predicate out of loops may cause array accesses to bypass null check
Fri, 13 Feb 2015 14:37:35 +0100 stefank 8072911: Remove includes of oop.inline.hpp from .hpp files
Mon, 19 Jan 2015 09:32:40 +0100 zmajo 8066312: Add new Node* Node::find_out(int opc) method.
Fri, 19 Dec 2014 16:42:40 -0800 vlivanov 8067338: compiler/debug/TraceIterativeGVN.java segfaults
Mon, 17 Nov 2014 14:02:45 -0800 vlivanov 8062258: compiler/debug/TraceIterativeGVN.java segfaults in trace_PhaseIterGVN
Thu, 06 Nov 2014 09:40:58 +0100 zmajo 8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc)
Fri, 24 Oct 2014 09:13:12 -0700 vlivanov 8058847: C2: EliminateAutoBox regression after 8042786
Thu, 04 Sep 2014 22:59:17 -0700 kvn Merge
Fri, 29 Aug 2014 16:32:29 +0200 roland 8055910: closed/java/util/Collections/CheckedCollections.java failed with ClassCastException not thrown
Thu, 28 Aug 2014 11:29:09 -0400 coleenp 8049105: Move array component mirror to instance of java/lang/Class (hotspot part 2)
Tue, 05 Aug 2014 09:58:52 +0200 thartmann 8054033: Remove unused references to Compile*
Fri, 25 Jul 2014 10:06:17 +0200 thartmann 8040213: C2 does not put all modified nodes on IGVN worklist
Mon, 02 Jun 2014 08:07:29 +0200 thartmann 8034812: remove IDX_INIT macro hack in Node class
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Tue, 06 May 2014 09:17:57 +0200 anoll 8036851: volatile double accesses are not explicitly atomic in C2
Fri, 02 May 2014 16:44:54 -0700 kvn 8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR))
less more (0) -100 -60 tip