src/hotspot/cpu/x86/macroAssembler_x86.cpp
Thu, 17 Oct 2019 20:54:25 +0100 chegar datagramsocketimpl-branch: merge with default datagramsocketimpl-branch
Thu, 17 Oct 2019 20:53:35 +0100 chegar datagramsocketimpl-branch: update to default datagramsocketimpl-branch
Mon, 14 Oct 2019 21:01:25 +0000 henryjen Merge
Mon, 27 May 2019 01:36:04 -0700 thartmann 8224062: Improve String index handling
Thu, 10 Oct 2019 10:27:12 +0200 chagedorn 8231720: Some perf regressions after 8225653
Fri, 04 Oct 2019 11:45:16 -0700 vdeshpande 8221092: UseAVX=3 has performance degredation on Skylake (X7) processors
Tue, 01 Oct 2019 11:43:10 +0200 neliasso 8226721: Missing intrinsics for Math.ceil, floor, rint
Thu, 12 Sep 2019 12:12:26 +0200 chagedorn 8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert
Tue, 27 Aug 2019 20:10:06 +0000 pchilanomate 8229844: Remove attempt_rebias parameter from revoke_and_rebias()
Tue, 20 Aug 2019 10:11:53 +0100 adinn 8224974: Implement JEP 352
Tue, 06 Aug 2019 10:48:21 +0200 stefank 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
Thu, 06 Jun 2019 13:46:01 +0300 vlivanov 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
Thu, 30 May 2019 13:39:13 +0300 vlivanov 8223213: Implement fast class initialization checks on x86-64
Tue, 14 May 2019 12:07:24 +0200 eosterlund 8222841: Incorrect static call stub interactions with class unloading
Thu, 09 May 2019 14:26:03 +0200 stefank 8223136: Move compressed oops functions to CompressedOops class
Tue, 07 May 2019 13:33:27 -0700 sviswanathan 8222074: Enhance auto vectorization for x86
Thu, 08 Nov 2018 11:45:13 -0800 mikael 8213436: Obsolete UseMembar
Tue, 16 Oct 2018 13:18:22 +0200 eosterlund 8210498: nmethod entry barriers
Wed, 03 Oct 2018 18:46:26 +0200 shade 8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
Wed, 03 Oct 2018 03:41:57 -0400 dholmes 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
Mon, 01 Oct 2018 11:54:34 -0700 kvn 8211251: Default mask register for avx512 instructions
Mon, 24 Sep 2018 16:37:28 -0700 kvn 8210764: Update avx512 implementation
Fri, 14 Sep 2018 22:35:44 -0700 mikael 8210676: Remove some unused Label variables
Thu, 06 Sep 2018 18:06:24 -0700 mikael 8210381: Obsolete EmitSync
Tue, 04 Sep 2018 12:44:02 -0700 kvn 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
Mon, 20 Aug 2018 14:19:30 -0700 mikael Merge
Wed, 15 Aug 2018 00:48:12 -0700 vdeshpande 8207746: C2: Lucene crashes on AVX512 instruction
Thu, 16 Aug 2018 09:09:18 +0200 thartmann 8209511: C2 asserts with UseSSE < 4 and AVX enabled: "Label was never bound to a location, but it was used as a jmp target'
Fri, 22 Jun 2018 16:07:15 +0200 rkennke 8205523: Explicit barriers for interpreter
Wed, 27 Jun 2018 20:21:42 -0700 kvn 8205528: Base64 encoding algorithm using AVX512 instructions
Tue, 26 Jun 2018 16:59:38 -0400 kbarrett 8205559: Remove IN_CONCURRENT_ROOT Access decorator
Fri, 22 Jun 2018 17:46:58 -0400 kbarrett 8205459: Rename Access API flag decorators
Tue, 19 Jun 2018 13:03:12 -0400 rkennke 8205336: Modularize allocations in assembler
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
Tue, 12 Jun 2018 21:29:47 -0700 kvn 8201193: Use XMM/YMM for objects initialization
Thu, 07 Jun 2018 15:10:06 +0200 eosterlund 8203353: Fixup inferred decorators in the interpreter
Thu, 17 May 2018 09:35:38 +0200 pliden 8202978: Incorrect tmp register passed to MacroAssembler::load_mirror()
Thu, 26 Apr 2018 11:19:05 -0500 gziemski 8202150: [REDO] Split globals.hpp to factor out the Flag class
Mon, 23 Apr 2018 14:51:16 -0500 gziemski 8202151: [BACKOUT] Split globals.hpp to factor out the Flag class
Mon, 23 Apr 2018 10:59:39 -0500 gziemski 8081519: Split globals.hpp to factor out the Flag class
Wed, 18 Apr 2018 10:39:40 -0400 coleenp 8200555: OopHandle should use Access API
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 13:38:45 +0200 eosterlund 8201167: Remove MacroAssembler::cmp_heap_oop on x86
Mon, 26 Mar 2018 18:16:12 -0700 srukmannagar 8200067: Add support for vpclmulqdq for crc32
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
Mon, 26 Feb 2018 09:34:12 +0100 eosterlund 8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
Tue, 20 Feb 2018 16:10:21 +0100 mdoerr 8195112: x86 (32 bit): implementation for Thread-local handshakes
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, 08 Sep 2017 10:46:46 -0700 psandoz 8186209: Tool support for ConstantDynamic
Fri, 26 May 2017 18:39:27 +0300 vlivanov 8174962: Better interface invocations
Fri, 01 Dec 2017 16:23:17 -0800 vdeshpande 8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
Thu, 31 Aug 2017 10:00:28 +0200 rehn 8189941: Implementation JEP 312: Thread-local handshake
Tue, 31 Oct 2017 11:55:09 -0400 coleenp 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Mon, 23 Oct 2017 09:33:14 -0400 rkennke 8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
Tue, 03 Oct 2017 16:42:04 -0400 coleenp 8186777: Make Klass::_java_mirror an OopHandle
less more (0) tip