log

age author description
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 18:42:21 +0100 Thomas Wuerthinger Removed debug print statement.
Tue, 23 Nov 2010 15:45:45 +0100 Thomas Wuerthinger Fixes to get running again after C1X changes to pointer maps and register configuration.
Fri, 19 Nov 2010 21:16:36 +0100 Doug Simon Converted CiDebugInfo.registerRefMap field from type long to CiBitMap.
Fri, 19 Nov 2010 00:26:51 +0100 Doug Simon Changes to sync with CRI changes.
Fri, 19 Nov 2010 00:26:31 +0100 Doug Simon Renaming: hsx -> graal.
Thu, 18 Nov 2010 17:28:15 +0100 Thomas Wuerthinger Merge.
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.
Tue, 16 Nov 2010 23:00:32 +0100 Doug Simon Synced CRI changes.
Mon, 15 Nov 2010 11:06:38 +0100 Thomas Wuerthinger Another handle bug.
Sat, 13 Nov 2010 21:11:28 +0100 Thomas Wuerthinger Full GC after bootstrap. Disable IRChecker by default. Disable compiled method logging by default.
Sat, 13 Nov 2010 19:58:27 +0100 Thomas Wuerthinger Small fix.
Sat, 13 Nov 2010 18:29:13 +0100 Thomas Wuerthinger Merge.
Sat, 13 Nov 2010 18:28:48 +0100 Thomas Wuerthinger Don't mess with VMToNative transitions..
Sat, 13 Nov 2010 08:15:52 +0100 Doug Simon Merge.
Sat, 13 Nov 2010 07:54:30 +0100 Doug Simon Small renaming.
Fri, 12 Nov 2010 16:17:55 +0100 Doug Simon Merge.
Fri, 12 Nov 2010 16:11:41 +0100 Doug Simon Syncing changes with C1X.
Fri, 12 Nov 2010 20:57:08 +0100 Thomas Wuerthinger Added flag -XX:BootstrapC1X that precompiles Object::<init> and then every method in the compilation queue until it is empty.
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 17:38:40 +0100 Doug Simon Modified class descriptions in C++ to reflect changes to CiDebugInfo.Frame
Tue, 09 Nov 2010 17:37:01 +0100 Doug Simon Removed 'java' indirection script and modified domake to create the replacement symlink to /usr/lib/jvm/jre1.7.0/bin/java
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.
Tue, 09 Nov 2010 12:30:21 +0100 Thomas Wuerthinger Corrections of oop map generation.
Thu, 04 Nov 2010 15:34:50 +0100 Thomas Wuerthinger Made setting C1X options from HotSpot command line more robust.