log

age author description
Tue, 26 Jan 2016 14:04:01 +0000 enevill 8148240: aarch64: random infrequent null pointer exceptions in javac default tip
Wed, 20 Jan 2016 04:56:51 -0800 hshi 8147805: aarch64: C1 segmentation fault due to inline Unsafe.getAndSetObject
Tue, 19 Jan 2016 17:52:52 +0000 aph 8146709: AArch64: Incorrect use of ADRP for byte_map_base
Tue, 12 Jan 2016 14:55:15 +0000 enevill 8146843: aarch64: add scheduling support for FP and vector instructions
Fri, 08 Jan 2016 11:39:47 +0000 enevill 8146678: aarch64: assertion failure: call instruction in an infinite loop
Mon, 07 Dec 2015 21:14:56 +0800 fyang 8144201: aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto
Wed, 16 Dec 2015 11:35:59 +0000 aph 8144582: AArch64 does not generate correct branch profile data
Tue, 15 Dec 2015 19:18:05 +0000 aph 8145438: Guarantee failures since 8144028: Use AArch64 bit-test instructions in C2
Mon, 07 Dec 2015 21:23:02 +0800 fyang 8144587: aarch64: generate vectorized MLA/MLS instructions
Wed, 25 Nov 2015 18:13:13 +0000 aph 8144028: Use AArch64 bit-test instructions in C2
Thu, 26 Nov 2015 15:37:04 +0000 hshi 8143584: Load constant pool tag and class status with load acquire
Tue, 29 Dec 2015 16:47:34 +0000 enevill 8146286: aarch64: guarantee failures with large code cache sizes on jtreg test java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
Tue, 05 Jan 2016 17:40:17 +0000 enevill Fix client build after addition of large code cache support
Tue, 15 Sep 2015 16:14:32 +0000 aph Remove AArch64-specific code in generateOptoStub.cpp.
Wed, 09 Dec 2015 13:08:38 +0000 enevill Add support for large code cache
Tue, 24 Nov 2015 09:02:26 +0000 hshi 8143285: aarch64: Missing load acquire when checking if ConstantPoolCacheEntry is resolved
Thu, 19 Nov 2015 15:15:20 +0000 enevill 8143067: aarch64: guarantee failure in javac
Wed, 04 Nov 2015 13:38:38 +0100 aph 8138966: Intermittent SEGV running ParallelGC
Tue, 08 Sep 2015 14:08:58 +0100 aph 8135157: DMB elimination in AArch64 C2 synchronization implementation
Tue, 03 Nov 2015 10:39:54 +0000 enevill Some 32 bit shifts still being anded with 0x3f instead of 0x1f.
Wed, 28 Oct 2015 17:51:10 +0000 enevill 8140611: aarch64: jtreg test jdk/tools/pack200/UnpackerMemoryTest.java SEGVs
Wed, 28 Oct 2015 17:47:45 +0000 enevill Fix thinko when backporting 8131645. Table ends up being allocated twice.
Thu, 08 Oct 2015 11:06:07 -0400 adinn Backport optimization of volatile puts/gets and CAS to use ldar/stlr
Mon, 21 Sep 2015 10:36:36 -0400 ecaspole 8131645: [ARM64] crash on Cavium when using G1
Thu, 15 Oct 2015 15:33:54 +0000 enevill 8139674: aarch64: guarantee failure in TestOptionsWithRanges.java
Tue, 29 Sep 2015 17:01:37 +0000 aph 8138575: Improve generated code for profile counters
Wed, 30 Sep 2015 13:23:46 +0000 aph 8138641: Disable C2 peephole by default for aarch64
Mon, 28 Sep 2015 16:18:15 +0000 aph 8136165: AARCH64: Tidy up compiled native calls
Wed, 16 Sep 2015 13:50:57 +0000 enevill 8136615: aarch64: elide DecodeN when followed by CmpP 0
Mon, 21 Sep 2015 10:51:33 +0200 roland 8136596: Remove aarch64: MemBarRelease when final field's allocation is NoEscape or ArgEscape