log

age author description
Tue, 14 Oct 2014 15:23:46 +0100 adinn add arch-specific processing of tmp1 register needed for d/f2i
Tue, 14 Oct 2014 11:08:49 +0100 adinn fix more errors introduced into interpreter profile counter increment
Tue, 14 Oct 2014 10:23:54 +0100 adinn fix error introduced into profiling code
Mon, 13 Oct 2014 16:30:15 +0100 adinn use movoop in C1 ic_call to keep verifier happy
Mon, 13 Oct 2014 16:16:32 +0100 adinn ensure C2 static calls use correct call adddress in static stub reloc
Fri, 10 Oct 2014 16:37:32 +0100 adinn use the correct return value from the VM resolve call
Fri, 10 Oct 2014 16:01:04 +0100 adinn ensure C1 static call stub employs absolute move to allow patching
Fri, 10 Oct 2014 09:33:46 +0100 adinn Reload rcpool register after a VM call in case a permgen GC has moved the cache
Wed, 10 Sep 2014 16:29:13 +0100 adinn use correct post-increment size in repne_scanw
Wed, 10 Sep 2014 10:03:59 +0100 adinn array load must only read 32 bits
Tue, 09 Sep 2014 16:44:02 +0100 adinn correct assert to allow for AArch64
Tue, 09 Sep 2014 16:14:02 +0100 adinn added missing changes for debug code
Tue, 09 Sep 2014 16:13:27 +0100 adinn added missing inline method
Tue, 09 Sep 2014 16:12:49 +0100 adinn corrected error in disassembler code
Tue, 09 Sep 2014 15:41:31 +0100 adinn add missing special case code for aarch64
Tue, 09 Sep 2014 15:33:45 +0100 adinn use method register to access counter increment field
Tue, 09 Sep 2014 15:09:22 +0100 adinn don't test arraycopy routines when using AArch64 simulator
Tue, 09 Sep 2014 10:58:41 +0100 adinn some errors revealed when building debug image
Tue, 09 Sep 2014 10:58:05 +0100 adinn removed some errors in signal handling code
Mon, 08 Sep 2014 14:58:46 +0100 adinn Fixed hsdis for aarch64 native or simulated
Fri, 05 Sep 2014 16:18:22 +0100 adinn various changes to accommodate inclusion of ppc port in icedtea7
Fri, 05 Sep 2014 16:15:34 +0100 adinn need to pass CFLAGS when assembling .S files using CC_COMPILE
Fri, 05 Sep 2014 16:14:37 +0100 adinn tweaked .debuginfo wrangling for STRIP_POLICY==nostrip case
Fri, 05 Sep 2014 13:47:02 +0100 adinn corrcted type
Fri, 05 Sep 2014 12:26:57 +0100 adinn aded missing endif
Fri, 05 Sep 2014 12:25:17 +0100 adinn make aarch64-x86 hybrid buiold use correct paths
Thu, 04 Sep 2014 15:04:33 +0100 adinn temporarily disable running test_gamma
Thu, 04 Sep 2014 14:55:36 +0100 adinn correct includes
Thu, 04 Sep 2014 14:55:11 +0100 adinn provide missing CRC32 methods
Thu, 04 Sep 2014 14:52:08 +0100 adinn add rules to assemble .S files
Thu, 04 Sep 2014 12:09:15 +0100 adinn moved fields which need access from java to top level
Thu, 04 Sep 2014 11:49:12 +0100 adinn fixed various typos and omissions
Thu, 04 Sep 2014 11:46:28 +0100 adinn add missing declarations for CRC32 methods
Thu, 04 Sep 2014 09:51:03 +0100 adinn fix typo
Thu, 04 Sep 2014 09:50:41 +0100 adinn added missing shared global UseCRC32Intrinsics
Thu, 04 Sep 2014 09:29:19 +0100 adinn work around weird compiler issue
Wed, 03 Sep 2014 18:18:40 +0100 adinn fixed another typo
Wed, 03 Sep 2014 18:06:03 +0100 adinn fixed various typos, overlooked cases and wrong accessors
Wed, 03 Sep 2014 17:52:28 +0100 adinn corrected typo
Wed, 03 Sep 2014 17:42:44 +0100 adinn fixed error in include
Wed, 03 Sep 2014 17:40:44 +0100 adinn fix couple of mistakes in generate of method handle dispatch
Wed, 03 Sep 2014 17:30:18 +0100 adinn correct Method to methdoOopDesc
Wed, 03 Sep 2014 17:26:17 +0100 adinn add support for storing aarch64 call format
Wed, 03 Sep 2014 17:21:16 +0100 adinn revert Method:: etc to methodOopDesc:: etc
Wed, 03 Sep 2014 17:15:02 +0100 adinn corrected include
Wed, 03 Sep 2014 17:12:40 +0100 adinn changed Method* to methodOop
Wed, 03 Sep 2014 17:12:12 +0100 adinn emit_int64 is renamed
Wed, 03 Sep 2014 17:11:36 +0100 adinn added pd global UseVectoredExceptions
Wed, 03 Sep 2014 14:03:01 +0100 adinn add missing include
Wed, 03 Sep 2014 14:02:28 +0100 adinn get rid of unnecessary declaration
Wed, 03 Sep 2014 13:24:29 +0100 adinn fix up crc32 support
Wed, 03 Sep 2014 13:01:13 +0100 adinn fix up aarch64-specific patching code
Wed, 03 Sep 2014 12:58:24 +0100 adinn fix some typos
Wed, 03 Sep 2014 12:53:50 +0100 adinn guess at how to implement C1 deoptimize_trap generator
Wed, 03 Sep 2014 12:49:53 +0100 adinn fix various typos
Wed, 03 Sep 2014 12:45:54 +0100 adinn use membar rules and delete special case volatile rules
Wed, 03 Sep 2014 12:43:15 +0100 adinn fix relocations
Wed, 03 Sep 2014 12:40:26 +0100 adinn fix various typos
Wed, 03 Sep 2014 11:58:03 +0100 adinn add local method to redirect to AbstractAssembler::relocate
Wed, 03 Sep 2014 11:47:08 +0100 adinn remove comment to avoid breaking macro