tschatzl [Thu, 06 Jul 2017 12:11:20 +0200] rev 46635
8179679: Rearrange filters before card scanning
Summary: Implement micro-optimizations in the card scanning code enabled by JDK-8177044.
Reviewed-by: sjohanss, ehelin
tschatzl [Thu, 06 Jul 2017 10:42:02 +0200] rev 46634
8183127: UpdateRSetDeferred should not enqueue cards for NULL references
Summary: Filter out NULL references during generating cards for an object.
Reviewed-by: mgerdin, ehelin
kvn [Wed, 05 Jul 2017 20:16:26 -0700] rev 46633
Merge
kvn [Wed, 05 Jul 2017 18:14:48 -0700] rev 46632
Merge
iris [Wed, 28 Jun 2017 11:27:27 -0700] rev 46631
8183142: Add bugids=dup to .jcheck/conf files for JDK 10
Reviewed-by: mr
jwilhelm [Thu, 06 Jul 2017 01:50:26 +0200] rev 46630
8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
8182656: Make the required changes in GC code to build on OSX 10 + Xcode 8
8182657: Make the required changes in Runtime code to build on OSX 10 + Xcode 8
8182658: Make the required changes in Compiler code to build on OSX 10 + Xcode 8
Reviewed-by: jwilhelm, ehelin, phh
Contributed-by: phh <hohensee@amazon.com>, jwilhelm <jesper.wilhelmsson@oracle.com>
kvn [Wed, 05 Jul 2017 11:03:19 -0700] rev 46629
8183262: noexecstack check in os::dll_load on Linux is too expensive
Summary: convert ElfFile::specifies_noexecstack() to static method which read file header and check executable stack flag.
Reviewed-by: iklam, stuefe
mdoerr [Wed, 05 Jul 2017 17:19:37 +0200] rev 46628
8183571: PPC64 build broken after 8178499
Reviewed-by: simonis
aph [Tue, 04 Jul 2017 17:33:40 +0100] rev 46627
8183547: AArch64: Better instruction sequence for stack bangs
Reviewed-by: shade, adinn
stefank [Wed, 05 Jul 2017 09:38:47 +0000] rev 46626
Merge
stefank [Wed, 05 Jul 2017 11:33:17 +0200] rev 46625
8183552: Move align functions to align.hpp
Reviewed-by: stuefe, pliden
redestad [Tue, 04 Jul 2017 18:10:40 +0000] rev 46624
Merge
redestad [Tue, 04 Jul 2017 18:36:50 +0200] rev 46623
8183299: Improve inlining of CompiledMethod methods into frame::sender
Reviewed-by: kvn, neliasso
stefank [Mon, 24 Apr 2017 09:14:09 +0200] rev 46622
8178501: Replace usages of align macros with calls to the align inline functions
Reviewed-by: mgerdin, tschatzl
stefank [Tue, 04 Jul 2017 17:44:30 +0200] rev 46621
8183544: Missing parentheses in is_size_aligned_ macro
Reviewed-by: mgerdin, tschatzl
stefank [Thu, 13 Apr 2017 09:57:51 +0200] rev 46620
8178500: Replace usages of round_to and round_down with align_up and align_down
Reviewed-by: rehn, tschatzl
stefank [Tue, 04 Jul 2017 15:58:10 +0200] rev 46619
8178499: Remove _ptr_ and _size_ infixes from align functions
Reviewed-by: rehn, tschatzl
stefank [Wed, 12 Apr 2017 17:53:18 +0200] rev 46618
8178489: Make align functions more type safe and consistent
Reviewed-by: mgerdin, rehn
stefank [Wed, 12 Apr 2017 13:05:59 +0200] rev 46617
8178495: Bug in the align_size_up_ macro
Reviewed-by: kbarrett, tschatzl, rehn
stefank [Tue, 11 Apr 2017 23:45:39 +0200] rev 46616
8178491: -Xss and -XX:ThreadStackSize argument parsing truncates bits
Reviewed-by: gziemski, kbarrett
mdoerr [Tue, 04 Jul 2017 15:11:25 +0200] rev 46615
8181809: PPC64: Leverage mtfprd/mffprd on POWER8
Reviewed-by: mdoerr, simonis
Contributed-by: Matthew Brandyberry <mbrandy@linux.vnet.ibm.com>
tschatzl [Tue, 04 Jul 2017 09:16:26 +0200] rev 46614
8179677: Let G1Remset::_conc_refined_cards only count number of cards concurrently refined
Reviewed-by: sjohanss, ehelin
tschatzl [Tue, 04 Jul 2017 09:15:45 +0200] rev 46613
8183394: Remove unused G1RemSet::n_workers() method
Reviewed-by: mgerdin, ehelin
ehelin [Mon, 03 Jul 2017 17:43:16 +0000] rev 46612
Merge
ehelin [Mon, 03 Jul 2017 17:19:11 +0200] rev 46611
8153360: G1HRRSFlushLogBuffersOnVerify with remembered set verification does not work
Reviewed-by: sjohanss, tschatzl
mgerdin [Fri, 30 Jun 2017 10:36:32 +0200] rev 46610
8183229: Implement WindowsSemaphore::trywait
Reviewed-by: redestad, stefank, kbarrett
ehelin [Mon, 03 Jul 2017 14:24:07 +0200] rev 46609
8183281: Remove unnecessary call to increment_gc_time_stamp
Reviewed-by: sjohanss, tschatzl
redestad [Mon, 03 Jul 2017 09:01:34 +0200] rev 46608
8183232: Avoid resolving method_kind in AbstractInterpreter::can_be_compiled
Reviewed-by: coleenp, mdoerr, neliasso
aharlap [Thu, 29 Jun 2017 14:35:30 -0400] rev 46607
8178507: co-locate nsk.regression.gc tests
Summary: convert four tonga tests into jtreg
Reviewed-by: lmesnik, iignatyev
njian [Fri, 23 Jun 2017 09:25:27 +0800] rev 46606
8182583: AArch64: FMA Vectorization on aarch64
Reviewed-by: aph
Contributed-by: yang.zhang@linaro.org
mgerdin [Fri, 30 Jun 2017 10:36:32 +0200] rev 46605
8183203: Remove stubRoutines_os
Reviewed-by: stefank, tschatzl
mgerdin [Mon, 26 Jun 2017 15:25:25 +0200] rev 46604
8183198: Factor out thread state serialization into a proper helper function
Reviewed-by: tschatzl, eosterlund, coleenp
coleenp [Thu, 29 Jun 2017 19:09:04 +0000] rev 46603
Merge
stuefe [Thu, 29 Jun 2017 12:35:30 +0200] rev 46602
8183228: Fix optimized build after JDK-8170933
Reviewed-by: mgerdin, coleenp
redestad [Thu, 29 Jun 2017 17:32:46 +0000] rev 46601
Merge
redestad [Thu, 29 Jun 2017 14:22:42 +0200] rev 46600
8183001: Various inlining improvements
Reviewed-by: iklam, mikael, ehelin, stefank
neliasso [Thu, 29 Jun 2017 14:54:32 +0000] rev 46599
Merge
neliasso [Thu, 29 Jun 2017 12:32:17 +0000] rev 46598
Merge
neliasso [Tue, 27 Jun 2017 15:50:09 +0200] rev 46597
8164888: Intrinsify fused mac operations on SPARC
Summary: Such speed, much wow
Reviewed-by: kvn
Contributed-by: phedlin@oracle.com
neliasso [Tue, 27 Jun 2017 15:46:16 +0200] rev 46596
8144448: Avoid placing CTI immediately following or preceding RDPC instruction
Summary: Best practice for new SPARC CPUs
Reviewed-by: kvn
Contributed-by: phedlin@oracle.com
neliasso [Tue, 27 Jun 2017 15:36:45 +0200] rev 46595
8181868: Remove use of 'has_fast_fxtof()'
Summary: No longer used
Reviewed-by: kvn
Contributed-by: phedlin@oracle.com
neliasso [Tue, 27 Jun 2017 15:34:36 +0200] rev 46594
8181853: Remove use of 'v9_only()'
Summary: v9 is the only supported ISA
Reviewed-by: kvn
Contributed-by: phedlin@oracle.com
neliasso [Tue, 27 Jun 2017 15:31:11 +0200] rev 46593
8181852: Remove option 'UseV8InstrsOnly'
Summary: Not supported
Reviewed-by: kvn
Contributed-by: phedlin@oracle.com
neliasso [Tue, 27 Jun 2017 15:27:54 +0200] rev 46592
8172231: SPARC ISA/CPU feature detection is broken/insufficient (on Solaris)
Summary: Update for new platforms
Reviewed-by: kvn
Contributed-by: phedlin@oracle.com
neliasso [Tue, 27 Jun 2017 15:22:23 +0200] rev 46591
8182711: Re/Introduce private interface for HW-specific prefetch options in SPARC VM_Version
Summary: Re/Introduce private interface for HW-specific prefetch options in SPARC VM_Version
Reviewed-by: kvn, neliasso
Contributed-by: phedlin@oracle.com
ehelin [Wed, 28 Jun 2017 14:38:10 +0200] rev 46590
8183124: Remove OopsInHeapRegionClosure
Reviewed-by: sjohanss, tschatzl
coleenp [Wed, 28 Jun 2017 19:12:58 -0400] rev 46589
8182848: Some functions misplaced in debug.hpp
Summary: moved to vmError.hpp,cpp where they seemed more appropriate
Reviewed-by: stefank, stuefe
coleenp [Wed, 28 Jun 2017 20:21:04 +0000] rev 46588
Merge
coleenp [Wed, 28 Jun 2017 16:14:20 -0400] rev 46587
8182554: Code for os::random() assumes long is 32 bits
Summary: And make updating the _rand_seed thread safe.
Reviewed-by: stuefe, kbarrett, stefank
bobv [Wed, 28 Jun 2017 18:44:21 +0200] rev 46586
Merge
bobv [Wed, 28 Jun 2017 14:13:00 +0200] rev 46585
Merge
bobv [Tue, 27 Jun 2017 14:34:00 -0400] rev 46584
Merge
bobv [Tue, 27 Jun 2017 14:29:54 -0400] rev 46583
8182052: Test compiler/aot/cli/jaotc/CompileJarTest.java fails in JPRT
Reviewed-by: kvn
bobv [Tue, 27 Jun 2017 14:28:09 -0400] rev 46582
8182053: Test compiler/aot/verification/ClassAndLibraryNotMatchTest.java fails in JPRT for jdk10/hs
Reviewed-by: kvn
ehelin [Wed, 28 Jun 2017 15:21:48 +0000] rev 46581
Merge
ehelin [Wed, 28 Jun 2017 14:17:28 +0200] rev 46580
8183122: Rename RefineRecordRefsIntoCSCardTableEntryClosure to G1RefineCardClosure
Reviewed-by: sjohanss, tschatzl