log src/share/vm/runtime/deoptimization.cpp @ 18096:ca6d25be853b jdk8u25-b13

age author description
Tue, 01 Apr 2014 09:36:49 +0200 roland 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
Thu, 22 May 2014 15:52:41 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Tue, 25 Mar 2014 17:07:36 -0700 kvn Merge
Thu, 20 Mar 2014 17:49:27 -0700 kvn 8031320: Use Intel RTM instructions for locks
Tue, 25 Feb 2014 18:16:24 +0100 roland 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
Wed, 16 Jul 2014 15:18:48 +0200 Andreas Woess Truffle: introduce debug option to print the stack trace when transferring to the interpreter
Wed, 02 Jul 2014 18:23:56 +0200 Gilles Duboscq Move name from HotSpotNmethod to InstalledCode to have a name again for truffle nmethods.
Tue, 03 Jun 2014 17:32:39 -0700 Tom Rodriguez make trap names compatible with xml
Wed, 14 May 2014 21:24:19 -0700 Tom Rodriguez fix printing of pc in deopt message
Fri, 09 May 2014 18:46:41 +0200 Doug Simon made Graal runtime initialization in hosted mode lazy
Wed, 30 Apr 2014 15:41:44 -1000 twisti AMD64: implemented DeoptimizationStub.deoptimizationHandler
Tue, 15 Apr 2014 15:01:40 +0200 Thomas Wuerthinger Convert InstalledCode from an interface into an abstract class.
Mon, 14 Apr 2014 17:21:49 -1000 twisti add DeoptimizationStub
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Wed, 12 Mar 2014 13:30:08 +0100 Gilles Duboscq Merge
Tue, 11 Mar 2014 18:45:59 -0700 twisti Merged with jdk9/dev/hotspot changeset 3812c088b945
Tue, 25 Feb 2014 18:16:24 +0100 roland 8031752: Failed speculative optimizations should be reattempted when root of compilation is different
Wed, 19 Feb 2014 12:08:49 -0800 kvn Merge
Tue, 28 Jan 2014 12:25:34 -0800 kvn Merge
Tue, 05 Nov 2013 17:38:04 -0800 kvn Merge
Fri, 21 Jun 2013 15:56:24 -0700 kvn Merge
Thu, 20 Jun 2013 16:30:44 -0700 goetz 8016586: PPC64 (part 3): basic changes for PPC64
Thu, 23 Jan 2014 14:47:23 +0100 jwilhelm 8025856: Fix typos in the GC code
Wed, 08 Jan 2014 09:49:31 +0100 roland 8029873: compiler/uncommontrap/TestStackBangRbp.java crashes with SIGSEGV
Thu, 13 Mar 2014 15:36:30 +0100 Doug Simon Made graph caching compilation local
Mon, 03 Feb 2014 14:47:11 +0100 Gilles Duboscq On HotSpot, debug_id should be an int, not a short
Wed, 22 Jan 2014 10:54:38 -0800 Tom Rodriguez print name and sig in TraceDeoptimization output
Mon, 20 Jan 2014 19:48:53 +0100 Gilles Duboscq Deoptimization: only process the pendign speculation for Graal-compiled methods
Fri, 17 Jan 2014 14:03:59 +0100 Gilles Duboscq deoptimization, replace 'speculation' with 'debug_id' in some debug messages, Add debug messages arounf speculation handling
Thu, 12 Dec 2013 15:31:24 +0100 Gilles Duboscq Add code to trace uncollected speculations
Thu, 12 Dec 2013 15:13:02 +0100 Gilles Duboscq Add a speculation oop for uncommon trap deoptimization. Save it in the SpeculationLog during deoptimization.
Mon, 02 Dec 2013 18:06:00 +0100 Gilles Duboscq Put _pending_deoptimization and _pending_monitorenter under ifdef GRAAL
Tue, 03 Dec 2013 11:25:40 +0100 Roland Schatz Profile deoptimizations of OSR methods separately.
Thu, 28 Nov 2013 14:12:31 +0100 Bernhard Urban deoptimization: add helper to minimize hsx diff #resolve GRAAL-531
Tue, 26 Nov 2013 13:35:52 +0100 Roland Schatz Add aliasing trap reason name.
Wed, 06 Nov 2013 14:53:31 +0100 Gilles Duboscq Start passing down a 'speculation id' to deoptimizations.
Mon, 28 Oct 2013 13:01:16 +0100 Lukas Stadler PEA: support for unsafe stores of mismatching sizes, cleanup, documentation
Thu, 24 Oct 2013 11:44:55 +0200 Gilles Duboscq Only print "Graal: no installed code" in deopt if nmethod is compiled by Graal
Tue, 22 Oct 2013 15:10:14 +0200 Gilles Duboscq Add an optional name to HotSpotNmethod. Print it during deopt. Use it when installing a Truffle compilation
Fri, 11 Oct 2013 15:41:33 +0200 Gilles Duboscq Reduce HotSpot diff and fix previous merge
Fri, 11 Oct 2013 10:38:03 +0200 Gilles Duboscq Merge with hs25-b53
Thu, 26 Sep 2013 10:25:02 -0400 hseigel 7195622: CheckUnhandledOops has limited usefulness now
Fri, 13 Sep 2013 04:16:54 -0700 vlivanov 8023134: Rename VM LogFile to hotspot_pid{pid}.log (was hotspot.log)
Fri, 12 Jul 2013 15:30:28 +0200 Lukas Stadler add relative pc to uncommon trap event entry (helps debugging SEGFAULTs in copmiled code)
Wed, 19 Jun 2013 10:45:56 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Fri, 31 May 2013 14:40:26 +0200 roland 8009981: nashorn tests fail with -XX:+VerifyStack
Mon, 06 May 2013 15:25:18 +0200 Gilles Duboscq Use root method for deopt reason collecting if possible in non-graalvm
Mon, 06 May 2013 14:39:31 +0200 Christian Haeubl record deopts on the root method
Sat, 06 Apr 2013 20:04:06 +0200 Gilles Duboscq Merge with hsx25
Wed, 13 Mar 2013 09:44:45 +0100 roland 8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
Tue, 26 Mar 2013 15:35:20 +0100 Christian Haeubl fixed -XX:+PrintDeoptimizationDetails in debug/fastdebug build
Sun, 17 Mar 2013 21:20:39 +0100 Thomas Wuerthinger Support deoptimizing before the entry to a synchronized method.
Thu, 07 Mar 2013 21:00:29 +0100 Thomas Wuerthinger Minimize diff to plain HotSpot version.
Tue, 05 Mar 2013 23:44:54 +0100 Thomas Wuerthinger Merge.
Tue, 05 Feb 2013 08:25:51 -0800 vlivanov 8006613: adding reason to made_not_compilable
Tue, 05 Mar 2013 19:20:05 +0100 Thomas Wuerthinger Remove setDeoptInfo functionality. Start getting rid of scratch register usages.
Fri, 01 Feb 2013 17:32:59 +0100 Lukas Stadler keep track of leafGraphIds only at the StructuredGraph level (see GRAAL-60)
Fri, 14 Dec 2012 15:19:38 +0100 Christian Haeubl Merge.
Fri, 14 Dec 2012 13:02:49 +0100 Christian Haeubl Merge.
Tue, 11 Dec 2012 09:10:50 +0100 Christian Haeubl fixes after merge