log src/cpu/x86/vm/frame_x86.cpp @ 21559:be896a1983c0

age author description
Thu, 28 May 2015 15:36:48 +0200 Doug Simon recast all Graal native code as JVMCI code (JBS:GRAAL-53)
Thu, 22 Jan 2015 09:45:56 +0100 Doug Simon fixed unbalanced #ifdef
Tue, 13 Jan 2015 12:59:48 +0100 Doug Simon guarded use of 64-bit only code with #ifdefs
Wed, 15 Oct 2014 16:02:50 +0200 Gilles Duboscq Merge with jdk8u20-b26
Thu, 22 May 2014 15:52:41 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Tue, 02 Sep 2014 21:42:29 -0700 Tom Rodriguez Claim entry_frame slots for VerifyStack
Mon, 24 Mar 2014 21:30:43 +0100 Doug Simon Backed out merge changeset: b51e29501f30
Tue, 18 Mar 2014 20:19:10 -0700 twisti Merged with jdk9/dev/hotspot changeset 9486a41de3b7
Wed, 05 Mar 2014 15:14:25 +0100 roland 8036146: make CPP interpreter build again
Wed, 18 Dec 2013 00:00:24 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Thu, 05 Dec 2013 12:35:38 +0100 mgronlun 8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
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
Mon, 26 Aug 2013 18:04:53 +0200 Gilles Duboscq Include Graal in some ifdefs related to rbp allocation
Wed, 31 Jul 2013 11:00:54 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Mon, 24 Jun 2013 18:55:46 -0400 coleenp 8016325: JVM hangs verifying system dictionary
Wed, 19 Jun 2013 10:45:56 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Sat, 06 Apr 2013 20:04:06 +0200 Gilles Duboscq Merge with hsx25
Wed, 06 Mar 2013 13:46:55 -0500 jprovino 8006498: #if <symbol> is wrong in the code.
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, 26 Feb 2013 14:09:52 +0100 rbackman 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
Fri, 14 Dec 2012 14:35:13 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Wed, 28 Nov 2012 17:50:21 -0500 coleenp 8003635: NPG: AsynchGetCallTrace broken by Method* virtual call
Mon, 12 Nov 2012 23:14:12 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ after NPG - C++ build works
Sat, 01 Sep 2012 13:25:18 -0400 coleenp 6964458: Reimplement class meta-data storage to use native memory
Tue, 21 Aug 2012 10:39:19 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Tue, 24 Jul 2012 10:51:00 -0700 twisti 7023639: JSR 292 method handle invocation needs a fast path for compiled code
Mon, 27 Feb 2012 13:10:13 +0100 Thomas Wuerthinger Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Mon, 30 Jan 2012 19:37:14 -0800 iveresov 7141059: 7116795 broke pure c2 builds
Thu, 26 Jan 2012 16:49:22 +0100 bdelsart 7120468: SPARC/x86: use frame::describe to enhance trace_method_handle
Tue, 24 Jan 2012 15:41:17 +0100 bdelsart 7120450: complete information dumped by frame_describe
Wed, 18 Jan 2012 16:18:31 +0100 bdelsart 7120448: Fix FP values for compiled frames in frame::describe
Tue, 21 Feb 2012 16:05:46 -0800 Christian Haeubl added flag PrintDeoptimizationDetails
Sat, 17 Dec 2011 21:40:27 +0100 Thomas Wuerthinger Merge with hsx23/hotspot.
Thu, 03 Nov 2011 04:12:49 -0700 twisti 7106944: assert(_pc == *pc_addr) failed may be too strong
Tue, 11 Oct 2011 02:19:37 -0700 twisti 7081938: JSR292: assert(magic_number_2() == MAGIC_NUMBER_2) failed
Thu, 08 Sep 2011 10:12:25 +0200 bdelsart 7087445: Improve platform independence of JSR292 shared code
Wed, 27 Jul 2011 17:32:44 -0700 Thomas Wuerthinger Merge.
Mon, 09 May 2011 19:45:52 -0700 never 7043301: assert(locals < caller->fp() || locals > (caller->fp() + 16)) failed: locals in save area
Fri, 06 May 2011 16:33:13 -0700 never 6939861: JVM should handle more conversion operations
Mon, 02 May 2011 18:53:37 -0700 never 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
Mon, 21 Feb 2011 19:28:35 +0100 Thomas Wuerthinger Small clean up to reduce delta to OpenJDK.
Fri, 07 Jan 2011 18:18:08 +0100 Thomas Wuerthinger Merge.
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Mon, 27 Dec 2010 14:22:55 +0100 Thomas Wuerthinger Support for custom stack area (needed for deoptimization).
Wed, 25 Aug 2010 05:27:54 -0700 twisti 6978355: renaming for 6961697
Tue, 03 Aug 2010 08:13:38 -0400 bobv 6953477: Increase portability and flexibility of building Hotspot
Thu, 27 May 2010 19:08:38 -0700 trims 6941466: Oracle rebranding changes for Hotspot repositories
Tue, 11 May 2010 15:19:19 -0700 jrose Merge
Fri, 30 Apr 2010 08:37:24 -0700 twisti 6943304: remove tagged stack interpreter
Tue, 27 Apr 2010 18:13:47 -0700 johnc 6946056: assert((intptr_t) sp()<=(intptr_t) result,"result must>=than stack pointer"), frame_x86.cpp:295
Mon, 01 Feb 2010 19:29:46 +0100 twisti 6921352: JSR 292 needs its own deopt handler
Fri, 29 Jan 2010 08:33:24 -0800 twisti 6921339: backout 6917766
Fri, 29 Jan 2010 12:13:05 +0100 twisti 6917766: JSR 292 needs its own deopt handler
Mon, 04 Jan 2010 18:38:08 +0100 twisti 6893081: method handle & invokedynamic code needs additional cleanup (post 6815692, 6858164)
Tue, 28 Jul 2009 12:12:40 -0700 xdono 6862919: Update copyright year
Fri, 05 Jun 2009 10:25:39 -0700 cfang 6848466: frame::frame_size() assertion failure with -XX:+DebugDeoptimization
Wed, 27 Aug 2008 00:21:55 -0700 never 5108146: Merge i486 and amd64 cpu directories