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.