log

age author description
Mon, 06 May 2013 15:22:59 +0200 Doug Simon replaced OSR_migration_end assembler stub with a compiled stub (GRAAL-81)
Mon, 06 May 2013 14:53:28 +0200 Doug Simon re-enabled object verification for NewArrayStub and NewInstanceStub
Mon, 06 May 2013 14:53:17 +0200 Doug Simon modified PiPushable implementation for IsNullNode to account for an input that is an unsafe cast from a word value
Mon, 06 May 2013 14:14:08 +0200 Doug Simon replaced verify_oop assembler stub with a compiled stub (GRAAL-81)
Mon, 06 May 2013 13:49:20 +0200 Doug Simon added Stub.decipher() to print information about values in stubs
Mon, 06 May 2013 15:25:33 +0200 Gilles Duboscq Merge
Mon, 06 May 2013 15:25:18 +0200 Gilles Duboscq Use root method for deopt reason collecting if possible in non-graalvm
Mon, 06 May 2013 14:39:31 +0200 Christian Haeubl record deopts on the root method
Mon, 06 May 2013 13:03:37 +0200 Gilles Duboscq Fix overflow guard condition for down counted loops
Mon, 06 May 2013 12:52:22 +0200 Doug Simon exception PC stored in thread is cleared when retrieving continuation for a return address
Sun, 05 May 2013 17:42:45 +0200 Doug Simon removed Stub.log(...) methods
Sun, 05 May 2013 17:31:01 +0200 Doug Simon ensure frame is fully restored when unwinding to exception handler in caller's frame
Sun, 05 May 2013 00:17:52 +0200 Doug Simon removed instance of unwind_exception_call_id from ASSERT code
Sun, 05 May 2013 00:02:54 +0200 Doug Simon removed unused import
Sat, 04 May 2013 23:09:25 +0200 Doug Simon Merge.
Sat, 04 May 2013 23:05:46 +0200 Doug Simon replaced unwind_exception_call assembler stub with a compiled stub (GRAAL-81)
Sat, 04 May 2013 22:19:52 +0200 Doug Simon added compare between address and 32-bit immediate
Sat, 04 May 2013 22:18:23 +0200 Doug Simon refactored common code in subclasses into AMD64HotSpotEpilogueOp
Sat, 04 May 2013 22:15:45 +0200 Doug Simon use ControlSinkNode (instead of subclass) when establishing a forward graph order
Fri, 03 May 2013 14:59:18 +0200 Doug Simon linked documentation about the exception handler stub calling convention with the x64 interpreter source
Sat, 04 May 2013 01:43:42 +0200 Doug Simon removed calls to VerifyOop stub from compiled stubs (stubs cannot call stubs)
Fri, 03 May 2013 20:29:33 +0200 Lukas Stadler Merge (fixed: 7931508747f5 Fix parameters of node intrinsics to use more specific Location and LocationIden)
Fri, 03 May 2013 20:28:54 +0200 Lukas Stadler Merge (fixed: 5bf09c5cd2e6 ReadNode/PiPush: compute declaring class by field offset)
Fri, 03 May 2013 20:28:14 +0200 Lukas Stadler Merge (fixed: cf9b3e717bda GraphBuilderPhase.genGoto does not need to provide a probability to createTarget)
Fri, 03 May 2013 20:27:45 +0200 Lukas Stadler Merge (fixed: 2777aafe689b TypeProfileProxy: remove profile proxies after inlining logic)
Fri, 03 May 2013 20:26:43 +0200 Lukas Stadler Merge (fixed: f49e1f023f7d Merge)
Fri, 03 May 2013 20:26:24 +0200 Lukas Stadler Merge (fixed: f63750de9dc9 Preliminary Nashorn support in IGV)
Fri, 03 May 2013 20:25:58 +0200 Lukas Stadler Merge (fixed: 3bb1834202f7 Merge)
Fri, 03 May 2013 20:25:27 +0200 Lukas Stadler Merge (fixed: 05b8a812b487 Remove dead IsNull nodes in Guard lowering phase)
Fri, 03 May 2013 20:24:49 +0200 Lukas Stadler Merge (fixed: 3fdbe6a68103 Pass fixed node into getMaterializedRepresentation.)