log src/cpu/x86/vm/assembler_x86.cpp @ 1684:66c5dadb4d61

age author description
Fri, 30 Jul 2010 10:21:15 -0700 kvn 6973308: Missing zero length check before repne scas in check_klass_subtype_slow_path()
Thu, 03 Jun 2010 14:20:27 -0700 kvn 6958254: -XX:+VerifyOops is broken on x86
Wed, 02 Jun 2010 22:45:42 -0700 jrose Merge
Thu, 27 May 2010 18:01:56 -0700 kvn 6916623: Align object to 16 bytes to use Compressed Oops with java heap up to 64Gb
Thu, 27 May 2010 19:08:38 -0700 trims 6941466: Oracle rebranding changes for Hotspot repositories
Tue, 11 May 2010 15:19:19 -0700 jrose Merge
Fri, 30 Apr 2010 08:37:24 -0700 twisti 6943304: remove tagged stack interpreter
Thu, 29 Apr 2010 06:30:25 -0700 twisti 6829193: JSR 292 needs to support SPARC
Sun, 11 Oct 2009 16:19:25 -0700 jcoomes 6888953: some calls to function-like macros are missing semicolons
Mon, 02 Aug 2010 15:44:38 -0700 Lukas Stadler * using reflected objects instead of oops
Thu, 08 Apr 2010 12:13:07 -0700 iveresov 6942223: c1 64 bit fixes
Wed, 17 Mar 2010 10:47:03 -0700 kvn 6935535: String.indexOf() returns incorrect result on x86 with SSE4.2
Wed, 16 Dec 2009 12:48:04 +0100 twisti 6829192: JSR 292 needs to support 64-bit x86
Tue, 10 Nov 2009 17:00:18 -0800 cfang Merge
Mon, 02 Nov 2009 11:17:55 +0100 roland 6769124: various 64-bit fixes for c1
Thu, 29 Oct 2009 09:42:26 -0700 johnc 6889740: G1: OpenDS fails with "unhandled exception in compiled code"
Wed, 14 Oct 2009 15:03:32 -0700 kvn 6890984: Comparison of 2 arrays could cause VM crash
Mon, 14 Sep 2009 12:14:20 -0700 kvn 6827605: new String intrinsics may prevent EA scalar replacement
Thu, 30 Jul 2009 16:05:56 -0700 kvn 6864914: SPECjvm2008 produces invalid result with zero based Compressed Oops
Tue, 14 Jul 2009 15:40:39 -0700 ysr 6700789: G1: Enable use of compressed oops with G1 heaps
Wed, 06 May 2009 00:27:52 -0700 twisti 6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
Wed, 08 Apr 2009 10:56:49 -0700 jrose 6655638: dynamic languages need method handles
Tue, 31 Mar 2009 14:07:08 -0700 cfang 6761600: Use sse 4.2 in intrinsics
Thu, 26 Mar 2009 14:31:45 -0700 never 6822204: volatile fences should prefer lock:addl to actual mfence instructions
Fri, 20 Mar 2009 23:19:36 -0700 jrose 6814659: separable cleanups and subroutines for 6655638
Thu, 19 Mar 2009 09:13:24 -0700 kvn Merge
Fri, 13 Mar 2009 18:39:22 -0700 jrose 6813212: factor duplicated assembly code for general subclass check (for 6655638)
Fri, 13 Mar 2009 11:35:17 -0700 twisti 6378821: bitCount() should use POPC on SPARC processors and AMD+10h
Thu, 12 Mar 2009 10:37:46 -0700 kvn 6791178: Specialize for zero as the compressed oop vm heap base
Thu, 12 Mar 2009 18:16:36 -0700 trims Merge