hotspot/src/share/vm/opto/memnode.hpp
Wed, 19 Apr 2017 18:02:26 -0700 iveresov 8178047: Aliasing problem with raw memory accesses
Wed, 15 Jun 2016 11:21:36 +0300 shade 8157726: VarHandles/Unsafe should support sub-word atomic ops
Wed, 30 Mar 2016 17:04:14 +0200 ikrylov 8147844: new method j.l.Runtime.onSpinWait() and the corresponding x86 hotspot instrinsic
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
Fri, 04 Mar 2016 01:30:11 +0300 shade 8146801: Allocating short arrays of non-constant size is slow
Tue, 23 Feb 2016 22:09:41 +0300 shade 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
Tue, 12 Jan 2016 12:55:09 +0100 thartmann 8146629: Make phase->is_IterGVN() accessible from Node::Identity and Node::Value
Tue, 17 Nov 2015 12:00:16 +0100 roland 8142386: Octane crashes with assert(is_Load())
Fri, 13 Nov 2015 13:31:48 +0100 neliasso Merge
Thu, 05 Nov 2015 19:31:57 +0100 jwilhelm Merge
Tue, 27 Oct 2015 14:18:56 +0000 chegar 8139891: Prepare Unsafe for true encapsulation
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
Sat, 15 Aug 2015 02:54:18 +0200 roland 8130847: Cloned object's fields observed as null after C2 escape analysis
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
Thu, 26 Feb 2015 10:56:54 -0800 kvn Merge
Thu, 11 Dec 2014 15:06:12 -0800 kvn Merge
Thu, 11 Dec 2014 13:11:53 -0800 aph 8064611: AARCH64: Changes to HotSpot shared code
Tue, 10 Feb 2015 21:32:05 +0100 psandoz 8068977: Remove unused sun.misc.Unsafe prefetch intrinsic support
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)
Tue, 05 Aug 2014 09:58:52 +0200 thartmann 8054033: Remove unused references to Compile*
Tue, 06 May 2014 09:17:57 +0200 anoll 8036851: volatile double accesses are not explicitly atomic in C2
Tue, 01 Apr 2014 09:05:20 -0700 morris 8001532: C2 node files refactoring
Tue, 28 Jan 2014 12:25:34 -0800 kvn Merge
Tue, 24 Dec 2013 11:48:39 -0800 mikael 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
Tue, 26 Nov 2013 18:38:19 -0800 goetz 8028515: PPPC64 (part 113.2): opto: Introduce LoadFence/StoreFence.
Thu, 21 Nov 2013 12:30:35 -0800 kvn Merge
Fri, 15 Nov 2013 11:05:32 -0800 goetz 8024921: PPC64 (part 113): Extend Load and Store nodes to know about memory ordering
Tue, 05 Nov 2013 01:57:18 -0800 iveresov 8017065: C2 allows safepoint checks to leak into G1 pre-barriers
Wed, 08 May 2013 15:08:01 -0700 kvn 6934604: enable parts of EliminateAutoBox by default
Mon, 25 Feb 2013 14:13:04 +0100 roland 8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution
Tue, 22 Jan 2013 15:34:16 -0800 kvn 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
Fri, 12 Oct 2012 09:22:52 -0700 kvn Merge
Tue, 09 Oct 2012 10:09:34 -0700 mikael 7197424: update copyright year to match last edit in jdk8 hotspot repository
Tue, 09 Oct 2012 12:40:05 -0700 vlivanov 7199654: Remove LoadUI2LNode
Tue, 09 Oct 2012 10:11:38 +0200 roland 7054512: Compress class pointers after perm gen removal
Thu, 20 Sep 2012 16:49:17 +0200 roland 7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()
Tue, 12 Jun 2012 14:31:44 -0700 twisti 7174218: remove AtomicLongCSImpl intrinsics
Fri, 20 Jan 2012 09:43:06 -0800 kvn 7131302: connode.cpp:205 Error: ShouldNotReachHere()
Tue, 20 Dec 2011 16:56:50 +0100 roland 7121140: Allocation paths require explicit memory synchronization operations for RMO systems
Wed, 16 Nov 2011 09:13:57 -0800 kvn 6890673: Eliminate allocations immediately after EA
Mon, 26 Sep 2011 10:24:05 -0700 kvn 7081933: Use zeroing elimination optimization for large array
Tue, 16 Aug 2011 16:59:46 -0700 kvn 7079329: Adjust allocation prefetching for T4
Tue, 02 Aug 2011 18:36:40 +0200 roland 7074017: Introduce MemBarAcquireLock/MemBarReleaseLock nodes for monitor enter/exit code paths
Tue, 05 Apr 2011 14:12:31 -0700 trims 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass
Wed, 30 Mar 2011 12:08:49 -0700 kvn 7029152: Ideal nodes for String intrinsics miss memory edge optimization
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Tue, 15 Jun 2010 18:07:27 -0700 kvn 6959430: Make sure raw loads have control edge
Thu, 27 May 2010 19:08:38 -0700 trims 6941466: Oracle rebranding changes for Hotspot repositories
Wed, 07 Apr 2010 12:39:27 -0700 kvn 6940726: Use BIS instruction for allocation prefetch on Sparc
Thu, 28 Jan 2010 16:28:28 -0800 never 6920346: G1: "must avoid base_memory and AliasIdxTop"
Wed, 09 Dec 2009 16:40:45 -0800 kvn 6895383: JCK test throws NPE for method compiled with Escape Analysis
Mon, 14 Sep 2009 12:14:20 -0700 kvn 6827605: new String intrinsics may prevent EA scalar replacement
Mon, 14 Sep 2009 09:49:54 -0700 cfang 6877254: Server vm crashes with no branches off of store slice" when run with CMS and UseSuperWord(default)
Tue, 31 Mar 2009 14:07:08 -0700 cfang 6761600: Use sse 4.2 in intrinsics
less more (0) -60 tip