log

age author description
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.
Wed, 03 Nov 2010 16:58:50 +0100 Thomas Wuerthinger Improved exception reporting after exception in compileMethod.
Wed, 03 Nov 2010 16:40:38 +0100 Thomas Wuerthinger Fix oop relocation for static stub calls.
Mon, 01 Nov 2010 23:50:37 +0100 Doug Simon Updated for changes in CRI.
Fri, 29 Oct 2010 18:14:17 +0200 Doug Simon Modified domake script to use (and require) JRE7 environment variable for find the base of a JRE 7 installation. This script no also ensures that $JRE7/lib/amd64/jvm.cfg has the right value for '-client'.
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.
Fri, 22 Oct 2010 17:33:24 +0200 Thomas Wuerthinger Added Eclipse C++ run configurations.
Fri, 22 Oct 2010 17:31:38 +0200 Thomas Wuerthinger Initial adjustments to make C1X4HotSpot compile and run with latest Maxine version.
Thu, 30 Sep 2010 17:19:48 -0700 Lukas Stadler * enabled all jtt tests
Thu, 16 Sep 2010 19:42:20 -0700 Lukas Stadler various fixes and enhancements
Wed, 01 Sep 2010 17:13:38 -0700 Lukas Stadler sourcecode formatting
Wed, 01 Sep 2010 16:43:47 -0700 Lukas Stadler modified project layout
Wed, 01 Sep 2010 13:45:57 -0700 Lukas Stadler added assertions, nop added to implicit exception sites
Tue, 31 Aug 2010 22:13:30 -0700 Lukas Stadler * -XX:TraceC1X=0...5 controls the native c1x tracing
Thu, 19 Aug 2010 14:34:52 -0700 Lukas Stadler refactoring classes into separate files
Wed, 18 Aug 2010 16:47:06 -0700 Lukas Stadler basic invokeinterface and invokevirtual support
Wed, 18 Aug 2010 11:44:04 -0700 Lukas Stadler small cleanup
Tue, 17 Aug 2010 17:34:25 -0700 Lukas Stadler tlab-allocated "new instance", invokespecial, support for static fields in COMPILER_CLASSES_DO
Mon, 16 Aug 2010 20:00:59 -0700 Lukas Stadler updated prologue/epilogue code
Mon, 16 Aug 2010 18:59:36 -0700 Lukas Stadler * rewrite of the code installation
Mon, 02 Aug 2010 15:44:38 -0700 Lukas Stadler * using reflected objects instead of oops
Fri, 23 Jul 2010 15:53:02 -0700 Lukas Stadler changed VMExit/VMEntries to non-static, added eclipse c++ project, CIR interface changes
Tue, 13 Jul 2010 11:47:55 -0700 Lukas Stadler reformatting similar to other maxine projects (tabs, etc.)
Mon, 12 Jul 2010 15:05:17 -0700 Lukas Stadler implement recent safepoint & exceptionobject ci changes, HotSpotVMConfig
Fri, 09 Jul 2010 16:33:03 -0700 Lukas Stadler modifications for linux: argument register layout, makefile
Wed, 23 Jun 2010 17:20:40 +0200 Thomas Wuerthinger Small adaptations
Wed, 23 Jun 2010 16:36:58 +0200 Thomas Wuerthinger Added HotSpotVM project Java source files.
Wed, 23 Jun 2010 16:19:21 +0200 Thomas Wuerthinger Added HotSpotVM project.
Tue, 18 May 2010 21:53:05 +0200 Thomas Wuerthinger Executing a+b with C1X on HotSpot ;-) !
Tue, 18 May 2010 17:43:37 +0200 Thomas Wuerthinger Draft implementation of HotSpot CRI / first method compiling without exception.
Mon, 17 May 2010 16:37:23 +0200 Thomas Wuerthinger Added first VM entry method.
Wed, 12 May 2010 16:30:40 +0200 Thomas Wuerthinger Merge
Wed, 12 May 2010 16:29:41 +0200 Thomas Wuerthinger Added methods to c1x_VMExits.cpp
Wed, 12 May 2010 15:33:54 +0200 lstadler fixed JAVA_HOME
Wed, 12 May 2010 15:01:05 +0200 lstadler added c1x build directory, added MSVC Win64 project support
Tue, 11 May 2010 19:24:14 +0200 Thomas Wuerthinger Can now call to Java code from the VM.
Tue, 11 May 2010 18:19:17 +0200 Thomas Wuerthinger Hooked C1XCompiler class into the system.
Tue, 11 May 2010 14:46:49 +0200 Thomas Wuerthinger initial setup for building; added create.bat
Thu, 06 May 2010 18:25:58 -0700 mikejwre Added tag jdk7-b92 for changeset 3221d1887d30
Tue, 04 May 2010 12:25:39 -0700 trims Added tag hs18-b03 for changeset 25f53b53aaa3 jdk7-b92
Tue, 04 May 2010 12:23:38 -0700 trims Merge
Thu, 29 Apr 2010 15:47:28 -0700 trims 6948636: Bump the HS18 build number to 04 hs18-b04
Thu, 29 Apr 2010 15:18:27 -0700 trims Merge
Thu, 29 Apr 2010 00:03:40 -0700 jrose Merge
Tue, 27 Apr 2010 11:19:12 -0700 iveresov 6946892: c1 shouldn't sign-extend to upper 32bits on x64
Mon, 26 Apr 2010 23:59:45 -0700 never 6943485: JVMTI always on capabilities change code generation too much
Mon, 26 Apr 2010 11:27:21 -0700 never 6946040: add intrinsic for short and char reverseBytes
Mon, 26 Apr 2010 18:01:55 -0400 tonyp Merge
Thu, 22 Apr 2010 10:02:38 -0700 johnc 6819061: G1: eliminate serial Other times that are proportional to the collection set length
Mon, 19 Apr 2010 05:40:21 -0700 kevinw Merge
Fri, 16 Apr 2010 17:36:37 +0100 kevinw 6897143: Stress test crashes during HeapInspection using ParallelGC.
Fri, 16 Apr 2010 08:48:16 -0700 apetrusenko 6942253: G1: replace G1ParallelGCAllocBufferSize with YoungPLABSize and OldPLABSize
Thu, 15 Apr 2010 18:45:30 -0400 tonyp 6939027: G1: assertion failure during the concurrent phase of cleanup
Thu, 15 Apr 2010 15:52:55 -0700 johnc 6943926: G1: Integer overflow during heap region verification
Tue, 30 Mar 2010 15:43:03 -0400 tonyp 6937142: G1: improvements to debugging output (S-M)
Tue, 13 Apr 2010 13:52:10 -0700 jmasa 6858496: Clear all SoftReferences before an out-of-memory due to GC overhead limit.
Wed, 21 Apr 2010 01:13:15 -0700 jrose Merge
Tue, 20 Apr 2010 13:26:33 -0700 never 6945219: minor SA fixes
Mon, 19 Apr 2010 02:13:06 -0700 twisti 6944503: Improved Zero crash dump
Fri, 16 Apr 2010 05:05:53 -0700 twisti 6944473: 6941224 misses new files
Fri, 16 Apr 2010 02:59:34 -0700 twisti Merge
Thu, 15 Apr 2010 03:13:56 -0700 twisti 6944028: 6940701 broke Zero
Fri, 16 Apr 2010 00:52:45 -0700 twisti Merge
Thu, 15 Apr 2010 02:40:12 -0700 twisti 6941224: Improved stack overflow handling for Zero
Thu, 15 Apr 2010 18:14:49 -0700 never 6939930: exception unwind changes in 6919934 hurts compilation speed
Wed, 14 Apr 2010 15:30:13 -0700 never 6938026: C2 compiler fails in Node::rematerialize()const
Thu, 29 Apr 2010 14:32:43 -0700 mikejwre Added tag jdk7-b91 for changeset e0a1a502e402
Thu, 22 Apr 2010 16:54:23 -0700 mikejwre Added tag jdk7-b90 for changeset 605c9707a766 jdk7-b91
Tue, 20 Apr 2010 21:38:23 -0700 trims Merge jdk7-b90
Thu, 15 Apr 2010 19:09:48 -0700 trims Added tag hs18-b02 for changeset 4b60f23c4223 hs18-b03
Thu, 15 Apr 2010 19:08:48 -0700 trims Merge
Tue, 13 Apr 2010 13:01:37 -0700 jrose Merge
Thu, 08 Apr 2010 17:45:20 -0700 jrose Merge
Thu, 08 Apr 2010 12:13:07 -0700 iveresov 6942223: c1 64 bit fixes
Thu, 08 Apr 2010 10:55:40 +0200 twisti 6941529: SharedRuntime::raw_exception_handler_for_return_address must reset thread MethodHandle flag
Wed, 07 Apr 2010 12:39:27 -0700 kvn 6940726: Use BIS instruction for allocation prefetch on Sparc
Wed, 07 Apr 2010 10:35:56 -0700 kvn 6940733: allocate non static oop fields in super and sub classes together
Wed, 07 Apr 2010 09:37:47 -0700 kvn 6940701: Don't align loops in stubs for Niagara sparc
Tue, 06 Apr 2010 15:18:10 -0700 kvn 6940677: Use 64 bytes chunk copy for arraycopy on Sparc
Tue, 06 Apr 2010 13:39:52 +0200 twisti 6940520: CodeCache::scavenge_root_nmethods_do must fix oop relocations
Fri, 09 Apr 2010 15:01:49 -0700 tonyp Merge
Fri, 09 Apr 2010 13:08:34 -0400 tonyp Merge
Wed, 07 Apr 2010 11:43:53 -0700 johnc 6940894: G1: assert(new_obj != 0 || ... "should be forwarded") for compaction tests
Tue, 06 Apr 2010 10:59:45 -0400 tonyp 6909756: G1: guarantee(G1CollectedHeap::heap()->mark_in_progress(),"Precondition.")
Mon, 05 Apr 2010 12:19:22 -0400 tonyp 6940310: G1: MT-unsafe calls to CM::region_stack_push() / CM::region_stack_pop()
Fri, 02 Apr 2010 12:10:08 -0400 tonyp 6677708: G1: re-enable parallel RSet updating and scanning
Tue, 30 Mar 2010 15:36:55 -0400 tonyp 6937160: G1: should observe GCTimeRatio
Wed, 07 Apr 2010 12:28:22 -0400 kamg Merge
Fri, 02 Apr 2010 17:04:09 -0700 jcoomes Merge
Wed, 31 Mar 2010 16:51:18 -0700 coleenp 6938627: Make temporary directory use property java.io.tmpdir when specified
Tue, 06 Apr 2010 22:06:57 -0700 asaha Merge
Fri, 02 Apr 2010 15:55:04 -0700 kvn Merge
Fri, 02 Apr 2010 11:55:00 -0700 kvn 6939804: ciConstant::print() prints incorrect bool value
Thu, 01 Apr 2010 16:06:57 -0700 never 6936709: AsyncGetCallTrace doesn't handle inexact stack walking properly
Wed, 31 Mar 2010 16:29:10 -0700 never Merge
Wed, 31 Mar 2010 11:54:03 -0700 never 6939845: zero needs fallback path in C++ interpreter for platform dependent fast bytecodes
Wed, 31 Mar 2010 08:03:33 -0700 twisti 6939731: JSR 292 Zero build fix after 6934494
Tue, 30 Mar 2010 00:57:55 -0700 twisti 6939180: Zero locking fix
Thu, 18 Mar 2010 14:31:41 -0700 never 6926979: should simplify catch_inline_exception
Thu, 15 Apr 2010 19:08:18 -0700 trims 6944398: Bump the HS18 build number to 03
Thu, 15 Apr 2010 13:54:54 -0700 mikejwre Added tag jdk7-b89 for changeset 15836273ac24
Tue, 13 Apr 2010 16:36:27 -0700 lana Merge jdk7-b89
Thu, 08 Apr 2010 15:28:37 -0700 lana Merge
Wed, 24 Mar 2010 17:16:33 -0700 asaha Merge