log src/share/vm/graal/graalCompilerToVM.cpp @ 5747:120820e30baa

age author description
Tue, 03 Jul 2012 16:56:40 +0200 Christian Haeubl added basic high-level interpreter support to HotSpot
Fri, 15 Jun 2012 16:12:41 +0200 Doug Simon added oop verification to NewInstanceSnippets when -XX:+VerifyOops is enabled
Fri, 15 Jun 2012 13:16:43 +0200 Doug Simon reverted to using fast_new_instance_init_check_id stub to use fast TLAB refilling
Thu, 14 Jun 2012 14:03:28 +0200 Doug Simon made NewInstanceSnippets respect the UseTLAB HotSpot option
Mon, 11 Jun 2012 15:34:33 +0200 Doug Simon replaced use of HotSpot fast_new_instance_init_check stub with new_instance_stub as both the XIR and Java snippets include the fast allocation path and the initialization check
Sun, 10 Jun 2012 01:17:48 +0200 Thomas Wuerthinger Bring Java renamings and restructurings to the C++ part.
Sat, 09 Jun 2012 20:32:31 +0200 Thomas Wuerthinger Renaming hotspot.ri => hotspot.meta.
Sat, 09 Jun 2012 20:10:05 +0200 Thomas Wuerthinger Dropping Ci* prefixes. Some additional renamings in the api.code interface.
Sat, 09 Jun 2012 17:35:43 +0200 Thomas Wuerthinger Convert ExceptionHandler class from interface to final data class. Remove CiExceptionHandler and HotSpotExceptionHandler classes and replace usages with ExceptionHandler class.
Sat, 09 Jun 2012 16:52:12 +0200 Thomas Wuerthinger More renamings to drop Ri* prefix completely. Deleted graph.BitMap class and replaced with java.util.BitSet.
Fri, 08 Jun 2012 23:47:42 +0200 Thomas Wuerthinger Renaming RiKind => Kind.
Fri, 08 Jun 2012 23:41:02 +0200 Thomas Wuerthinger Renamed RiConstant => Constant.
Fri, 08 Jun 2012 23:35:16 +0200 Thomas Wuerthinger Renaming RiCompiledMethod => InstalledCode.
Fri, 08 Jun 2012 21:48:37 +0200 Thomas Wuerthinger Remove compiler member field from HotSpot's implementation of the Ri* interfaces.
Thu, 07 Jun 2012 19:02:39 +0200 Thomas Wuerthinger Changes in the C++ part according to the Java renamings.
Thu, 07 Jun 2012 18:37:15 +0200 Thomas Wuerthinger Changes in C++ part for the Java renamings.
Thu, 07 Jun 2012 17:25:52 +0200 Thomas Wuerthinger C++ changes for the renamings of CiKind and CiConstant.
Fri, 01 Jun 2012 16:35:31 +0200 Gilles Duboscq fix : GCC 4.7 considers conversion of false to a jobject an error
Fri, 01 Jun 2012 11:10:49 +0200 Doug Simon lifted fast subtype check into checkcast snippets
Fri, 25 May 2012 20:23:24 +0200 Thomas Wuerthinger Elimination of unused methods in the CRI.
Mon, 14 May 2012 21:51:32 +0200 Doug Simon fixed bug in returning array values from CompilerToVMImpl.executeCompiledMethodVarargs
Fri, 27 Apr 2012 12:56:39 -0700 Christian Wimmer Method entry counters: Enable the flag to collect an execution profile of compiled methods and their callers. This allows to, e.g., detect methods that should be inlined because they are called frequently.
Mon, 23 Apr 2012 15:49:11 +0200 Doug Simon added support for disassembling code after installation (so that the result of patching and relocation can be seen)
Fri, 20 Apr 2012 14:13:59 +0200 Doug Simon removed unwind stub from Graal compiled methods as it is only used by C1
Tue, 17 Apr 2012 13:52:38 +0200 Doug Simon added RiCompiledMethod.executeVarargs(Object...) to support compiling and calling arbitrary Java methods
Fri, 13 Apr 2012 11:15:36 +0200 Doug Simon made HotSpotResolvedMethodImpl.toStackTraceElement() call into native code to get an object containing source file info
Fri, 23 Mar 2012 12:12:35 -0700 Christian Haeubl bugfix, parallel GC seems stable
Thu, 22 Mar 2012 18:54:02 -0700 Christian Haeubl some GC fixes
Wed, 21 Mar 2012 11:28:22 +0100 Lukas Stadler Merge
Wed, 21 Mar 2012 10:47:02 +0100 Lukas Stadler Support for recording a leaf graph id for each deoptimization point in the debug info.
Mon, 19 Mar 2012 14:43:15 -0700 Christian Haeubl finished first implementation of disabling runtime feedback selectively based on deoptimization history
Thu, 08 Mar 2012 19:24:41 +0100 Thomas Wuerthinger Adjust C++ part according to the renaming.
Thu, 01 Mar 2012 15:36:35 +0100 Lukas Stadler fixes to vtable stub inlining: compute offset on demand, look out for interface methods
Thu, 01 Mar 2012 12:11:19 +0100 Lukas Stadler add option to inline VTable stubs
Tue, 28 Feb 2012 18:00:35 +0100 Lukas Stadler added RiCompiledMethod.execute and the required VM infrastructure
Mon, 27 Feb 2012 14:58:47 +0100 Thomas Wuerthinger Merge fix #3.
Mon, 27 Feb 2012 14:36:47 +0100 Thomas Wuerthinger Merge fixes.
Fri, 17 Feb 2012 10:34:34 -0800 Christian Haeubl fixed checkcast when inlining more than one method
Thu, 09 Feb 2012 13:26:51 -0800 Christian Haeubl changed profiling maturity so that profiling information is used more likely
Thu, 09 Feb 2012 10:03:21 +0100 Thomas Wuerthinger Merge.
Thu, 09 Feb 2012 10:03:00 +0100 Thomas Wuerthinger Fixed signature lookup (unresolved arguments remained unresolved all the time).
Wed, 08 Feb 2012 21:15:00 -0800 Christian Haeubl Merge
Tue, 07 Feb 2012 18:37:49 -0800 Christian Haeubl added two inlining policies for comparison
Tue, 07 Feb 2012 21:15:58 +0100 Andreas Woess Implement eager type resolving.
Mon, 06 Feb 2012 18:32:30 -0800 Christian Haeubl fixed windows build, filtered methodDataOop for reflection
Thu, 02 Feb 2012 16:07:52 -0800 Christian Haeubl Merge
Tue, 24 Jan 2012 13:25:16 -0800 Christian Haeubl bugfixes
Mon, 23 Jan 2012 18:56:52 -0800 Christian Haeubl bugfixes
Mon, 23 Jan 2012 15:02:58 -0800 Christian Haeubl fixed methodDataOop access
Mon, 23 Jan 2012 13:37:40 -0800 Christian Haeubl Merge
Mon, 23 Jan 2012 13:22:43 -0800 Christian Haeubl fixed graal to hotspot
Thu, 19 Jan 2012 16:29:35 -0800 Christian Haeubl profiling info first try
Mon, 23 Jan 2012 14:35:29 +0100 Peter Hofer Fix eager resolving for class constants
Wed, 18 Jan 2012 20:08:08 -0800 Christian Wimmer Use HotSpot disassmblers for native code and bytecode
Wed, 04 Jan 2012 22:08:17 +0100 Thomas Wuerthinger Renaming of VMExits and VMEntries part 4.
Wed, 04 Jan 2012 21:13:44 +0100 Thomas Wuerthinger Renaming of VMExits and VMEntries part 3.
Wed, 04 Jan 2012 20:59:11 +0100 Thomas Wuerthinger Renaming of VMExits and VMEntries part 1. base src/share/vm/graal/graalVMEntries.cpp@6c5f026b5f1e