log src/cpu/x86/vm/sharedRuntime_x86_64.cpp @ 6517:2dfab5607b3d

age author description
Fri, 05 Oct 2012 13:44:26 +0200 Lukas Stadler fix hashCode changes: port to x64
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
Thu, 01 Mar 2012 15:31:33 -0800 never 7150051: incorrect oopmap in critical native
Tue, 28 Feb 2012 10:04:01 -0800 never 7145024: Crashes in ucrypto related to C2
Mon, 27 Feb 2012 11:42:30 +0100 roland 7148486: At a method handle call returning with an exception may call the runtime with misaligned stack (x64)
Thu, 15 Mar 2012 16:34:31 -0700 Christian Haeubl fixed two cases where DeoptAction was invalid
Tue, 13 Mar 2012 18:53:33 -0700 Christian Haeubl more preparations for disabling runtime feedback selectively based on deoptimization history
Tue, 28 Feb 2012 18:00:35 +0100 Lukas Stadler added RiCompiledMethod.execute and the required VM infrastructure
Mon, 27 Feb 2012 23:36:29 +0100 Thomas Wuerthinger 2 more #ifdef GRAAL
Mon, 27 Feb 2012 23:05:48 +0100 Thomas Wuerthinger Added missing #ifdef GRAAL
Mon, 27 Feb 2012 21:43:51 +0100 Thomas Wuerthinger More diff vs hsx24 optimizations.
Mon, 27 Feb 2012 13:10:13 +0100 Thomas Wuerthinger Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Wed, 01 Feb 2012 16:57:08 -0800 never 7013347: allow crypto functions to be called inline to enhance performance
Thu, 23 Feb 2012 12:06:39 +0100 Thomas Wuerthinger Merge.
Wed, 22 Feb 2012 14:07:10 +0100 Thomas Wuerthinger Small changes to the deopt stub.
Wed, 22 Feb 2012 16:53:23 -0800 Christian Haeubl another fix for resolving the issue with biased monitor and deoptimization
Tue, 21 Feb 2012 19:31:06 +0100 Thomas Wuerthinger Call uncommon_trap instead of fetch_unroll_info to correctly revoke biased locks on deopt.
Sat, 17 Dec 2011 21:40:27 +0100 Thomas Wuerthinger Merge with hsx23/hotspot.
Fri, 04 Nov 2011 13:55:31 -0700 never 6636110: unaligned stackpointer leads to crash during deoptimization
Thu, 08 Sep 2011 10:12:25 +0200 bdelsart 7087445: Improve platform independence of JSR292 shared code
Mon, 08 Aug 2011 18:24:21 +0200 Lukas Stadler recompile upon deoptimizations that are caused by runtime exceptions
Wed, 27 Jul 2011 17:32:44 -0700 Thomas Wuerthinger Merge.
Fri, 03 Jun 2011 22:31:43 -0700 never 7045514: SPARC assembly code for JSR 292 ricochet frames
Fri, 06 May 2011 16:33:13 -0700 never 6939861: JVM should handle more conversion operations
Fri, 10 Jun 2011 19:50:16 +0200 Lukas Stadler fixed graph start frame state
Fri, 10 Jun 2011 15:01:14 +0200 Lukas Stadler deoptimization action (invalidate, reprofile, ...)
Thu, 09 Jun 2011 20:25:38 +0200 Lukas Stadler small fix in deopt stub, more branch prediction code
Wed, 08 Jun 2011 14:01:51 +0200 Thomas Wuerthinger Rebranded C++ part from C1X to Graal.
Fri, 06 May 2011 16:20:56 +0200 Thomas Wuerthinger Deopt on implicit null pointer exception.