hotspot/src/share/vm/opto/escape.cpp
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Thu, 03 Sep 2015 15:03:12 -0700 kvn 8132081: C2 support for Adler32 on SPARC
Mon, 31 Aug 2015 17:20:08 +0200 roland 8134031: Incorrect JIT compilation of complex code with inlining and escape analysis
Wed, 22 Jul 2015 20:23:53 +0300 vlivanov 8131675: EA fails with assert(false) failed: not unsafe or G1 barrier raw StoreP
Thu, 02 Jul 2015 11:12:59 +0100 aph Merge
Tue, 16 Jun 2015 17:31:53 +0100 aph 8130150: Implement BigInteger.montgomeryMultiply intrinsic
Mon, 29 Jun 2015 00:10:01 -0700 kvn 8073583: C2 support for CRC32C on SPARC
Wed, 17 Jun 2015 17:48:25 -0700 ascarpino 8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
Wed, 03 Jun 2015 15:02:10 -0700 kvn 8081778: Use Intel x64 CPU instructions for RSA acceleration
Tue, 12 May 2015 10:27:50 +0200 roland 8076188: Optimize arraycopy out for non escaping destination
Tue, 17 Feb 2015 13:54:53 -0500 drchase 8069412: Locks need better debug-printing support
Fri, 30 Jan 2015 10:27:50 -0800 kvn 8071534: assert(!failing()) failed: Must not have pending failure. Reason is: out of memory
Mon, 19 Jan 2015 09:32:40 +0100 zmajo 8066312: Add new Node* Node::find_out(int opc) method.
Tue, 02 Dec 2014 12:24:31 -0800 kvn 8066199: C2 escape analysis prevents VM from exiting quickly
Mon, 24 Nov 2014 07:29:03 -0800 vlivanov 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
Fri, 24 Oct 2014 10:28:19 -0700 kvn 8041984: CompilerThread seems to occupy all CPU in a very rare situation
Mon, 06 Oct 2014 14:53:30 +0200 roland 8058746: escape analysis special case code for array copy broken by 7173584
Mon, 29 Sep 2014 11:46:05 -0700 vlivanov 8058825: EA: ConnectionGraph::split_unique_types does incorrect scalar replacement
Thu, 25 Sep 2014 12:10:57 +0400 shade 8058968: Compiler time traces should be improved
Tue, 02 Sep 2014 12:48:45 -0700 kvn 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
Tue, 05 Aug 2014 09:58:52 +0200 thartmann 8054033: Remove unused references to Compile*
Wed, 11 Jun 2014 11:05:10 -0700 kvn 8035968: Leverage CPU Instructions to Improve SHA Performance on SPARC
Wed, 16 Apr 2014 14:49:03 -0700 kvn 8038048: assert(null_obj->escape_state() == PointsToNode::NoEscape,etc) runThese -full
Tue, 01 Apr 2014 09:05:20 -0700 morris 8001532: C2 node files refactoring
Thu, 26 Dec 2013 21:00:23 -0800 iveresov 8027388: JVM crashes with SIGSEGV (0xb) at pc=0x00000001077cbbf6
Tue, 08 Oct 2013 19:57:28 -0700 twisti 8007923: Tests on references fails
Tue, 02 Jul 2013 20:42:12 -0400 drchase 7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Fri, 31 May 2013 13:54:47 -0700 kvn 8015441: runThese crashed with assert(opcode == Op_ConP || opcode == Op_ThreadLocal || opcode == Op_CastX2P ..) failed: sanity
Mon, 13 May 2013 14:36:39 -0700 kvn 8014286: failed java/lang/Math/DivModTests.java after 6934604 changes
Thu, 09 May 2013 17:28:04 -0700 kvn 8014189: JVM crash with SEGV in ConnectionGraph::record_for_escape_analysis()
Wed, 08 May 2013 15:08:01 -0700 kvn 6934604: enable parts of EliminateAutoBox by default
Tue, 22 Jan 2013 15:34:16 -0800 kvn 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
Tue, 27 Nov 2012 17:24:15 -0800 bharadwaj 7092905: C2: Keep track of the number of dead nodes
Tue, 06 Nov 2012 15:16:32 -0800 kvn 8002069: Assert failed in C2: assert(field->edge_count() > 0) failed: sanity
Thu, 25 Oct 2012 17:32:03 -0700 kvn 7163534: VM could crashes assert(false) failed: infinite EA connection graph build
Wed, 24 Oct 2012 14:33:22 -0700 kvn 7184394: add intrinsics to use AES instructions
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()
Mon, 30 Jul 2012 09:49:25 -0700 kvn 7187454: stack overflow in C2 compiler thread on Solaris x86
Tue, 24 Jul 2012 10:51:00 -0700 twisti 7023639: JSR 292 method handle invocation needs a fast path for compiled code
Tue, 20 Mar 2012 13:10:13 -0700 kvn 7154997: assert(false) failed: not G1 barrier raw StoreP
Mon, 12 Mar 2012 10:46:47 -0700 kvn 7147744: CTW: assert(false) failed: infinite EA connection graph build
Tue, 21 Feb 2012 11:55:05 -0800 kvn 7146442: assert(false) failed: bad AD file
Fri, 10 Feb 2012 12:53:43 -0800 kvn 7129284: +DoEscapeAnalysis regression w/ early build of 7u4 (HotSpot 23) on Linux
Sat, 07 Jan 2012 13:26:43 -0800 kvn 7125896: Eliminate nested locks
Tue, 20 Dec 2011 16:56:50 +0100 roland 7121140: Allocation paths require explicit memory synchronization operations for RMO systems
Mon, 28 Nov 2011 15:46:31 -0800 kvn 7112478: after 7105605 JRuby bench_define_method_methods.rb fails with NPE
Wed, 16 Nov 2011 09:13:57 -0800 kvn 6890673: Eliminate allocations immediately after EA
Mon, 14 Nov 2011 18:38:03 -0800 kvn 7105605: Use EA info to optimize pointers compare
Mon, 07 Nov 2011 14:33:57 -0800 kvn 7059047: EA: can't find initializing store with several CheckCastPP
Tue, 25 Oct 2011 12:51:13 -0700 kvn 7059039: EA: don't change non-escaping state of NULL pointer
Sat, 04 Jun 2011 10:36:22 -0700 kvn 7050280: assert(u->as_Unlock()->is_eliminated()) failed: sanity
Wed, 20 Apr 2011 18:29:35 -0700 kvn 7026700: regression in 6u24-rev-b23: Crash in C2 compiler in PhaseIdealLoop::build_loop_late_post
Wed, 06 Apr 2011 17:32:09 -0700 kvn 6992789: assert(phi->_idx >= nodes_size()) failed: only new Phi per instance memory slice
Mon, 07 Feb 2011 10:25:39 -0800 kvn 7013538: Java memory leak with escape analysis
Tue, 21 Dec 2010 13:56:40 -0800 kvn 7003130: assert(iterations<CG_BUILD_ITER_LIMIT) failed: infinite EA connection graph
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Sat, 06 Nov 2010 20:35:36 -0700 kvn 6991188: C2 Crashes while compiling method
Wed, 22 Sep 2010 13:01:12 -0700 never 6982537: Crash in Node*step_through_mergemem
less more (0) -60 tip