log c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExitsNative.java @ 2055:99ad52189524

age author description
Thu, 13 Jan 2011 17:45:17 +0100 Thomas Wuerthinger Refactorings to get towards less CRI overhead.
Tue, 11 Jan 2011 16:21:22 +0100 Thomas Wuerthinger Small clean up.
Mon, 10 Jan 2011 10:50:22 +0100 Thomas Wuerthinger Added unique concrete subtype assumption.
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 22:14:31 +0100 Thomas Wuerthinger More deoptmization tracing.