src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
Tue, 17 Jul 2018 15:28:17 +0100 aph 8207345: AArch64: Trampoline generation code reads from unitialized memory
Tue, 26 Jun 2018 16:59:38 -0400 kbarrett 8205559: Remove IN_CONCURRENT_ROOT Access decorator
Mon, 25 Jun 2018 16:32:23 +0300 dpochepk 8189113: AARCH64: StringLatin1 inflate intrinsic doesn't use prefetch instruction
Mon, 25 Jun 2018 16:32:02 +0300 dpochepk 8189103: AARCH64: optimize String indexOf intrinsic
Mon, 25 Jun 2018 16:31:37 +0300 dpochepk 8202326: AARCH64: optimize string compare intrinsic
Fri, 22 Jun 2018 17:46:58 -0400 kbarrett 8205459: Rename Access API flag decorators
Fri, 22 Jun 2018 20:17:02 +0300 dpochepk 8189112: AARCH64: optimize StringUTF16 compress intrinsic
Fri, 22 Jun 2018 18:48:36 +0300 dpochepk 8205004: AArch64: fix failures in jtreg ArraysEqCmpTest
Tue, 19 Jun 2018 13:03:12 -0400 rkennke 8205336: Modularize allocations in assembler
Tue, 19 Jun 2018 19:21:30 +0300 dchuyko 8205341: AARCH64: Clean up duplicate uzp1 & uzp2 instruction definition
Tue, 19 Jun 2018 18:18:25 +0300 dpochepk 8204353: AARCH64: optimize FPU load and stores in macroAssembler
Fri, 15 Jun 2018 16:53:58 -0400 kbarrett 8204939: Change Access nomenclature: root to native
Wed, 13 Jun 2018 10:01:53 +0200 rkennke 8203157: Object equals abstraction for BarrierSetAssembler
Sun, 10 Jun 2018 20:53:10 +0100 smonteith 8204628: [AArch64] Assertion failure in BarrierSetAssembler::load_at
Thu, 07 Jun 2018 15:10:06 +0200 eosterlund 8203353: Fixup inferred decorators in the interpreter
Wed, 23 May 2018 15:57:51 +0000 adinn 8203699: java/lang/invoke/SpecialInterfaceCall fails with SIGILL on aarch64
Tue, 15 May 2018 05:33:26 -0400 rkennke 8202714: Create a MacroAssembler::access_load/store_at wrapper for AArch64
Fri, 04 May 2018 11:41:35 +0200 stefank 8200729: Conditional compilation of GCs
Sat, 28 Apr 2018 17:33:44 +0800 njian 8202186: AArch64: Debug build VM crashes with PrintC1Statistics option
Wed, 18 Apr 2018 10:39:40 -0400 coleenp 8200555: OopHandle should use Access API
Thu, 12 Apr 2018 11:22:24 +0200 pliden 8201362: Remove CollectedHeap::barrier_set()
Wed, 11 Apr 2018 16:07:42 +0200 eosterlund 8199417: Modularize interpreter GC barriers
Tue, 10 Apr 2018 12:21:05 +0200 stefank 8201244: Clean out unnecessary includes of heap headers
Mon, 09 Apr 2018 18:43:40 +0300 dpochepk 8187472: AARCH64: array_equals intrinsic doesn't use prefetch for large arrays
Thu, 15 Mar 2018 21:24:10 +0100 stefank 8199946: Move load/store and encode/decode out of oopDesc
Mon, 19 Mar 2018 07:38:18 +0100 eosterlund 8199604: Rename CardTableModRefBS to CardTableBarrierSet
Fri, 16 Mar 2018 09:12:13 -0400 coleenp 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
Tue, 06 Mar 2018 08:36:44 +0100 eosterlund 8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
Thu, 01 Mar 2018 16:51:22 -0500 kbarrett 8198474: Move JNIHandles::resolve into jniHandles.inline.hpp
Tue, 27 Feb 2018 11:45:04 +0100 mdoerr 8198750: [s390+x86_32+aarch64] Fix build after jdk-8195142
Mon, 26 Feb 2018 09:34:12 +0100 eosterlund 8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
Sat, 03 Feb 2018 10:36:58 +0800 zyao 8196064: AArch64: Merging ld/st into ldp/stp in macro-assembler
Fri, 16 Feb 2018 14:23:30 -0800 jcbeyler 8194084: Obsolete FastTLABRefill and remove the related code
Wed, 14 Feb 2018 08:23:53 +0100 thartmann 8197608: MacroAssembler::unimplemented calls global operator new[]
Fri, 02 Feb 2018 01:52:03 +0000 lana Merge
Fri, 26 Jan 2018 16:38:21 +0000 adinn 8196221: AArch64: Mistake in committed patch for JDK-8195859
Thu, 25 Jan 2018 14:47:27 +0000 adinn 8195859: AArch64: vtableStubs gtest fails after 8174962
Fri, 19 Jan 2018 16:57:56 +0000 aph 8195685: AArch64: AArch64 cannot build with JDK-8174962
Fri, 26 Jan 2018 16:38:21 +0000 adinn 8196221: AArch64: Mistake in committed patch for JDK-8195859
Thu, 25 Jan 2018 14:47:27 +0000 adinn 8195859: AArch64: vtableStubs gtest fails after 8174962
Fri, 19 Jan 2018 16:57:56 +0000 aph 8195685: AArch64: AArch64 cannot build with JDK-8174962
Wed, 03 Jan 2018 17:29:20 +0000 aph 8193260: AArch64: JVMCI: Implement trampoline calls
Tue, 26 Dec 2017 00:38:49 -0800 rraghavan 8193699: aarch64 fails to build after 8167372
Fri, 24 Nov 2017 17:19:47 +0000 aph 8189596: AArch64: implementation for Thread-local handshakes
Fri, 17 Nov 2017 20:56:14 +0300 dchuyko 8189177: AARCH64: Improve _updateBytesCRC32C intrinsic
Mon, 06 Nov 2017 00:29:08 +0300 dchuyko 8190745: AARCH64: fix for JDK-8189176 may break a build
Thu, 02 Nov 2017 18:44:44 +0300 dchuyko 8189176: AARCH64: Improve _updateBytesCRC32 intrinsic
Tue, 31 Oct 2017 11:55:09 -0400 coleenp 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Tue, 03 Oct 2017 21:21:35 +0000 coleenp Merge
Tue, 03 Oct 2017 16:42:04 -0400 coleenp 8186777: Make Klass::_java_mirror an OopHandle
Mon, 02 Oct 2017 17:20:14 +0300 dpochepk 8186915: AARCH64: Intrinsify squareToLen and mulAdd
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip