log c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/Compiler.java @ 1933:2a6ce81e3101

age author description
Tue, 21 Dec 2010 17:09:45 +0100 Thomas Wuerthinger Merge.
Mon, 29 Nov 2010 12:01:45 +0100 Thomas Wuerthinger Added support for CompileTheWorld.
Tue, 30 Nov 2010 15:13:57 +0100 Doug Simon Sync with CRI/C1X changes.
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 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.
Sat, 13 Nov 2010 08:15:52 +0100 Doug Simon Merge.