log src/share/vm/c1x/c1x_CodeInstaller.cpp @ 2054:3c0a889a176b

age author description
Wed, 12 Jan 2011 19:14:32 +0100 Thomas Wuerthinger Added GC stats. Enabling intrinsics.
Tue, 11 Jan 2011 11:55:19 +0100 Thomas Wuerthinger Two fixes for leaf type and leaf method assumptions.
Mon, 10 Jan 2011 16:59:48 +0100 Thomas Wuerthinger Added leaf method assumptions.
Mon, 10 Jan 2011 10:50:22 +0100 Thomas Wuerthinger Added unique concrete subtype assumption.
Fri, 07 Jan 2011 18:48:48 +0100 Thomas Wuerthinger Renamed file.
Fri, 07 Jan 2011 18:45:09 +0100 Thomas Wuerthinger Fix includes to match new hotspot mechanism.
Wed, 29 Dec 2010 20:06:41 +0100 Thomas Wuerthinger Support for -XX:+UseFastLocking flag. Fixed monitor enter XIR template for correct debug info at the runtime call.
Tue, 28 Dec 2010 18:33:26 +0100 Thomas Wuerthinger Added caching for resolved types and resolved fields.
Mon, 27 Dec 2010 14:22:55 +0100 Thomas Wuerthinger Support for custom stack area (needed for deoptimization).
Thu, 23 Dec 2010 22:14:31 +0100 Thomas Wuerthinger More deoptmization tracing.
Thu, 23 Dec 2010 18:13:28 +0100 Thomas Wuerthinger Correct deopt handler entry. New flag -XX:+TraceSignals. More detailed deopt printing.
Tue, 30 Nov 2010 16:39:35 +0100 Thomas Wuerthinger Adjustments after merge with OpenJDK repository.
Mon, 29 Nov 2010 18:32:30 +0100 Thomas Wuerthinger Fix dummy obj boxed long hack by replacing it with a reliable solution.
Fri, 26 Nov 2010 12:12:35 +0100 Thomas Wuerthinger Build also release version of VM. Fix towards making SpecJVM2008 run.
Thu, 25 Nov 2010 19:21:22 +0100 Thomas Wuerthinger Small NPE fix. More detailed error in case of wrong bytecode in patching stub.
Tue, 23 Nov 2010 18:42:21 +0100 Thomas Wuerthinger Removed debug print statement.
Tue, 23 Nov 2010 15:45:45 +0100 Thomas Wuerthinger Fixes to get running again after C1X changes to pointer maps and register configuration.
Fri, 19 Nov 2010 21:16:36 +0100 Doug Simon Converted CiDebugInfo.registerRefMap field from type long to CiBitMap.
Fri, 19 Nov 2010 00:26:51 +0100 Doug Simon Changes to sync with CRI changes.
Thu, 18 Nov 2010 17:27:43 +0100 Thomas Wuerthinger Inlining of static final field values. Java mirror instead of VmID. Support for PrintMetrics option.
Sat, 13 Nov 2010 21:11:28 +0100 Thomas Wuerthinger Full GC after bootstrap. Disable IRChecker by default. Disable compiled method logging by default.
Sat, 13 Nov 2010 08:15:52 +0100 Doug Simon Merge.
Fri, 12 Nov 2010 18:34:07 +0100 Thomas Wuerthinger Enable monitorenter/monitorexit runtime calls.
Thu, 11 Nov 2010 14:16:50 +0100 Thomas Wuerthinger Merge
Thu, 11 Nov 2010 14:09:37 +0100 Thomas Wuerthinger Pointer verification stub. Two loose oop fixes in C1X C++ part. Logging which methods have been compiled.
Tue, 09 Nov 2010 17:38:40 +0100 Doug Simon Modified class descriptions in C++ to reflect changes to CiDebugInfo.Frame
Tue, 09 Nov 2010 12:30:21 +0100 Thomas Wuerthinger Corrections of oop map generation.
Wed, 03 Nov 2010 16:40:38 +0100 Thomas Wuerthinger Fix oop relocation for static stub calls.
Fri, 29 Oct 2010 18:14:17 +0200 Doug Simon Modified domake script to use (and require) JRE7 environment variable for find the base of a JRE 7 installation. This script no also ensures that $JRE7/lib/amd64/jvm.cfg has the right value for '-client'.
Mon, 25 Oct 2010 18:35:34 +0200 Thomas Wuerthinger Added timing printout on VM shutdown.
Fri, 22 Oct 2010 17:31:38 +0200 Thomas Wuerthinger Initial adjustments to make C1X4HotSpot compile and run with latest Maxine version.
Thu, 30 Sep 2010 17:19:48 -0700 Lukas Stadler * enabled all jtt tests
Thu, 16 Sep 2010 19:42:20 -0700 Lukas Stadler various fixes and enhancements
Wed, 01 Sep 2010 17:13:38 -0700 Lukas Stadler sourcecode formatting
Tue, 31 Aug 2010 22:13:30 -0700 Lukas Stadler * -XX:TraceC1X=0...5 controls the native c1x tracing
Thu, 19 Aug 2010 14:34:52 -0700 Lukas Stadler refactoring classes into separate files