log src/share/vm/c1x/c1x_VMEntries.cpp @ 2045:9c96c873c42b

age author description
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 20:33:00 +0100 Thomas Wuerthinger Two new flags: -XX:MaxCompilationID (to enable debugging binary search for problematic method) and -XX:C1XBailoutIsFatal.
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 12:01:45 +0100 Thomas Wuerthinger Added support for CompileTheWorld.
Sat, 27 Nov 2010 14:30:07 +0100 Thomas Wuerthinger Two fixes for DaCapo / SpecJVM2008 runs.
Fri, 26 Nov 2010 13:52:15 +0100 Thomas Wuerthinger Fix for failed method lookup.
Tue, 23 Nov 2010 15:45:45 +0100 Thomas Wuerthinger Fixes to get running again after C1X changes to pointer maps and register configuration.
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.
Mon, 15 Nov 2010 11:06:38 +0100 Thomas Wuerthinger Another handle bug.
Sat, 13 Nov 2010 19:58:27 +0100 Thomas Wuerthinger Small fix.
Fri, 12 Nov 2010 18:04:27 +0100 Thomas Wuerthinger Solved an issue with unresolved field patching.
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 13:42:06 +0100 Thomas Wuerthinger Remove caching for constant pool entries (same index can be used to retrieve e.g. type and field). Fast fail on bailout in C1X.
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
Wed, 18 Aug 2010 16:47:06 -0700 Lukas Stadler basic invokeinterface and invokevirtual support
Tue, 17 Aug 2010 17:34:25 -0700 Lukas Stadler tlab-allocated "new instance", invokespecial, support for static fields in COMPILER_CLASSES_DO
Mon, 16 Aug 2010 18:59:36 -0700 Lukas Stadler * rewrite of the code installation
Mon, 02 Aug 2010 15:44:38 -0700 Lukas Stadler * using reflected objects instead of oops
Fri, 23 Jul 2010 15:53:02 -0700 Lukas Stadler changed VMExit/VMEntries to non-static, added eclipse c++ project, CIR interface changes
Mon, 12 Jul 2010 15:05:17 -0700 Lukas Stadler implement recent safepoint & exceptionobject ci changes, HotSpotVMConfig
Wed, 23 Jun 2010 16:19:21 +0200 Thomas Wuerthinger Added HotSpotVM project.
Tue, 18 May 2010 21:53:05 +0200 Thomas Wuerthinger Executing a+b with C1X on HotSpot ;-) !
Tue, 18 May 2010 17:43:37 +0200 Thomas Wuerthinger Draft implementation of HotSpot CRI / first method compiling without exception.
Mon, 17 May 2010 16:37:23 +0200 Thomas Wuerthinger Added first VM entry method.
Wed, 12 May 2010 16:29:41 +0200 Thomas Wuerthinger Added methods to c1x_VMExits.cpp
Tue, 11 May 2010 18:19:17 +0200 Thomas Wuerthinger Hooked C1XCompiler class into the system.