Wed, 15 Apr 2020 11:49:55 +0800 Merge file | diff | annotate
Tue, 29 Oct 2019 16:02:21 +0100 8233023: assert(Opcode() == mem->Opcode() || phase->C->get_alias_index(adr_type()) == Compile::AliasIdxRaw) failed: no mismatched stores, except on raw memory file | diff | annotate
Sat, 09 Nov 2019 20:29:45 +0800 Merge file | diff | annotate
Mon, 19 Aug 2019 17:36:36 +0200 8219517: assert(false) failed: infinite loop in PhaseIterGVN::optimize file | diff | annotate
Thu, 05 Sep 2019 18:52:27 +0800 Merge file | diff | annotate
Wed, 01 May 2019 22:02:48 +0530 8202414: Unsafe write after primitive array creation may result in array length change file | diff | annotate
Wed, 23 Jan 2019 23:24:10 -0800 8213825: assert(false) failed: Non-balanced monitor enter/exit! Likely JNI locking file | diff | annotate
Mon, 28 May 2018 10:33:52 +0800 Merge file | diff | annotate
Tue, 24 Oct 2017 23:06:24 -0700 Merge file | diff | annotate
Fri, 30 Jun 2017 23:45:31 -0700 Merge file | diff | annotate
Fri, 28 Oct 2016 22:36:23 +0000 8038348: Instance field load is replaced by wrong data Phi file | diff | annotate
Tue, 31 Jan 2017 16:31:09 +0300 8173631: Backout three hotspot fixes from 8u121-bpr repo file | diff | annotate
Tue, 25 Jul 2017 10:10:41 -0400 8178047: Aliasing problem with raw memory accesses file | diff | annotate
Thu, 24 May 2018 18:41:44 +0800 Merge file | diff | annotate
Mon, 22 May 2017 09:23:59 +0200 8180575: Null pointer dereference in LoadNode::Identity() file | diff | annotate
Mon, 22 May 2017 09:16:46 +0200 8180617: Null pointer dereference in InitializeNode::complete_stores file | diff | annotate
Wed, 23 Nov 2016 23:01:34 -0800 8140309: [REDO] failed: no mismatched stores, except on raw memory: StoreB StoreI file | diff | annotate
Fri, 28 Oct 2016 22:36:23 +0000 8038348: Instance field load is replaced by wrong data Phi file | diff | annotate
Thu, 24 May 2018 17:06:56 +0800 Merge file | diff | annotate
Fri, 15 Jan 2016 22:33:15 +0000 8132051: Better byte behavior file | diff | annotate
Tue, 17 Oct 2017 12:58:25 +0800 merge file | diff | annotate
Wed, 03 Jun 2015 14:22:57 +0200 8077504: Unsafe load can loose control dependency and cause crash file | diff | annotate
Tue, 06 May 2014 09:17:57 +0200 8036851: volatile double accesses are not explicitly atomic in C2 file | diff | annotate
Thu, 12 Oct 2017 21:27:07 +0800 merge file | diff | annotate
Fri, 24 Oct 2014 09:13:12 -0700 8058847: C2: EliminateAutoBox regression after 8042786 file | diff | annotate
Mon, 10 Nov 2014 17:14:59 +0100 8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc) file | diff | annotate
Tue, 08 Aug 2017 15:57:29 +0800 merge file | diff | annotate
Thu, 22 May 2014 15:52:41 -0400 8037816: Fix for 8036122 breaks build with Xcode5/clang file | diff | annotate
Fri, 02 May 2014 16:44:54 -0700 8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR)) file | diff | annotate
Fri, 28 Mar 2014 10:04:07 -0700 8036667: "assert(adr->is_AddP() && adr->in(AddPNode::Offset)->is_Con()) failed: offset is a constant" with FoldStableValues on file | diff | annotate
Tue, 25 Feb 2014 15:11:18 -0800 Merge file | diff | annotate
Wed, 22 Jan 2014 17:42:23 -0800 Merge file | diff | annotate
Mon, 23 Dec 2013 10:26:08 -0800 Merge file | diff | annotate
Tue, 26 Nov 2013 18:38:19 -0800 8028515: PPPC64 (part 113.2): opto: Introduce LoadFence/StoreFence. file | diff | annotate
Fri, 15 Nov 2013 11:05:32 -0800 8024921: PPC64 (part 113): Extend Load and Store nodes to know about memory ordering file | diff | annotate
Fri, 24 Jan 2014 09:31:53 +0100 8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed file | diff | annotate
Tue, 24 Dec 2013 11:48:39 -0800 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 file | diff | annotate
Fri, 06 Dec 2013 16:43:56 -0800 8029366: ShouldNotReachHere error when creating an array with component type of void file | diff | annotate
Mon, 16 Sep 2013 09:41:03 +0200 Merge file | diff | annotate
Mon, 12 Aug 2013 17:37:02 +0200 8015107: NPG: Use consistent naming for metaspace concepts file | diff | annotate
Tue, 10 Sep 2013 14:51:48 -0700 8001107: @Stable annotation for constant folding of lazily evaluated variables file | diff | annotate
Tue, 25 Jun 2013 12:07:07 -0700 8017243: 8001345 is incomplete file | diff | annotate
Thu, 20 Jun 2013 16:08:11 -0700 Merge file | diff | annotate
Wed, 19 Jun 2013 00:41:56 +0200 8001345: VM crashes with assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc file | diff | annotate
Thu, 13 Jun 2013 22:02:40 -0700 8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux file | diff | annotate
Wed, 08 May 2013 15:08:01 -0700 6934604: enable parts of EliminateAutoBox by default file | diff | annotate
Wed, 06 Mar 2013 12:25:57 -0800 8009472: Print additional information for 8004640 failure file | diff | annotate
Mon, 25 Feb 2013 14:13:04 +0100 8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution file | diff | annotate
Tue, 22 Jan 2013 15:34:16 -0800 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86 file | diff | annotate
Thu, 03 Jan 2013 15:09:55 -0800 8005522: use fast-string instructions on x86 for zeroing file | diff | annotate
Fri, 12 Oct 2012 09:22:52 -0700 Merge file | diff | annotate
Tue, 09 Oct 2012 10:11:38 +0200 7054512: Compress class pointers after perm gen removal file | diff | annotate
Sat, 29 Sep 2012 06:40:00 -0400 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass file | diff | annotate
Thu, 27 Sep 2012 09:38:42 -0700 7193318: C2: remove number of inputs requirement from Node's new operator file | diff | annotate
Thu, 20 Sep 2012 16:49:17 +0200 7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement() file | diff | annotate
Sat, 01 Sep 2012 13:25:18 -0400 6964458: Reimplement class meta-data storage to use native memory file | diff | annotate
Fri, 15 Jun 2012 01:25:19 -0700 7119644: Increase superword's vector size up to 256 bits file | diff | annotate
Mon, 11 Jun 2012 14:58:51 -0700 7174510: 19 JCK compiler tests fail with C2 error: memNode.cpp:812 - ShouldNotReachHere file | diff | annotate
Tue, 24 Jan 2012 17:04:51 -0800 7132936: guarantee(t != NULL) failed: must be con file | diff | annotate
Fri, 20 Jan 2012 09:43:06 -0800 7131302: connode.cpp:205 Error: ShouldNotReachHere() file | diff | annotate
(0)-100-60tip

mercurial