log c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotXirGenerator.java @ 1936:8d88c9ac9247

age author description
Thu, 23 Dec 2010 18:13:28 +0100 Thomas Wuerthinger Correct deopt handler entry. New flag -XX:+TraceSignals. More detailed deopt printing.
Tue, 21 Dec 2010 17:40:10 +0100 Thomas Wuerthinger Small fix to make Graal snippets work with bounds check elimination.
Sat, 27 Nov 2010 16:43:53 +0100 Thomas Wuerthinger Additional debug output.
Fri, 26 Nov 2010 19:45:05 +0100 Thomas Wuerthinger More JNI global handle clean ups.
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.
Fri, 12 Nov 2010 18:34:07 +0100 Thomas Wuerthinger Enable monitorenter/monitorexit runtime calls.
Fri, 12 Nov 2010 18:04:27 +0100 Thomas Wuerthinger Solved an issue with unresolved field patching.
Thu, 11 Nov 2010 14:42:14 +0100 Thomas Wuerthinger Import fixes.
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:40:15 +0100 Doug Simon Modified C++ to reflect changes in calling convention CRI code.
Tue, 09 Nov 2010 12:30:21 +0100 Thomas Wuerthinger Corrections of oop map generation.
Mon, 01 Nov 2010 23:50:37 +0100 Doug Simon Updated for changes in CRI.
Mon, 25 Oct 2010 18:35:34 +0200 Thomas Wuerthinger Added timing printout on VM shutdown.
Mon, 25 Oct 2010 16:47:52 +0200 Thomas Wuerthinger Enabled -C1X:OPTIONS when running HotSpot/C1X. Enabled checkstyle for the HotSpotVM Java project.